wht r the requirements for writing a cobol-db2 pgm ?
Answer Posted / ajay kumar ande
3 steps..........
1.)pre-compilation
2.)bind
3.)run
1.PRECOMPLATION
// jobcard job......
// act01 exec pgm=dsnhpc
// DBRMLIB DD DSN=
// act01 exec pgm=IGYCRCTL
// SYSLOAD DD DSN=&&TEMP,DISP=PASS
// act01 exec pgm=IEWL
// SYSLMOD DD DSN=&&TEMP,DISP=OLD
BIND
// act01 exec pgm=IKJEFT01
// DBRMLIB DD DSN=
SYSIN DD *
BIND PLAN( ) MEM( ) ISOLATION(CS) ACTION(REP)
RUN
// act01 exec pgm=IKJEFT01
SYSIN DD *
RUN PROG( ) PLAN( ) LOADLIB( )
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to test SQL -911 error while developing COB-DB2 program
What is cascading rollback?
On which levels locks can be applied?
Is db2 a mainframe database?
Which component is used to execute the sql statements?
What is check constraint in db2?
What is db2?
What is a db2 package?
How to retrieve rows from a db2 table in embedded sql?
What is the function of logging in the db2 database?
What is plan in cobol db2?
What is cloudant database?
What is the use of runstats in db2?
What is with ur in db2?
How can deadlocks be resolved?