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 17770One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
3 18320What 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 11483My 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 126311. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
1 8369What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
2 9145What 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 6512What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12659i 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.
2341
How do you find the maximum value in a column in db2?
what is a corelated subquerry?
How is the value function used?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
How can record locking be achieved in those DB2 versions which do not support it?
What is the role of union all and union
Is db2 free?
Define declaration generator (dclgen).
What are union and union all?
What is package in cobol db2?
What is the role of data manager in the db2 database?
Why cursor is used in db2?
What is coalesce in db2?
can all users have the privilage to use the sql statement select * (dml)?
What is an instance database?