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

Behaviour of the DCLGEN Variable in COBOL with DB2 program


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Haresh

New User


Joined: 04 Jan 2009
Posts: 18
Location: Germany

PostPosted: Mon Jan 26, 2009 4:04 pm
Reply with quote

I accidentally coded in one of the DB2 query within COBOL program like below

DB2_COLUMN_NAME = : DCLGEN-NAME ( space between : and D )

The Prcompilation, compilation & Bind are successful.

Can anyone please explain me why i didnt got any Precompilation error?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Jan 26, 2009 4:18 pm
Reply with quote

read about white space and the db2 pre-compiler.
Back to top
View user's profile Send private message
Haresh

New User


Joined: 04 Jan 2009
Posts: 18
Location: Germany

PostPosted: Mon Jan 26, 2009 5:02 pm
Reply with quote

Sorry i still didnt able to understand. My search for the white space and precompiler fetched me the following,

Removing white space and leaving a spare byte:
Replace each non-blank white space character with a blank (X'20') before making a compile request for that statement.
White space characters include:
Carriage return (X'0D')
Line feed (X'0A')
Tab (X'09').


But clearly the blank in between is X'40'. Am i missing something in the above explanation. I have given the link where i got this info below,

ftp.software.ibm.com/software/data/db2/ad/v8/bldg/prepapi.pdf
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
Search our Forums:

Back to Top