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
what is DSN in JCL and what are the parameters to declare the DSN?
Is it possible to define dd statements as you want?
How jcl work to handle various input output file operations?
which utility is used to run a cobol-db2 program?
What are s0c1, s0c4, s0c5, s0c7 and socb?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
List the different jcl statements that are not permitted in the procedures?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
how would you create a temporary dataset? And where will you use them?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What are the utility programs in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to override loadlib?
Can I share my data with other jobs? How?
What do you know about jcl?