hi guys
what r the diff types of procs in jcl?
bye
ramya
Answer Posted / sekar
instrem proc, catlog proc
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What do you understand by jcl?
What happens if both JOBLIB & STEPLIB is specified ?
Is it possible to left uncode disp?
What is the format of comment statement?
Define concatenating?
What is the difference between run mode and addressing mode?
what is the JCL statement consists of?
What is the purpose of disp parameter?
Explain how can values be passed from the job stream to an executable program?
how you can direct the data to spool using SYSOUT option?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
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
Which dd parameters are required?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the use of symbol // in jcl?