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
How can the disposition of sysout datasets be set for an entire jobstream?
A dd statement consists of 4 fields. Name them?
What statement can be used to send data to another mvs jes3 node?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
is there any way to execute more than one proc in the same exec statement at the same time..?
Is their any limit for data sets?
what is use of disp parameter in dd statement?
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 term job time – out and how can you overcome that?
How is the record format of an output dataset specified?
Explain how can the submitting users racf authority be overridden in a job stream?
What parameter directs the output of the job log dataset?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
which parameter is use to declare the name of dataset in dd statement?
When output dataset space is required, what quantity categories are used?