I am referring to the use of Prefix, (If I remember the name of
the field in PROFILE correctly).
In some tools and ISPF applications I have written/worked on, we
were having to make changes to that, and I wonder if this would
get reflected across all the LPARs as soon as it would be changed
--ISPF using CF structures?
Steve Thompson
On 11/24/2024 7:12 PM, Brian Westerman wrote:
You don't do anything with the HLQ, it's the second level qualifier (or any of
the ones after the HLQ) that is affected when you want to log onto multiple
LPARs with the saem ID.
For instance
Production = BRIAN.PROD.ISPPROF
TEST = BRIAN.TEST.ISPPROF
Sandbox = BRIAN.SBOX.ISPPROF
All of them are actually use the SYSNAME variable in the REXX exec or clist
that invokes ISPF when the user logs on, the tail part of mine is:
"ALLOC FI(ISPLLIB) SH REU DS("XX
ATTR="LRECL(80)BLKSIZE(0)RECFM(F,B)"
PROF="'"USERID()"."MVSVAR("SYSNAME")".ISPPROF'" <-- note the SYSNAME variable
IF SYSDSN(PROF)\="OK" THEN
"ALLOC DIR(50)SP(5,5)CYL DSORG(PO) DS("PROF")"ATTR
"ALLOC FI(ISPPROF) SH REU DS("PROF
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
--
Regards,
Steve Thompson
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN