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

sequential data sets

Former Member
0 Likes
602

Hi all

Can anybody plz explain what exactly is sequential data set r sequential file.

Thanks in Advance

Regards

popin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
548

Sequential datasets are the files that are stored on the Application server.

Regards,

Ravi

hi popin,

files that are stored in the application server is called sequential files.

Dataset is the other name given to the sequential files.

Regards...

Arun.

Reward points if useful.

3 REPLIES 3
Read only

Former Member
0 Likes
549

Sequential datasets are the files that are stored on the Application server.

Regards,

Ravi

Read only

Former Member
0 Likes
548

Hi,

Sequential files are the files which are on Application server.

You have to use using the special Commands like: OPEN DATASET,

CLOSE DATASET,

READ DATASET, TRANSFER DATASET to open, close, Read and Write the data into them.

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
548

hi popin,

files that are stored in the application server is called sequential files.

Dataset is the other name given to the sequential files.

Regards...

Arun.

Reward points if useful.