Jes2 Command Manual for MVS 3.8
Hello all, I’m trying to find a copy of the Jes2 command manual for MVS 3.8. I have tried bitsavers, but the only one I could find was a release 4 manual. Any help would be appreciated.
|
Re: Authorization error SYSTEM COMPLETION CODE=047
Found the solution.? Z111 uses dynamic APF not static that is why AC=1 did not work; and for the same reason adding the load library to PROG00 member of parmlib did not work.?? The solution is SETPROG APF,ADD,DSNAME=ADCD.load,volume=public
it is explained here?? *** TOP OF DATA ICH70001I ADCDMST? LAST ACCESS AT 14:36:29 ON WEDNESDAY, MAY 4, 2022? ? IEF236I ALLOC. FOR ANFUX1 STEP01????????????????????????????????????? ? IEF237I 0A96 ALLOCATED TO STEPLIB???????????????????????????????????? ? IEF237I 0A80 ALLOCATED TO???????????????????????????????????????????? ? IEF237I JES2 ALLOCATED TO SYSPRINT??????????????????????????????????? ? IEF237I JES2 ALLOCATED TO SYSOUT????????????????????????????????????? ? IRAEN55S ENF55 LISTENER ESTABLISHED SUCCESSFULLY.???????????????????? ? IRAEN55S REPLY TO THIS WTOR TO DELETE ENF55 LISTENER.?????????????????
On Wednesday, May 4, 2022, 08:38:20 PM CDT, laddiehanus via groups.io <laddiehanus@...> wrote:
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
|
Re: Authorization error SYSTEM COMPLETION CODE=047
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
|
Re: Authorization error SYSTEM COMPLETION CODE=047
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.
toggle quoted message
Show quoted text
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
|
Re: Authorization error SYSTEM COMPLETION CODE=047
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.
toggle quoted message
Show quoted text
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
|
Re: Authorization error SYSTEM COMPLETION CODE=047
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.
toggle quoted message
Show quoted text
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
|
Re: Authorization error SYSTEM COMPLETION CODE=047
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.
toggle quoted message
Show quoted text
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
|
Re: Authorization error SYSTEM COMPLETION CODE=047
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.
Dennis
toggle quoted message
Show quoted text
From memory that's an APF auth problem. What's the code trying to do?
Roops 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
|
Re: Authorization error SYSTEM COMPLETION CODE=047
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.
Dennis
toggle quoted message
Show quoted text
From memory that's an APF auth problem. What's the code trying to do?
Roops 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
|
Re: Authorization error SYSTEM COMPLETION CODE=047
047 is issuing an SVC when in problem state and not supervisor state.
Joe
toggle quoted message
Show quoted text
From memory that's an APF auth problem. What's the code trying to do?
Roops 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
|
Re: Authorization error SYSTEM COMPLETION CODE=047
From memory that's an APF auth problem. What's the code trying to do?
Roops
toggle quoted message
Show quoted text
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
|
Authorization error SYSTEM COMPLETION CODE=047
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
|
Re: Looking to find the "ISPF" software that was written by Wally Mclaughlin.
All, Please look at yesterdays posts " ISPF Availability" on turnkey-mvs. Chris -- <cjar1950@...> ---------------------------------------------------------------------------------------------------------------------------------- On Fri, 29 Apr 2022 02:14:21 +0000 (UTC) "Jim Kirwan via groups.io" <cact25@...> wrote: Put me down for 1 please.?
Sent from the all new AOL app for iOS
|
Re: Looking to find the "ISPF" software that was written by Wally Mclaughlin.
Put me down for 1 please.?
|
Re: Looking to find the "ISPF" software that was written by Wally Mclaughlin.
toggle quoted message
Show quoted text
From: [email protected] < [email protected]> On Behalf Of Rob Prins Sent: Thursday, April 28, 2022 7:59 AM To: [email protected]Subject: Re: [H390-MVS] Looking to find the "ISPF" software that was written by Wally Mclaughlin. ? Hi,
You can download my set of disks on top of MVS38J TK4- update 8. You will find this set on
On this set ISPF 2,2 is installed.
Cheers, Rob
|
Re: Looking to find the "ISPF" software that was written by Wally Mclaughlin.
Hi,
You can download my set of disks on top of MVS38J TK4- update 8. You will find this set on
On this set ISPF 2,2 is installed.
Cheers, Rob
|
Re: Looking to find the "ISPF" software that was written by Wally Mclaughlin.
Mike,
Try Wally at this address.? wally@...
Regards,
Gary
On 4/27/22 13:55, Mike Ward wrote:
toggle quoted message
Show quoted text
Put me down for 1 please.
?
?
I have a copy of ISPF v2.2 the Wally send out on 8/8/2021 if
anyone would like a copy.
Regards,
Gary
On 4/27/22 08:43, Jay Maynard wrote:
Put me down as a me too on this.
?
Looking to find the "ISPF" software
that was written by Wally Mclaughlin.
The email that I found in earlier posts
"wally<AT>highrock<DOT>com", no longer
works.
--
|
Re: Looking to find the "ISPF" software that was written by Wally Mclaughlin.
Andrew,
The address you listed is correct.? However the OP stated
'"wally<AT>highrock<DOT>com", no longer works.'? That
is why I said to drop the .com and use .trading instead.
Regards,
Gary
On 4/27/22 12:50, Andrew Fabbro wrote:
toggle quoted message
Show quoted text
There is no .com
On Apr 27, 2022, at 07:42, ScottC via
groups.io <sccosel@...> wrote:
?Hi Gary,
Please be respectful of Wally's wishes that he be the one to
distribute his own software.? He obviously would have posted
it somewhere if he did not care about the distribution aspects
of his software, that he wrote and offers to all of us without
charge.
Thank you, ScottC
|
Re: Mitrol empty database availability in DBDUMP format
Unless the website in question has some IP geolocation-dependent access controls, there are no Mitrol-related tapes.
BR, Jacek Kowalczyk
|
Re: Looking to find the "ISPF" software that was written by Wally Mclaughlin.
wally@...
There is no .com
toggle quoted message
Show quoted text
On Apr 27, 2022, at 07:42, ScottC via groups.io <sccosel@...> wrote:
?Hi Gary,
Please be respectful of Wally's wishes that he be the one to distribute his own software.? He obviously would have posted it somewhere if he did not care about the distribution aspects of his software, that he wrote and offers to all of us without charge.
Thank you, ScottC
|