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
List the various advantages of using jcl language?
Is it possible to left uncode disp? If yes, how?
What are the 2 types of parameters in dd statement?
What is the function of the steplib dd statement?
How jcl work to handle various input output file operations?
What is the function of job statement in jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
which utility is used to sort a file in jcl?
What is the purpose of disp parameter?
What is concatenating?
Is it possible to code instream data in a PROC?
How would you understand error(execution phase)?
Can I send output of job to my remote device careerride123?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.