what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
wht is step lib n job lib ? where can we code joblib n steplib ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what do you mean by include statement in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
The maximum number of in-stream procedure you can code in any JCL is ?
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?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
What is the use of disp parameter?
What parameter of the job statement is used to limit the cpu time consumed by the job?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
how can u identify the db2 from jcl ?
How can a fb file convert to vb file using sort program?