/* 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"
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