What are the parameters that are used in creating a gdg?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between run mode and addressing mode?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
What is a JCL Command statement ?
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
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
What is the function of the steplib dd statement?
What is COND=EVEN ?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
Name the parameters which can be used to limit the number of records written to a sysout dataset?