How do you prepare a COBOL + DB2 program from coading till
execution ?
Answer / kaushik datta
1.Code the program with all DB2 statements inside EXEC
SQL/END-EXEC statements
2.Compile the program with suitable compile JCL/ENDEVOR.In
endevor give proper processor group
3.Package Bind the program. M.5.1.5.4
4.Create proper JCL to run that.You can you IKJEFT01
5. Run the JCL.Your program loadb should be in the library
mentioned in the STEPLIB of run JCL
| Is This Answer Correct ? | 9 Yes | 4 No |
when does the SQL statement gets executed when you use cursor in the application programming ?
What is auditing?
is it possible to get -811 error when you use cursors. why?
How will you return the number of records in table?
Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?
What are leaf pages?
How can you compare table column after update and before update?
What is SPUFI?
What is a host variable?
What are delete-connected tables?
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
What is the difference between nvl and coalesce?