What statement marks the end of an in-stream or catalogued procedure?
Answer Posted / himanshu kanaujia
Pend
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain about LMFREE�free data set from its association with data ID
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.
How does jcl act on code(if you take a cobol program)?
Explain the function of job statement in jcl?
how can you check if a file is empty using jcl?
What is the difference between the positional and keyword parameters? Give examples.
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 is jcl in mainframe?
What do you understand by the term notcat 2 – gs?
What does a disposition of (new,catlg,keep) for a dsn mean?
which utility is used to sort a file in jcl?
Explain in DD statement what is the use of DCB parameter?
In sms datasets, what is the function of the dd mgmtclas keyword?