how to copy the host variables from ps file into cobol program
other than include statement
Answer / dilon
by using copy statement we can copy the host variables from
the ps file..another method is we will directly declare host
structure in the cobol program....
| Is This Answer Correct ? | 5 Yes | 0 No |
Explain what are the various isolation levels possible?
could you give me an example how, where i code CHECKPOINT and restart...I need and example....thanks..
we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?
Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the details inside Plan.
Which component is responsible for db2 startup and shutdown?
what's the error code for Unique Index Violation?
Is it mandatory to use DCLGEN? If not, why would you use it at all?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
How does the processing of a correlated subquery differ from a non correlated subquery?
Define declaration generator (dclgen).
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
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?