What is the parameter to be passed in the job card for the
unlimited time , irrespective of the job class ?
Answer Posted / gopinath
This Time=nolimit parameter also works fine.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to define dd statements as you want?
What is the purpose of dd?
A dd statement consists of 4 fields. Name them?
How can the submitting users racf authority be overridden in a job stream?
in ways data can be passed to a COBOL program from JCL?
Explain how can a stopped job be started again?
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?
is there any way to execute more than one proc in the same exec statement at the same time..?
Can I share my data with other jobs? How?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
how to run batch program without jcl?
what is the purpose of coding notify parameter in job statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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