Thanks for the info, Elardus, I wasn't sure if you needed to be an admin to just do a display!
*George Rodriguez* *Specialist II - IT Solutions* *IT Enterprise Applications* *PX - 47652* *(561) 357-7652 (office)* *(954) 415-7586 (mobile)* *School District of Palm Beach County* *3348 Forest Hill Blvd.* *Room B-251* *West Palm Beach, FL. 33406-5869* *Florida's Only A-Rated Urban District For Eight Consecutive Years* On Thu, Jul 12, 2018 at 7:57 AM Elardus Engelbrecht < [email protected]> wrote: > George Rodriguez wrote: > > >On the ADM menu there's an option 7 - Define an Administrator for making > a regular user an administrator. You need to be an Admin already to use > this option. If I'm right, the initial system came with a default > administrator. > > The default one is PUBUSER. What the password is, is a guess. If RACF is > required to logon, it should be easy to fix that. > > > >To get a list of who's already define as an administrator, select option > 7, on option User enter a ? and on the command line enter l (list). > > Of course you need to be an admin in the first place... ;-) > > Or run this job: > > //BATCHLO EXEC PGM=EMSBXPMC,REGION=2M, > // PARM='EXEC,UID=PUBUSER,UNLOCK' > //STEPLIB DD DSN=?=SHR > //EMSBSRTS DD DSN=?,DISP=SHR > //EMSBSRTG DD DSN=?,DISP=SHR > //EMSBSRTU DD DSN=?,DISP=SHR > //EMSBPLDT DD DSN=?,DISP=SHR > //EMSBGPRF DD DSN=?,DISP=SHR > //EMSBALLT DD DSN=?,DISP=SHR > //EMSBGAL DD DSN=?,DISP=SHR > //SYSPRINT DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA) > //EMSBREPO DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA) > //EMSBLIST DD SYSOUT=*,DCB=(LRECL=133,RECFM=FBA) > //SYSUDUMP DD SYSOUT=* > //EMSBCOMM DD * > LIST ADMINISTRATOR, > USER_ID=*, > GROUP_NAME=* > > Groete / Greetings > Elardus Engelbrecht > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- *Disclaimer: *Under Florida law, e-mail addresses are public records. If you do not want your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
