Answer Posted / ayyappa
PARM,SYSIN,Files,DB2 Tables,
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the function of dd name parameter with a 2 part structure; audit.report?
What is catelog procedure and how many catelog procedure to use in one job?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What are the 2 types of parameters in dd statement?
which utility is used a dummy utility?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
how to do automated restart when a job abends?
What do you know about jcl?
What do you understand by the term job time – out and how can you overcome that?
what is DSN parameter and DISP parameter is used for?
Explain the function of //cntl statement?
What do you understand by jcl?