Answer Posted / duraiece2001
//JOB1 JOB (A123),DURAI,NOTIFY=&SYSID,CLASS=A,
// MSGLEVEL=(1,1)
//STEP1 EXEC PGM=IDCAMS
//SYSIN DD *
DEFINE GDG(NAME(FINANCES.MONTHLY) -
LIMIT(5) -
NOEMPTY -
SCRATCH)
/*
//
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
How does jcl act on a cobol code?
Give the syntax of job specifying jcl statement.
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what are JCLLIB and STEPLIB in JCL?
what is use of disp parameter in dd statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
How can an in-stream dataset be terminated?
What is the function of dd disp parameter?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
In sms datasets, what is the function of the dd avgrec keyword?
What is the use of symbol // in jcl?
Explain the function of //jcllib statement?
what is JCL?
How to do automated restart when a job abend?