It's perfectly valid to have the same name in two or three of the lists. At this point he hasn't provided enough information to diagnose the problem.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Jon Perryman <[email protected]> Sent: Monday, June 30, 2025 12:45 PM To: [email protected] <[email protected]> Subject: Re: Tried exec pgm= External Message: Use Caution On Mon, 30 Jun 2025 11:00:57 -0500, Steve Beaver <[email protected]> wrote: >Is your program in AUTHPGM and AUTHCMD Joseph defined it both as AUTHPGM & AUTHCMD. I saw this but thought it could not be the problem but maybe TSO does not like it be in both. At this point, Joseph proved the problem is with TSO because the S047 abend does not occur in batch JCL as PGM=ISJR. I noticed a "#/*" in the AUTHCMD but I don't think it's causing his problem but it indicates at least 1 typo. Maybe there's another we aren't noticing. My suggestion would be to use a known functioning definition. E.g. Issue "LISTUSER *" to verify the user is listed correctly and it's working correctly. Rename his ISJR program to LISTUSER. Logoff and logon to start with a clean environment and then issue the "LISTUSER *". If this fails with S047, then his startup script may be doing something unexpected. To bypass the startup script, he could simply run it in batch under PGM=IKJEFT1B with PARM or SYSTSIN calling LISTUSER. The abend occurs during an SVC that is hardcoded in the source instead of using the standard macro. I would suggest coding the macro or at least compile the macro to verify everything required by the SVC has been coded correctly. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
