Answer Posted / guest
//ABCD JCLLIB ORDER=(ME.MYPROCLIB,SYS1.PROCLIB)
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
Which dd parameters are required?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How gdg are concatenated?
Why block size is multiple of lrecl in jcl?
which parameter is use to declare the name of dataset in dd statement?
What is the difference between run mode and addressing mode?
Is acct parameter mandatory?
Explain how can an in-stream dataset be terminated?
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?
Is condition checking possible in jcl?