Name the system library from which modules are retrieved at
execution
Answer Posted / shakila vinayagam
SYS1.MACLIB
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
a dd statement has 2 types of parameters. Name them?
Explain how can an in-stream dataset be terminated?
how you can direct the data to spool using SYSOUT option?
How would you understand error(execution phase)?
Differentiate between the joblib and the steplib statements?
Can we use DISP=SHR in output file in JCL
How does jcl act on a cobol code?
How gdg are concatenated?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
what happens in execution stage in job processing?
when does a dataset go uncataloged?
Explain about ISPF/TSO Commands
//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 is the purpose of dd * statement in jcl?
Why block size is multiple of lrecl in jcl?