what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
HCL,
6 14121I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
3 89401)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
1 4440i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
2 6611Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?
2 4682Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
UST,
1 60741)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
4 13780How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
IBM,
2215DB2: A calls B once sucessfull and second time when it calls says curson is open why is it so?
IBM,
1 6098in GDG: is it poosible to copy records from a file which utilizes some 100 cylinders to a gdg whose model is defined as trk(1,0) and also it possible to copy 100 bytes file to 80 bytes file?
IBM,
1 4818
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
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 can you classify the locks in db2?
What is the difference between Global and External Variables?
Can we move alphanumeric incentive to the numeric field?
What does db2 mean?
How can you use dynamic calls in cics?
Give some examples of command terminators?
What information does a dbd contain?
Explain the function of the dd dcb keyword?
What are the various isolation levels possible?
Can you define path?
How to submit a jcl from cics?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
Is automatic restart possible in jcl?