MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DB2 Z-os 8.1 - CUrrent Collection

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
zefrim
Beginner


Joined: 29 Jun 2006
Posts: 22
Topics: 19

PostPosted: Fri Mar 28, 2008 9:10 am    Post subject: DB2 Z-os 8.1 - CUrrent Collection Reply with quote

Hi All

Is it possible to determine what the environment is just my current PGM / Package Located . I mean the Current COllection

Thanks Zefrim
Back to top
View user's profile Send private message
RMi
Beginner


Joined: 21 Jun 2006
Posts: 8
Topics: 0
Location: India

PostPosted: Wed Apr 02, 2008 5:08 am    Post subject: Reply with quote

Try this.
Code:

EXEC SQL
SELECT CURRENT PACKAGESET
FROM SYSIBM.SYSDUMMY1
INTO :WS-PACKAGESET
END-EXEC.

77 WS-PACKAGESET PIC X(18 ).

Regards,
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group