Explain the function of //jcllib statement?
No Answer is Posted For this Question
Be the First to Post Answer
What parameter directs the output of the job log dataset?
what is the difference between return code and maxcc?
What is use of restart and how to use it?
If your job fails at particular step then what would be the return code for next steps
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
describe the job statement, its meaning,syntax and significant keywords?
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 will be the error code if duplicate key of VSAM file is found?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
how can i use the parameters decalred in main pgm in sub pgm
can we modify the code in copy book? if it possible how to submit ofter the modification.
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?