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 

How to know which version of ims uisng in shop

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


Joined: 22 Mar 2005
Posts: 22
Topics: 16

PostPosted: Thu May 05, 2005 2:14 pm    Post subject: How to know which version of ims uisng in shop Reply with quote

Hai,

Can anyone tell me how do i know which verison of IMS i am using in my shop ?
Back to top
View user's profile Send private message
Bithead
Advanced


Joined: 03 Jan 2003
Posts: 550
Topics: 23
Location: Michigan, USA

PostPosted: Fri May 06, 2005 8:52 am    Post subject: Reply with quote

I have reviewed the job output and looked at various commands and I don't see anything. The DBA would be the best source.
Back to top
View user's profile Send private message
arnold57
Beginner


Joined: 01 Oct 2004
Posts: 30
Topics: 0

PostPosted: Wed Jun 01, 2005 4:32 pm    Post subject: Reply with quote

Code:

/* REXX - try running this exec*/                                               
cvt  = C2D(STORAGE(10,4))                                 
jesct = C2D(STORAGE(D2X(cvt+X2D(128)),4))                 
ssct  = C2D(STORAGE(D2X(jesct+X2D(18)),4))               
im = 0                                                   
do i = 1 by 1 until ssct = 0                             
  name = STORAGE(D2X(ssct+8),4)                           
  if SUBSTR(name,3) = "DC" then do                       
    ssctext = C2D(STORAGE(D2X(ssct+X2D(14)),4))           
    scd = C2D(STORAGE(D2X(ssctext+X2D(40)),4))           
    if STORAGE(D2X(ssctext),7) = "SSCTEXT",               
     & STORAGE(D2X(ssctext+24),4) = "SSCD",               
     & STORAGE(D2X(ssctext+X2D(48)),1) = '00'x,           
     & C2D(STORAGE(D2X(ssctext+X2D(40)),4)) <> 0 then do 
       imsid = STORAGE(D2X(ssctext+52),4)                 
       imsrel = C2X(STORAGE(D2X(ssctext+44),2))           
       say "IMSID="imsid "Release" imsrel                 
       im = im + 1                                       
    end                                                   
  end                                                     
  ssct  = C2D(STORAGE(D2X(ssct+4),4))                     
end                                                       
say im "IMS subsystems found"
Back to top
View user's profile Send private message
hari_uss
Beginner


Joined: 19 Dec 2002
Posts: 78
Topics: 6
Location: Trivandrum, India

PostPosted: Thu Jul 21, 2005 4:21 am    Post subject: Reply with quote

It works..Thanks!
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS 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