Is it possiable to use a gdg in the INCLUDE statement in a
SORT jcl? I am using this because I want to change the
condition with out changing the jcl. Please provide with a
sample code.
Answer Posted / soni
anyways u will just give the position of file in include
stt of your sort card, the file may be ps or gdg file.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the function of the dd dcb keyword?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What are the jcl procedures?
Mention the types of job control statements?
How do you overcome this limitation ?
What statement can be used to send data to another mvs jes3 node?
How gdg are concatenated?
How is the record format of an output dataset specified?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
define cond parameter in jcl?
What happens if both JOBLIB & STEPLIB is specified ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
is there any way to execute more than one proc in the same exec statement at the same time..?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?