These examples will give you a better understanding of the OPSPRMLB function:
x=OPSPRMLB("LIST")
say x
say opsrc
do while queued()>0
parse pull temp
say temp
end
In response, the following information is displayed:
3 0 PIT.IPL.PARMLIB PIT00R SYS1.PARMLIB SYS2.USER.PARMLIB
In the example above, there is only one library under the Logical Parmlib Concatenation.
x=OPSPRMLB("LISTMEM", "LOAD00")
say x
say opsrc
do while queued().0
parse pull temp
say temp
end
In response, the following information is displayed:
10 0 *VSCP 00 IODF 02 SYS1 NUCLEUS 1 SYSPARM 00 IEASYM 00 SYSCAT MVXE23113CICF.VMVXE23 PARMLIB PIT.IPL.PARMLIB PIT00R PARMLIB SYS1.PARMLIB PARMLIB SYS2.USER.PARMLIB INITSQA 0064K 0512K
In the example above, ten lines are found in the LOAD00 member.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |