SORT card to eliminate duplicity.
What is use of restart and how to use it?
what is the meaning of keyword in jcl?what is is opposite?
Describe the various parameters utilized in the creation of a gdg?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
A job has 90 steps i want to execute only step7 and step15
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 are the common keyword parameters in both job and exec statements
how to run batch program without jcl?
What is the difference between the JOBLIB and the STEPLIB statements?
there are 10 steps in jcl how to execute the steps from step2 to step8 only
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?