SETLOAD 02,IEASYM,DSN=sys2.relson,VOL=123456 only works if you have a load02 in the dataset. I do not - my LOADxx's are in SYS.IPLPARM - that's the problem. I can create a LOAD02 just for refreshing the symbols, but that feels like working round the problem (no real hardship) I've raised a doc comment on this. Colin
On Sat, 10 Sept 2022 at 14:46, Michael Babcock <[email protected]> wrote: > You can specify a dataset name and volser. > > SETLOAD 02,IEASYM,DSN=sys2.relson,VOL=123456 > > On Sat, Sep 10, 2022 at 5:42 AM Colin Paice <[email protected]> wrote: > > > I've been trying to refresh the system symbols, and have hit a problem. > > There is the setload command, which you can use to refresh IPL or IEASYM > - > > but only if the LOADxx member is in the PARMLIB concatenation. > > > > My LOADxx (from the ADCD system) is in SYS1.IPLPARM, and setload does not > > pick the changes up from there. > > > > For example > > > > 05.34.10 setload 00,ieasym > > > > 05.34.10 IEF764I MSTJCL00 RESOLVER IEFPARM SETLOAD_LOAD00 > PARMLIB > > READ FAILED - MEMBER LOAD00 NOT FOUND. > > 05.34.10 IEF901I SYSTEM SYMBOLS WERE NOT UPDATED FROM LOAD00. > > > > IEFPRMLB RETURN CODE=0000000C REASON=00000001 > > > > If I copy load00 to user.z25a.parmlib and repeat it I get > > SETLOAD 00,IEASYM > > IEF900I SYSTEM SYMBOLS WERE UPDATED FROM LOAD00 > > > > > > Is there another command I should be using, or do I need to set up a > dummy > > member in user.z25a.parmlib to do it? > > > > Colin > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > > > -- > Michael Babcock > OneMain Financial > z/OS Systems Programmer, Lead > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
