Paul Anderson schrieb:
I'm running the Turnkey MVS with the hercules emulator.  I'm
attempting to add a user to TSO, but having some difficulties.  I
modified the JCL in SYS2.JCLLIB(ADDUSER) to this:
//ADDUSER EXEC ADDUSER,HLQ=JBROST,UTYPE=SYSP

Well, if everything else fails, read the (Turnkey) documentation :)

When you installed the turnkey system, a password was assigned to the
master catalog.  You have to enter this password in reply to message

 | JOB    6 *00 IEC301A S JOB ADDUSER  DSNAME SYS1.VMASTCAT
   STC   24  IEE600I REPLY TO 00 IS;SUPPRESSED

In order to keep you on your toes, I coded a timeout in the automatic
operator process, and thus you get a second chance with a new

 | JOB    6 *01 IEC301A S JOB ADDUSER  DSNAME SYS1.VMASTCAT
   STC   24  IEE600I REPLY TO 01 IS;SUPPRESSED

after that, the request fails
 - JOB    6  $HASP395 ADDUSER  ENDED
             $HASP309    INIT  1 INACTIVE ******** C=A
--


      With kind Regards            |\      _,,,---,,_
                             ZZZzz /,`.-'`'    -.  ;-;;,
      Volker Bandke               |,4-  ) )-,_. ,\ (  `'-'
       (BSP GmbH)                '---''(_/--'  `-'\_)

       Pentiums melt in your PC, not in your hand.

         (Another Wisdom from my fortune cookie jar)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to