Name the system library from which modules are retrieved at
execution
Answers were Sorted based on User's Feedback
wht happens if cond=true ? pls give me with an example ?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
How to read records in reverse order in flat file?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
what is JCLLIB and PROCLIB in jcl and their syntax
how to convert a file form fixed Length to variable length?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?