Name the system library from which modules are retrieved at
execution
Answer Posted / hakila vinayagam
SYS1.LINKLIB
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the function of //jcllib statement?
When space is allocated for an output dataset, what units can be used?
whats the diff bw the evaluate also and and?
Suppose I have five jobs to do. But I want to hold one?
Explain the job statement in jcl?
What are the parameter we cannot use in procedure?
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?
//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 /*
Why block size is multiple of lrecl in jcl?
what is SOC4 error?
List the various advantages of using jcl language?
Can I send output of job to my remote device careerride123?
what is JCL?
when does a dataset go uncataloged?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?