What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Answer Posted / mohan.chepuri
class is used to which job wil execute first
time is use to limited time to giv the run the job
prty is use to if class is equal to all jobs then prty is
use to check the prty cond and execute first
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How can a stopped job be started again?
How to alter the parameters for the existing gdg?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to pass the parameter in parm using linkage section ? (syntax)?
what is SOC4 error?
What is catelog procedure and how many catelog procedure to use in one job?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What statement can be used to send data to another mvs jes3 node?
what JCL Procedures?
Is automatic restart possible in jcl?
Explain how can return codes be tested before execution of a job step?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What do you understand by the terms: joblib and steplib?
What is Cataloged Procedures?
List in order the hierarchical levels of jcl?