View previous topic :: View next topic
|
Author |
Message |
Poha Eater
New User

Joined: 31 Aug 2016 Posts: 74 Location: India
|
|
|
|
Hi All,
Can we declare variables for a table directly in COBOL program instead of declaring via DCLGEN ? |
|
Back to top |
|
 |
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2448 Location: Hampshire, UK
|
|
|
|
What happened when you tried? |
|
Back to top |
|
 |
Rohit Umarjikar
Global Moderator

Joined: 21 Sep 2010 Posts: 2567 Location: NYC,USA
|
|
|
|
Why not? it is just a variable, right. Go ahead and do it. |
|
Back to top |
|
 |
guptae
Moderator

Joined: 14 Oct 2005 Posts: 1206 Location: Bangalore,India
|
|
|
|
Yes why Not but instead of using that a copyboook , you need to define them all the packages/code which uses this table so lot of redundant stuff right ? |
|
Back to top |
|
 |
|