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

COBOl-DB2 program not binded - runs successfully?


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

New User


Joined: 10 Mar 2005
Posts: 81

PostPosted: Mon Dec 24, 2007 12:09 pm
Reply with quote

I have a program - SAMPLE11

WORKING-STORAGE SECTION.
01 WS-CURRENT-PACKAGESET PIC X(18).

PROCEDURE DIVISION.
EXEC SQL
SET :WS-CURRENT-PACKAGE-SET = CURRENT PACKAGESET
END-EXEC.

STOP RUN.

i have compiled with DB2 option = Yes, but have not binded it.

My question is how i am able to run this program using IKJEFT1B successfully(RC=0) without binding.
Back to top
View user's profile Send private message
abhishekmdwivedi

New User


Joined: 22 Aug 2006
Posts: 95
Location: india

PostPosted: Mon Dec 24, 2007 12:34 pm
Reply with quote

can you please clarify your statement :-

Code:
EXEC SQL
SET :WS-CURRENT-PACKAGE-SET = CURRENT PACKAGESET
END-EXEC.
Back to top
View user's profile Send private message
kalukakkad

New User


Joined: 10 Mar 2005
Posts: 81

PostPosted: Mon Dec 24, 2007 3:41 pm
Reply with quote

I just want to ask, is it not necessary to bind(and why?) if we are accessing the registers like 'CURRENT PACKAGESET' ?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Tue Aug 31, 2010 7:57 pm
Reply with quote

Think he needs any help after nearly 4 years?
Back to top
View user's profile Send private message
Bharath Bhat

Active User


Joined: 20 Mar 2008
Posts: 283
Location: chennai

PostPosted: Tue Aug 31, 2010 8:27 pm
Reply with quote

How did you compile it? using a version control tool like endeavor?
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 Using API Gateway from CICS program CICS 0
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