Answer Posted / guest
A program that follows a top down approach. It is also one
that other programmers or users can follow logically and is
easy to read and understand.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can any one plzzzzzz tell the jcl code for creating ps using idcams
how would you create a temporary dataset? And where will you use them?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Give the syntax of job specifying jcl statement.
What is the function of dd disp parameter?
What is jcl in mainframe?
What is the purpose of dd?
what operation is performed by job statement?
What do you understand by the term job time – out and how can you overcome that?
Why block size is multiple of lrecl in jcl?
What is the purpose of dd * statement in 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
when can a job time-out occur? How to overcome that?
which utility is used to sort a file in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?