The following must happen outside ISPF (i.e.: in READY-mode):
(1) Find out which datasets are currently allocated to ISPMLIB (LISTA STATUS);
(2) Add the additional dataset(s) to the list;
(3) Reallocate (ALLOC FI(ISPMLIB) DA(...) )
Or... you could eliminate the need for ISPMLIB altogether by issuing any required messages in-line:
Code:
if <message-condition> then do
zerrsm = <short msg>
zerrlm = <long msg>
zerrhm = <2ry HELP panel>
zerralrm = <YES or NO>
address ISPEXEC "SETMSG MSG(ISRZ002)"
end
Frank Clarke
Tampa Area REXX Programmers' Alliance
REXX Language Assn Listmaster
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.