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 / 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 |
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
What does the keyword DCB mean and what are some of the keywords associated with it?
What is the significance of addrspc parameter in exec statement?
mainframe questions like basic&depth
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
How are GDGs concatenated?
In how ways you can pass the data from Jcl to cobol ?
whats the difference between empty and noempty of GDG?
How would you understand error(execution phase)?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.