In jcl i have 255 steps. In 255 step i declared proc. In proc
i have 20 steps this job is executable or not? why?
Answer Posted / ch.mohan
no it can't
maximum 255 step using and after in proc we have only 15
time we r using
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what JCL Procedures?
What is the function of the steplib dd statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Which statement is used to identify the private libraries in job?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
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
In job processing, what happens in execution stage?
What are the utility programs in jcl?
how would you create a temporary dataset? And where will you use them?
How dummy is used in jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the purpose of dd * statement in jcl?
what is DSN in JCL and what are the parameters to declare the DSN?