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 17964One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
3 18487What 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 11697My 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 128161. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
1 8461What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
2 9273What 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 6621What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
3 12838i 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.
2387
What are the bind parameters ibm db2?
What is host variable?
How to resolve deadlock issue
What is a db2 collection?
Is db2 free?
Why db2 is called db2?
How can you quickly find out the # of rows updated after an update statement?
What is the latest version of ibm db2?
Mention the different locking levels that are available in db2.
What is host variable in db2 cobol?
Mention the various locks that are available in db2.
What type of database is db2?
Define predicate?
How to create backup table in db2?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....