‎2007 Apr 03 9:38 AM
Hi all
Can anybody plz explain what exactly is sequential data set r sequential file.
Thanks in Advance
Regards
popin
‎2007 Apr 03 9:41 AM
Sequential datasets are the files that are stored on the Application server.
Regards,
Ravi
‎2007 Apr 03 9:41 AM
Sequential datasets are the files that are stored on the Application server.
Regards,
Ravi
‎2007 Apr 03 9:42 AM
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
‎2007 Apr 03 9:43 AM
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.