how to execute the last 5 steps in jcl
Answers were Sorted based on User's Feedback
is step name is compulsory in jcl ?
What are the common keyword parameters in both job and exec statements
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
How to alter the parameters for the existing gdg?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?