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

exact meaning

Former Member
0 Likes
653

what is the exact meaning of a dataset

what is the exact meaning of a dataset

3 REPLIES 3
Read only

Former Member
0 Likes
602

Hi,

datasets are the files on the application server.

open dataset opens the file for reading / writing or appending records.

read dataset reads the data from teh file to the work area / variables of the program

close dataset closes the file on the application server.

Reward if it helps..

regards,

Omkar.

Read only

Former Member
0 Likes
602
Read only

Former Member
0 Likes
602

Hi,

To open the file on the application server

use Open Dataset

To read

Read dataset

Transfer dataset

Close dataset

Regards

Arun