wht r different types of sorts ?
Answer / rama krishna
internal sort and external sort.
internal sort - the sort which is done by using the
programming language.
external sort - the sort which is done by using jcl sort
utility.
| Is This Answer Correct ? | 13 Yes | 3 No |
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
What is multithreading in jcl?
How to ALTER the name of a GDG ?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
what do you mean by include statement in jcl?
What happens if both JOBLIB and STEPLIB is specified ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
how do you code a null statement?
how can u understand ps and pds from their names ?
how to resolve the soc4 error?