Is it mandatory to use DCLGEN?

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :rofl: :x :cry: :P :oops: :!: :twisted: :roll: :evil: :?: :idea: :arrow: :| :good: :mrgreen: :sorry: :unknown: :yes: :lol:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Is it mandatory to use DCLGEN?

Re: Is it mandatory to use DCLGEN?

by DB2 Guy » Wed Jan 01, 2014 7:52 pm

DCLGEN, in a very basic sense, is just a (COBOL) copybook equivalent of a table structure. You can even write COPY some-dclgen and that will work. But as DCLGEN is generated using DB2 it is usually included using INCLUDE DCLGEN-name, just to "show" that this piece of information belong to DB2, though that's' not mandatory as has been said.

Re: Is it mandatory to use DCLGEN?

by Anjali Chopra » Mon Nov 25, 2013 2:03 pm

As Anuj said, it's not a mandate imposed by the system. They are used for easy understanding of the code.

Re: Is it mandatory to use DCLGEN?

by Anuj Dhawan » Sun Nov 24, 2013 2:25 pm

No, it's not mandatory.

On the other hand, we don't encourage such discussions in the Guest Area - suggest you join us and then post the question in the appropriate part of the Forum.

Is it mandatory to use DCLGEN?

by NotAUser » Sun Nov 24, 2013 1:52 pm

Hi,

In an interview I was asked - is it mandatory to use DCLGEN? If not, why would you use it at all?

Top