What is DCLGEN ?
Answers were Sorted based on User's Feedback
Answer / naveen87ginjupalli
DcLGEN is Declaration Generator generates DB2 equalent
cobol variables called Host Variables.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / girish kumar
DCLGEN is one of the db2 UTILITY.
which is used to create host varibles.
when we provide tabel details to the DCLGEN, DCLGEN will
create host-varible structure in a saparate PDS Member.
That host variable are used to communicate application
program(COBOL) and database(DB2)
| Is This Answer Correct ? | 4 Yes | 0 No |
What is dpf in db2?
What is release/acquire in bind?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
What is the picture clause of null indicator variable?
How to define the data items to receive the fetch items for the SQL?
how can you access index
What is the reason behind not using select * in embedded sql programs?
When do you specify the isolation level? How?
Is ibm db2 free?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is referential integrity?
What is a PLAN table? How will you use it? Give the various fields of PLAN table?