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

How to get the consistency token from COBOL LOAD


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
boo_sri

New User


Joined: 26 Jul 2005
Posts: 36
Location: charlotte

PostPosted: Wed Feb 18, 2009 3:05 am
Reply with quote

Hi -
We have around 400 COBOL DB2 program in a LOAD library. Is there any way to extract the consistency tokens (HEX) for each of the 400 members into a data set.

Thnks-
Boopathy
Back to top
View user's profile Send private message
a027412

New User


Joined: 05 Jul 2007
Posts: 40
Location: Minneapolis, MN

PostPosted: Thu Apr 30, 2009 2:53 am
Reply with quote

I would prefer getting this info from SYSIBM>SYSPACKAGE table with the followinf query.

Code:

SELECT HEX(CONTOKEN) FROM SYSIBM.SYSPACKAGE WHERE COLLID = <CollectionID> AND NAME = <ProgramName>
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Load new table with Old unload - DB2 DB2 6
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 How to load to DB2 with column level ... DB2 6
Search our Forums:

Back to Top