TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?
Answer Posted / rajendra desale
cpu time.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can values be passed from the job stream to an executable program?
How to submit jcl through a cobol program?
which utility is used to sort a file 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
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the use of disp parameter?
What is use of restart and how to use it?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How can unused space allocation be returned to the system when a dataset is closed?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
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.
Explain the function of the dd dcb keyword?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How to submit a jcl from cics?
What is the maximum length of a single line of jcl?