¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: Jes2 Command Manual for MVS 3.8
Just FYI, here is the list of manuals I retrieved mostly from bitsavers, but a few from other places. These form a pretty complete library for me. By the way, I got the JES3 manuals from Moshix's
By Dennis Stone · #3003 ·
Re: Jes2 Command Manual for MVS 3.8
Mike, Another site you might want to add to your "collection" is http://softlib.classiccmp.org/. Chris -- <cjar1950@...>
By cjar1950@... · #3002 ·
Re: Jes2 Command Manual for MVS 3.8
Your are welcome - you might want to grab a few more that are related to your OS of choice. I have obtained these from more than one source as well as docs on using MVS with TK4 from many sources and
By Vince Coen · #3001 ·
Re: Jes2 Command Manual for MVS 3.8
I didn't realize that. Thanks for pointing it out.
By Mike Ward · #3000 ·
Re: Jes2 Command Manual for MVS 3.8
I must be blind. Thanks.
By Mike Ward · #2999 ·
Re: Jes2 Command Manual for MVS 3.8
That helped. Thanks.
By Mike Ward · #2998 ·
Re: Jes2 Command Manual for MVS 3.8
By Dave Wade · #2997 ·
Re: Jes2 Command Manual for MVS 3.8
Do you mean this one: http://bitsavers.trailing-edge.com/pdf/ibm/370/OS_VS2/GC23-0007-1_Operators_Library_OS_VS2_MVS_JES2_Commands_Jan79.pdf
By Jay Moseley · #2996 ·
Re: Jes2 Command Manual for MVS 3.8
Have a look at : www.applewoodbbs.linkpc.net/files/MVS3.8J There is a lot of them there but later systems as well.
By Vince Coen · #2995 ·
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.
By Mike Ward · #2994 ·
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
By Rahim Azizarab · #2993 ·
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
By laddiehanus · #2992 ·
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. regards; Rahim
By Rahim Azizarab · #2991 ·
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 De: [email protected] <[email protected]> Em nome
By Jo?o Reginato · #2990 ·
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. Rahim
By Rahim Azizarab · #2989 ·
Re: Authorization error SYSTEM COMPLETION CODE=047
Yes, use AC=1 De: [email protected] <[email protected]> Em nome de Rahim Azizarab via groups.io Enviada em: quarta-feira, 4 de maio de 2022 18:37 Para: H390-MVS <[email protected]>;
By Jo?o Reginato · #2988 ·
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, //?????
By Rahim Azizarab · #2987 ·
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
By Dennis Stone · #2986 ·
Re: Authorization error SYSTEM COMPLETION CODE=047
047 is issuing an SVC when in problem state and not supervisor state. Joe wrote:
By Joe Monk · #2985 ·
Re: Authorization error SYSTEM COMPLETION CODE=047
From memory that's an APF auth problem. What's the code trying to do? Roops [email protected]> wrote:
By Rupert Reynolds · #2984 ·