which are the parameters mandatory in job card ?
Answer Posted / praveenchate
all parameters are optional for job card
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Is automatic restart possible in jcl?
What is concatenating?
What is job control language?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the use of symbol // in jcl?
How to run cobol program using jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What do you understand by the term job time – out and how can you overcome that?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
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?
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
Explain the purpose of the dd keylen parameter?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are the parameter we cannot use in procedure?