On Sat, 20 Aug 2022 13:28:29 -0700, Lizette Koehler <stars...@mindspring.com> 
wrote:

>I think what I am having a challenge with is the STGADMN.IDC.DCOLLECT in 
>Facility Class
>
>The UACC is NONE but the ACL has   *  READ
>
>The process creates the JCL Statements in ALLOC statements.  SYSIN will 
>contain the DCOLLECT control card
>
>Then it just does a LINKMVS  to SYS1.LINKLIB(IDCAMS)
>
>Almost like what you would code in Batch JCL.
>
>I was requested to make this work, If I had a choice I would definitely change 
>it

DCOLLECT requires APF authorization.  
https://www.ibm.com/docs/en/zos/2.3.0?topic=program-authorized-facility-apf

REXX execs do not normally run APF-authorized (thus my request for more 
information on where your exec is running, which you did not provide), and 
therefore ADDRESS LINKMVS will not normally work to invoke IDCAMS if you want 
to run DCOLLECT.

-- 
Walt

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to