For what purpose steplib and joblib are used ?
what is 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 /*
Explain the hierarchy levels in jcl?
what is use of space parameter in dd statement?
How can return codes be tested before execution of a job step?
In job processing, what happens in execution stage?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How to pass the parameter in parm using linkage section ? (syntax)?
What are the 2 types of parameters in dd statement?
Explain how can return codes be tested before execution of a job step?
How can a fb file convert to vb file using sort program?
Can I send output of job to my remote device careerride123?
How dummy is used in jcl?