How does the jcl specify the job to os?
No Answer is Posted For this Question
Be the First to Post Answer
there are 10 steps in jcl how to execute the steps from step2 to step8 only
which utility is used a dummy utility?
what's the significance of freespace(0 0) and freespace(100 100)
What is JOBLIB ?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
Does jcl support automatic restart?
//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 /*
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
Explain the hierarchy levels in jcl?
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
What does the keyword DCB mean and what are some of the keywords associated with it?