how many max steps can we use in a job? pls answer to my
question
Answer Posted / vinayak
min 1
max 255
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is the resolution for sb37 error
Explain the function of the steplib dd statement?
Can we call instream to catalog and catalog to instream?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is jcl in mainframe?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What do you understand by the terms: joblib and steplib?
A dd statement consists of 4 fields. Name them?
Is their any limit for data sets?
What do you understand by the term job time – out and how can you overcome that?
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
Name the statement which can be used to send data to another mvs jes3 node?
what is SOC4 error?
What is the function of the steplib dd statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?