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?
2 17979One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
3 18498What error I will get if my select query gives multiple row while executing a Cobol-DB2 program.How can I solve it without using a cursor.
4 11706My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
3 128201. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
1 8467What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
2 9276What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
1 6624What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12839i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.
2392
What is buffer pool in the db2 database?
What is cloudant database?
What is the use of runstats in db2?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
What is the use of reorg in db2?
What is cascading rollback?
What is access path in db2?
Can there be more than one cursor open for any program?
What is scrollable cursor in db2?
What is cursor stability in db2?
How does db2 sample database connect?
can all users have the privilage to use the sql statement select * (dml)?
How does a cursor work?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
What is bind in db2?