Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?
Answer Posted / santy
yes i can.
COND parameters is mainly used in steps level execuition
not for the JOB levle.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you create a temporary dataset?
What are steplib and joblib?
What is the function of dd name parameter with a 2 part structure; audit.report?
How would you understand error(execution phase)?
Where can program checkpoints be stored for use in a restart?
Explain the function of //jcllib statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is multithreading in jcl?
which parameter is use to declare the name of dataset in dd statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What do you know about jcl?
what is the use of JCL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
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
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?