There is no problem with z/OS or Hyperion. Read the relevant MVS manuals on how APF authorization works
System initialization Reference on how apf is done on PROGxx
System commands on the SET command to activate a PROGxx member.?
MVS program management users guide and reference for linkage editor details on the AC= parameter?
System codes manual to look up what S047 error is
System messages to look up the messages related too the abend.
Just download the manuals from IBM the 2.5 manuals for this problem will have we hat you are looking for
Laddie Hanus
toggle quoted message
Show quoted text
On Wednesday, May 4, 2022, 7:41 PM, Rahim Azizarab via groups.io <rahimazizarab@...> wrote:
I have done all that has been suggested.? I am starting to wonder if there could be something in Z111 or Hyperion.
On Wednesday, May 4, 2022, 06:50:27 PM CDT, Jo?o Reginato <jb.reginato@...> wrote:
In fact the ¡°ac=1¡± must be used while linkediting the executable program, not a called one.
I think it is bottle99. Show the full execution JCL
?
?
?
I did use AC=1 and still got the same result.? I even added my loadlib to prog00 in parmlib.
On Wednesday, May 4, 2022, 05:13:42 PM CDT, Jo?o Reginato <jb.reginato@...> wrote:
Yes, use AC=1
?
?
I get the same error even when trying to execute Bottle99 program.? could my link-edit jcl be the cause?
//LKED?????? JOB? CLASS=A,MSGLEVEL=(1,1),REGION=2M,MSGCLASS=H,
//????? NOTIFY=&SYSUID
//*
//*
//STEP01?? EXEC PGM=IEWL,
//? PARM='MAP,LIST,XREF,AC=0,RENT,AMODE=31,RMODE=ANY',
//??????? REGION=512K
//SYSUT1?? DD? UNIT=SYSDA,SPACE=(CYL,(4,1))
//SYSPRINT DD? SYSOUT=A
//SYSLMOD? DD? DSN=ADCD.LOAD,DISP=SHR
//SAMPLIB? DD? DSN=MITROL.INFO.OBJ,DISP=SHR
//SYSLIN?? DD? *
?INCLUDE SAMPLIB(IRAEN55S)? location of your text file
?ENTRY IRAEN55S
?NAME IRAEN55S (R)
/*
//
On Wednesday, May 4, 2022, 03:34:37 PM CDT, Dennis Stone <dstone21@...> wrote:
Definitely an APF authorization error. The program is trying to execute a priveleged instruction. The program needs to be linked with AC(1) and be in an authorized library. I also would be curious what the code is trying to do.
From memory that's an APF auth problem. What's the code trying to do?
?
On Wed, 4 May 2022, 20:34 Rahim Azizarab via , <rahimazizarab=[email protected]> wrote:
Does anyone know how to fix this authorization error?? It happens upon execution of assembler programs that I assemble from source and Linkedit.? I get a return code of zero on previous steps, but this return on execution.
*** TOP OF DATA ****
ICH70001I IBMUSER? LAST ACCESS AT 08:25:19 ON WEDNESDAY, MAY 4, 2022?????????? ?
IEF236I ALLOC. FOR ANFUX1 STEP01?????????????????????????????????????????????? ?
IEF237I 0A96 ALLOCATED TO STEPLIB????????????????????????????????????????????? ?
IGD100I VIO ALLOCATED TO DDNAME SYSUT1?? DATACLAS (??????? )?????????????????? ?
IEF237I JES2 ALLOCATED TO SYSPRINT???????????????????????????????????????????? ?
IEF237I JES2 ALLOCATED TO SYSOUT?????????????????????????????????????????????? ?
IEA995I SYMPTOM DUMP OUTPUT??????????????????????????????????????????????????? ?
SYSTEM COMPLETION CODE=047???????????????????????????????????????????????????? ?
?TIME=08.26.00? SEQ=00045? CPU=0000? ASID=001A???????????????????????????????? ?
?PSW AT TIME OF ERROR? 078D0000?? 91B0095A? ILC 2? INTC 6B???????????????????? ?
?? ACTIVE LOAD MODULE?????????? ADDRESS=11B00908? OFFSET=00000052????????????? ?
?? NAME=IRAEN55S?????????????????????????????????????????????????????????????? ?
?? DATA AT PSW? 11B00954 - 58101000? 0A6B5800? C34858F0??????????????????????? ?
?? GR 0: 00000050?? 1: 0000003C??????????????????????????????????????????????? ?
????? 2: 00000040?? 3: 008D79D4??????????????????????????????????????????????? ?
????? 4: 008D79B0?? 5: 008E6E88??????????????????????????????????????????????? ?
????? 6: 008C6FE0?? 7: FD000000??????????????????????????????????????????????? ?
????? 8: 008FCD48?? 9: 008E6B30??????????????????????????????????????????????? ?
????? A: 00000000?? B: 008E6E88??????????????????????????????????????????????? ?
????? C: 91B00908?? D: 11B01FB0??????????????????????????????????????????????? ?
????? E: 0000030B?? F: 00000000??????????????????????????????????????????????? ?
?END OF SYMPTOM DUMP?????????????????????????????????????????????????????????? ?
IEF472I ANFUX1 STEP01 - COMPLETION CODE - SYSTEM=047 USER=0000 REASON=00000000 ?
IEF285I?? ADCD.LOAD??????????????????????????????????? KEPT??????????????????? ?
IEF285I?? VOL SER NOS= PUBLIC.???????????????????????????????????????????????? ?
IEF285I?? SYS22124.T082600.RA000.ANFUX1.R0100080?????? DELETED???????????????? ?
IEF285I?? IBMUSER.ANFUX1.JOB00045.D0000101.??????????? SYSOUT????????????????? ?
IEF285I?? IBMUSER.ANFUX1.JOB00045.D0000102.??????????? SYSOUT????????????????? ?
IEF373I STEP/STEP01? /START 2022124.0826?????????????????????????????????????? ?
IEF374I STEP/STEP01? /STOP? 2022124.0826 CPU??? 0MIN 00.05SEC SRB??? 0MIN 00.00S
IEF375I? JOB/ANFUX1? /START 2022124.0826?????????????????????????????????????? ?
IEF376I? JOB/ANFUX1? /STOP? 2022124.0826 CPU??? 0MIN 00.05SEC SRB??? 0MIN 00.00S
?
--
att.
Jo?o