Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

describe the dd statement,its meaning,syntax and keywords?

Answer Posted / krithiga hari

DD statement contains the information about the data that
will be read or written within the job. The DD statement
must immediately follow the Exec statement. It should exist
for all the datasets.

Following are the parameters of DD statement.

ddname, DSN - Dta Set Name, DISP - Disposition (sattus,
normal disposition, ubnormal disposition)

Example:

//JOB1 JOB A123, 'KRITHIGA'
//STEP1 EXEC PGM=PGM1
//DDNAME DD DSN=DATA.ORG.JCL.TEST,
DISP=(NEW,CATLG,DELETE)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is DSN in JCL and what are the parameters to declare the DSN?

1249


Is it possible to define dd statements as you want?

1161


How jcl work to handle various input output file operations?

1219


which utility is used to run a cobol-db2 program?

1462


What are s0c1, s0c4, s0c5, s0c7 and socb?

1218


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

1281


List the different jcl statements that are not permitted in the procedures?

1124


Name the parameters which can be used to limit the number of records written to a sysout dataset?

1201


how would you create a temporary dataset? And where will you use them?

1494


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

1518


What are the utility programs in jcl?

1213


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

1190


How to override loadlib?

2111


Can I share my data with other jobs? How?

1193


What do you know about jcl?

1197