What are the different ways to run a COBOL DB2 program
using JCL?
Answers were Sorted based on User's Feedback
cobol + db2 programs can be compiled by using precompiler(dsnhpc)...wich saperates cobol and db2 statements.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ravikumar
using ikjeft01 utility
//systsin dd *
run program(pgm name) plan(plan name)
lib(lib name)
//
| Is This Answer Correct ? | 2 Yes | 1 No |
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
Define in-line perform?
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
If I want to increase the Limit in GDG. What should I do?
i WANT ALL ERROR codes IN CICS and DB2
what happens of we dont give time stamp in precompilation process
what r the types of perform statement
I want ALL jcl ERROR cods
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
What are ISOLATION LEVELS? Where do we need to specify them?