IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Abt include of tablename in cobol pgm,


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shivsingla
Warnings : 1

New User


Joined: 14 Jul 2006
Posts: 15
Location: New Delhi

PostPosted: Fri Oct 13, 2006 5:00 pm
Reply with quote

hi All

in Embedeed sql(cobol+sql) . is this necessary to include table name in cobol programe. if i dont want to include this using include statement . then how it is going to work.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Sat Oct 14, 2006 3:39 am
Reply with quote

Quote:
in Embedeed sql(cobol+sql) . is this necessary to include table name in cobol programe. if i dont want to include this using include statement . then how it is going to work.

Are you misreading between table and DCLGEN here. If yes, then removal of INCLUDE DCLGEN would cost you to declare host variables definitions hard coded in the program itself.
Back to top
View user's profile Send private message
shivsingla
Warnings : 1

New User


Joined: 14 Jul 2006
Posts: 15
Location: New Delhi

PostPosted: Thu Oct 19, 2006 11:30 am
Reply with quote

hi all,

yes i m taking abt include dclgen in the table, if i donot want to include in cobol program , then waht will happen, is there any other way to do it.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Thu Oct 19, 2006 11:37 am
Reply with quote

Hi Shivsingla,

As answer prev by Priyesh u have to declare host variable defination hard codeed in ur program.
Back to top
View user's profile Send private message
shivsingla
Warnings : 1

New User


Joined: 14 Jul 2006
Posts: 15
Location: New Delhi

PostPosted: Thu Oct 19, 2006 11:39 am
Reply with quote

thanx all
Back to top
View user's profile Send private message
surya_pathaus

Active User


Joined: 28 Aug 2006
Posts: 110

PostPosted: Thu Oct 19, 2006 12:05 pm
Reply with quote

Hi,

I think while pre-compilation, table columns are checked with the DCLGEN Columns. If any column name is not mentioned correctly then compiler will give error.
If DCLGEN is not included this error will occur in Run time.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Thu Oct 19, 2006 12:08 pm
Reply with quote

Thats right, DCLGEN is just a mapping between DB2 fields and cobol variablaes, so that your COBOL program understands and identifes DB2 fields properly.

Just have a look into any of your DCLGEN member, it would serve enough to understand the things.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top