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
What does db2 stand for?
What is the use of dclgen in db2?
What kind of database is db2?
What is a trigger in the db2 database?
What is the use of with ur in db2?
what are bind concepts in db2 cobol?
What is check constraint in db2?
What action db2 takes when a program aborts in the middle of a transaction?
What are foreign keys in db2?
What is the use of db2?
What os does db2 run on?
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
What is null in db2?
Is db2 a database?
What is lock escalation in db2?