Is it possiable to use a gdg in the INCLUDE statement in a
SORT jcl? I am using this because I want to change the
condition with out changing the jcl. Please provide with a
sample code.
Answer Posted / soni
anyways u will just give the position of file in include
stt of your sort card, the file may be ps or gdg file.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
which utility is used a dummy utility?
Is condition checking possible in jcl? If yes, how?
what sort card you will use to copy the data from one dataset to another dataset?
When space is allocated for an output dataset, what units can be used?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the function of a dd statement?
what is “Cond= even” and “Cond=only”?
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 does the jcl specify the job to os?
how would you create a temporary dataset? And where will you use them?
What are the parameter we cannot use in procedure?
In job processing, what happens in execution stage?
What are hierarchy levels in jcl?
Explain the hierarchy levels in jcl?
Explain the jcl exec statement?