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 |
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
Explain the hierarchy levels in jcl?
what is DSN parameter and DISP parameter is used for?
Can we change a FB file to VB file in JCL? Please help
Explain about LMOPEN -
When will we need to specify Space parameter ?
Is condition checking possible in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What parameters can be used to limit the number of records written to a sysout dataset?