Answer Posted / saurav paul
Time parameter is coded based on the minutes. so if we give
0 the steps of the job should complete in less than 60
secs. If we need to give it in secs then we have to specify
like TIME=([minutes] [,seconds])time = (0,0). In this case
the job will abend with s322 if the step is taking more
than 1 sec.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
what is DSN parameter and DISP parameter is used for?
How can return codes be tested before execution of a job step?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What happens if both JOBLIB & STEPLIB is specified ?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain in DD statement what is the use of DCB parameter?
Is automatic restart possible in jcl? If yes, how?
Which dd parameters are required?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Can we use DISP=SHR in output file in JCL
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
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
Is their any limit for data sets?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is it possible to left uncode disp? If yes, how?