Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP
BOTH, by default ?
Answer Posted / raghu
step overides job in the time parameter
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Matching Logic in Jcl not in cobol.Could any one please answer this question
how you can access an uncataloged dataset in a JCL?
Is there any command to check wether the ps file is in sorted order?
what is DD statement is used in JCL?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are the 2 types of parameters in dd statement?
What is the significance of addrspc parameter in the exec statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Suppose I have five jobs to do. But I want to hold one?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
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
How can a stopped job be started again?
Define concatenating?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*