TIME parameter in JOB statement or EXEC statement specifies
What type of time (CPU time or execution time)?

Answer Posted / runjhun

TIME parameter in JOB statement specifies max. CPU
timelimit for the entire job whereas that coded in EXEC
specifies the time limit for that particular step only.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by the term job time – out and how can you overcome that?

608


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

633


Are there any set of rules for the names of the steps used in a job? What are they?

615


which parameter is used to check the syntax of a jcl without executing it?

802


What is concatenating?

639






what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

781


What is the function of the dd dcb keyword?

832


Explain how can a jobs execution priority be modified?

746


Which dd parameters are required?

697


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.

1990


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7615


What is multithreading in jcl?

944


what is use of dsn parameter in dd statement?

675


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

683


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

7468