GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Mainframe  >  DB2
Go To First  |  Previous Question  |  Next Question 
 DB2  |  Question 54 of 196    Print  
What is DCLGEN?
DCLGEN stands for declarations generator; it is a facility to generate DB2 sql data structures in COBOL or PL/I programs.


  
Total Answers and Comments: 5 Last Update: October 25, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 06, 2007 07:59:09   #1  
burelamanohar        

RE: What is DCLGEN?
DCLGEN stands for DeCLaration GENerator.It is an IBM provided function which generates INCLUDE members for DB2 tables for use in COBOL and PL/1 programs. These INCLUDE members contain SQL table declarations and working storage structures.
 
Is this answer useful? Yes | No
May 21, 2007 03:27:00   #2  
anshu        

RE: What is DCLGEN?
We are reading table fields in host variables. The collection of this host variables i.e copybook is called DCLGEN.
 
Is this answer useful? Yes | No
June 13, 2007 06:02:08   #3  
Neeru Verma        

RE: What is DCLGEN?
DCLGEN is Declarations Generator which is  used to create the host language copy books for the table definitions
 
Is this answer useful? Yes | No
September 11, 2007 05:15:14   #4  
sunil bansal        

RE: What is DCLGEN?

It is the place where the complete data field of the table is present and it is easy to use the data name when ever required. Without dclgen also one can run the program but he has to declare all the things in the working-storage section.


 
Is this answer useful? Yes | No
October 25, 2007 06:59:27   #5  
RamehNaiduKVA        

RE: What is DCLGEN?
In COBOL DB2 programs the host variables are needed for the column names of the tables. This can be done by a DB2 utility called DCLGEN Declaration Generator. This is primarily a copybook of host variables and also contains table structure and helps in programming reference. We can code this manually but using DCLGEN we can eliminate the mistakes by replacing all underscores in column names into – (hyphens).
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape