IF we are calling a PROC from Jcl...This Proc have 3 steps
in it and we want to execute only the second step using the
JCL, How to do it??
Please give the answer ASAP:)
Answer Posted / sowdamini
we can override step1 and 3 by dd dummy statements.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
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 is “Cond= even” and “Cond=only”?
Name what parameter directs the output of the job log dataset?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How can a fb file convert to vb file using sort program?
What is the purpose of dd dummy statement?
How jcl is used for testing batch programs?
Explain how can the attributes of one sms dataset be copied to another dataset?
How to override loadlib?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
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
how do you code a null statement?
In sms datasets, what is the function of the dd avgrec keyword?