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 17988One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
3 18499What 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 11709My 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 128231. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
1 8469What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
2 9279What 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 6628What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12841i 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.
2394
What is innodb buffer pool?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
Is db2 a database?
What is db2? Explain.
Mention data types used in db2 ?
How to find primary key of a table in db2?
Highlight all the advantages that are attached to a package.
What does a deadlock mean in DB2?
What is meant by dclgen?
How to find the number of rows in a db2 table?
Describe major components of db2?
What is sqlca?
How to access db2 tables in mainframe?
What is the syntax for seeing the columns and data types of a table in the db2 database?
Explain about cursor stability?