what is DD statement is used in JCL?
No Answer is Posted For this Question
Be the First to Post Answer
what are the various stages of job processing?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
What is difference between Return Code, user completion code, Abend code and reason Code?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
what do you mean By spooling? Expand SPOOL?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?