describe the dd statement,its meaning,syntax and keywords?
Answer / 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 |
What does the statements: typrun=scan and typrun=hold do in a JCL statement
how to solve u4038 abbend?........
What is the difference between catalogue procedure and In-Stream procedure?
What is the use of ikjeft1b utility in jcl?
Where & How Do You Code Identifier In Jcl?
How to find the length of variable length copybook using fileaid ??
What is the motivation behind coding class parameter in job statement?
What is the difference between the JOBLIB and the STEPLIB statements?
How can a stopped job be started again?
What parameter directs the output of the job log dataset?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
How to find out the number of records in a file using JCL