Answer Posted / sairam.n
ps=seq.dataset, po=partitioed dataset/PDSE, ES=ESDS,
KS=KSDS, RR=RRDS, LS=LDS
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in exec statement?
What is the format of comment statement?
Where & How Do You Code Identifier In Jcl?
How dummy is used in jcl?
how JCL works?
Suppose I have five jobs to do. But I want to hold one?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
how to run batch program without jcl?
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
a dd statement has 2 types of parameters. Name them?
Explain in DD statement what is the use of DCB parameter?
Is automatic restart possible in jcl?
in ways data can be passed to a COBOL program from JCL?