What is the parameter to be passed in the job card for the
unlimited time , irrespective of the job class ?
Answer Posted / guest
TIME=1440
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what is DD statement is used in JCL?
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 override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is use of restart and how to use it?
what is the JCL statement consists of?
Mention the types of job control statements?
How do you create a temporary dataset?
For what purpose steplib and joblib are used ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How jcl is used for testing batch programs?
what is the difference between JES3 and JES2?
How to do automated restart when a job abend?
How can a stopped job be started again?
How to pass the parameter in parm using linkage section ? (syntax)?