Answer Posted / kumar2424.suresh
in 3.4 option simply type gdgbase name then we can see all generations
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What are some jcl statements that are not allowed in procedures?
what is the compile process of cobol program expalin with code
Explain how can values be passed from the job stream to an executable program?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
How jcl work to handle various input output file operations?
In sms datasets, what is the function of the dd avgrec keyword?
in ways data can be passed to a COBOL program from JCL?
how JCL works?
What is notcat 2 - gs?
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.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Is condition checking possible in jcl? If yes, how?
I need exexution process for JCL programs