in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30)
and in step i coded time=(1,30), whch one executes first and
what happens if step1 and step2 time executes and wht about the
remaining time if step and step2 executes

Answer Posted / praveen bejjanki

If time parameter is specified in both Job and exec stmt,
then the Time specified for step or the time left out in
the job whichever is small will be the time for that
particular step.

Job = (2,30) means 2mins, 30 seconds.
step1 = (1,30) since step1 time limit is less, step1 will
execute in 1min, 30 seconds.
step2 = (1,30)
Since the time left out in the job is only 1min. so this
1min is assigned to step2

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is one line to pass PARM from JCL to COBOL?

904


How can values be passed from the job stream to an executable program?

879


Must tape dataset definitions include vol=ser specifications?

985


How can the submitting users racf authority be overridden in a job stream?

758


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2174






How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

610


is there any way to execute more than one proc in the same exec statement at the same time..?

2113


Is there any command to check wether the ps file is in sorted order?

2437


what is the compile process of cobol program expalin with code

2006


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

925


Suppose I have five jobs to do. But I want to hold one?

662


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?

720


How can a jobs execution priority be modified?

802


What is catelog procedure and how many catelog procedure to use in one job?

7467


what is JCL?

698