Answer Posted / guest
An include statement identifies a member of a pds or pdse
that contains. This set of JCL statements is called an
include group. The system replaces the include statement
with the statements in the include group.
| Is This Answer Correct ? | 32 Yes | 4 No |
Post New Answer View All Answers
What is one line to pass PARM from JCL to COBOL?
what is DD statement is used in JCL?
what are JCLLIB and STEPLIB in JCL?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How can an in-stream dataset be terminated?
how to run batch program without jcl?
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
For what purpose steplib and joblib are used ?
How dummy is used in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what happens in execution stage in job processing?
Is it possible to left uncode disp?
how can you check if a file is empty using jcl?