Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Question about asc format in file server !

Former Member
0 Likes
395

In the z program that exists here it what i have a problem with

When I use local file, I can choose the format for data (ASC, WK1, DAT, etc u2026) and the format I need is DAT (DAT ASCII data table with column tab)

But when I use file server, I can't choose the format. The output file is always in ASC format.

Is the file server inevitably in ASC format, or is it possible to choose an other format ?

Thank you ,

Teresa

In the z program that exists here it what i have a problem with

When I use local file, I can choose the format for data (ASC, WK1, DAT, etc u2026) and the format I need is DAT (DAT ASCII data table with column tab)

But when I use file server, I can't choose the format. The output file is always in ASC format.

Is the file server inevitably in ASC format, or is it possible to choose an other format ?

Thank you ,

Teresa

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
368

when downloading the file (or uploading for that matter), you can define the format with addition:

IN TEXT MODE

IN BINARY MODE

Do an F1 help on OPEN DATASET.