On Wed, 9 Nov 2011 17:01:03 +0100, Dr. Stephen Fedtke <[email protected]> wrote:
>I get the following error within a rexx trying to allocate a file to the >internal reader: > >SYSOUT DATA SET NOT ALLOCATED, USER NOT AUTHORIZED FOR FUNCTION SPECIFIED > >rexx: > >ADDRESS TSO >"ALLOC FI(JCL) SYSOUT(A) WRITER(INTRDR) REU" > > >rexx becomes executed in a EXEC PGM=IKJEFT01 batch environment. > >does anybody have an idea? You're not authorized to submit jobs, therefore you can't allocate an internal reader. Basically, you lack authority to the JCL resource in the TSOAUTH class, or possibly if you're using UADS rather than TSO segments, and don't have the TSOAUTH class active, you don't have the appropriate authority in your UADS entry. -- Walt Farrell IBM STSM, z/OS Security Design ---------------------------------------------------------------------- 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

