In JCL..for TIME Parameter was specified both JOB &
STEP..which one is overrides

Answer Posted / naidu

//job card time=(15,20)
//step1 exec pgm=iebgener,time=(3,49)
in this above time in the job step only appplicable for
the whole steps in job.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which parameter is use to declare the name of dataset in dd statement?

737


What is the purpose of disp parameter?

645


how JCL works?

796


can any one plzzzzzz tell the jcl code for creating ps using idcams

10517


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801






in ways data can be passed to a COBOL program from JCL?

669


How to run cobol program using jcl?

651


What are the rules employed while naming the steps in a job?

662


what is use of space parameter in dd statement?

758


how to do automated restart when a job abends?

854


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1950


What is the use of symbol // in jcl?

929


how would you create a temporary dataset? And where will you use them?

768


what is use of dcb parameter in dd statement?

775


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1931