Antwort: Command program from the cbt

2009-07-02 Thread Michael Klaeschen
Hi Kenneth,

abend 913 is from OPEN macro, not from RACF. Its explanation reads to 
check message IEC150I. Insufficient authorization is one of several 
possible reasons. The reason code will give detailed explanation. Let's 
assume, it is a SAF authorization problem and not I/O, JCL, APF etc. 
related. Did you look for SAF messages already, for example ICH408I? They 
typically pinpoint to the missing resource authorization. If they do not 
appear, you might want to read SMF recordings or even set up UAUDIT for 
your user ID to gain information about the missing profile authorization. 
Since you seem to have access to the source, you even might want to check 
the program logic for RACROUTE macros in order to identify the profiles 
that are beeing checked. 

Cheers 
Michael




Klein, Kenneth kenneth.kl...@kyfb.com 
Gesendet von: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
02.07.2009 13:39
Bitte antworten an
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


An
IBM-MAIN@BAMA.UA.EDU
Kopie

Thema
Command program from the cbt






I'm new here. I get a RACF 913 abend when I try to run the program
called command from the cbt that they use here. The RACF administrator
insists that my id has all the same settings as the other guys in this
group who can run the program with success. I can see in the source that
the racroute macro is returning a rc higher than 4 but that doesn't help
our RACF guru. Can anyone tell me what RACF commands to run to show this
guy what needs to be tweaked? 


Ken Klein
Sr. Systems Programmer
Kentucky Farm Bureau Insurance - Louisville
kenneth.kl...@kyfb.com
502-495-5000 x7011

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Antwort: Command program from the cbt

2009-07-02 Thread Klein, Kenneth
Leider nicht der Fall.

these are the only messages from the job. How do I set up UAUDIT?

-  01 JUL 2009 JOB EXECUTION DATE

-9 CARDS READ

-   42 SYSOUT PRINT RECORDS

-0 SYSOUT PUNCH RECORDS

-3 SYSOUT SPOOL KBYTES

- 0.00 MINUTES EXECUTION TIME

1 //KQKTEMPC  JOB (3356,277),'KLEIN, KEN',MSGLEVEL=(1,1),
JOB01848 
  //  CLASS=L,MSGCLASS=X,NOTIFY=SYSUID,REGION=0M

  //* JOBCARD CREATED AT 10:05:14 ON  1 JUL 2009

  //* JES NODE=SYSTNODE SYSTEM=SYSTS1 LEVEL=JES2 Z/OS 1.9

  //* JCL TO RUN THIS JOB: KQKTEMP.$TSO.JCLLIB(COMMAND)

  /*JOBPARM LINES=99,CARDS=99

 
//*=+1+2+3+4+5+6+7==

  IEFC653I SUBSTITUTION JCL - (3356,277),'KLEIN,
KEN',MSGLEVEL=(1,1),CLASS=L,MSGCLASS=X,NOTIFY=KQKTEMP,REGION=0M   
2 //VARYOFF   EXEC PGM=COMMAND,

  //  PARM='D SYMBOLS'

 DTM1459I 2009.182 10:05:58 JOB KQKTEMPC REQUEUED TO CLASS=L

 ICH70001I KQKTEMP  LAST ACCESS AT 08:43:09 ON WEDNESDAY, JULY 1, 2009

 CMD107I SAFRC04: USING SECONDARY CHECK

 CMD913E UNAUTHORIZED USE OF THE COMMAND PROGRAM - JOB ABORTED

 IEF472I KQKTEMPC VARYOFF - COMPLETION CODE - SYSTEM=913 USER=
REASON= 
 IEF373I STEP/VARYOFF /START 2009182.1006

 IEF374I STEP/VARYOFF /STOP  2009182.1006 CPU0MIN 00.01SEC SRB
0MIN 00.00SEC VIRT24K SYS   212K EXT   4K SYS
 IEF375I  JOB/KQKTEMPC/START 2009182.1006

 IEF376I  JOB/KQKTEMPC/STOP  2009182.1006 CPU0MIN 00.01SEC SRB
0MIN 00.00SEC 


Ken Klein
Sr. Systems Programmer
Kentucky Farm Bureau Insurance - Louisville
kenneth.kl...@kyfb.com
502-495-5000 x7011

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Michael Klaeschen
Sent: Thursday, July 02, 2009 8:03 AM
To: IBM-MAIN@bama.ua.edu
Subject: Antwort: Command program from the cbt

Hi Kenneth,

abend 913 is from OPEN macro, not from RACF. Its explanation reads to
check message IEC150I. Insufficient authorization is one of several
possible reasons. The reason code will give detailed explanation. Let's
assume, it is a SAF authorization problem and not I/O, JCL, APF etc. 
related. Did you look for SAF messages already, for example ICH408I?
They typically pinpoint to the missing resource authorization. If they
do not appear, you might want to read SMF recordings or even set up
UAUDIT for your user ID to gain information about the missing profile
authorization. 
Since you seem to have access to the source, you even might want to
check the program logic for RACROUTE macros in order to identify the
profiles that are beeing checked. 

Cheers 
Michael




Klein, Kenneth kenneth.kl...@kyfb.com 
Gesendet von: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU
02.07.2009 13:39
Bitte antworten an
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU


An
IBM-MAIN@BAMA.UA.EDU
Kopie

Thema
Command program from the cbt






I'm new here. I get a RACF 913 abend when I try to run the program
called command from the cbt that they use here. The RACF administrator
insists that my id has all the same settings as the other guys in this
group who can run the program with success. I can see in the source that
the racroute macro is returning a rc higher than 4 but that doesn't help
our RACF guru. Can anyone tell me what RACF commands to run to show this
guy what needs to be tweaked? 


Ken Klein
Sr. Systems Programmer
Kentucky Farm Bureau Insurance - Louisville
kenneth.kl...@kyfb.com
502-495-5000 x7011

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Antwort: Command program from the cbt

2009-07-02 Thread John Kelly
snip
CMD107I SAFRC04: USING SECONDARY CHECK
 CMD913E UNAUTHORIZED USE OF THE COMMAND PROGRAM - JOB ABORTED
unsnip

Check the 'command' program, it's issuing the message. Sounds like it has 
multiple SAF calls and you're in neither.

Jack Kelly
202-502-2390 (Office)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Antwort: Command program from the cbt

2009-07-02 Thread James Robinson
Also, a failing RACHECK should have issued a SMF type 80 record. That
might tell you what resource is complaining. 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of John Kelly
Sent: Thursday, July 02, 2009 10:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Antwort: Command program from the cbt

snip
CMD107I SAFRC04: USING SECONDARY CHECK
 CMD913E UNAUTHORIZED USE OF THE COMMAND PROGRAM - JOB ABORTED unsnip

Check the 'command' program, it's issuing the message. Sounds like it
has multiple SAF calls and you're in neither.

Jack Kelly
202-502-2390 (Office)

--
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Antwort: Command program from the cbt

2009-07-02 Thread Skip Robinson
Similar advice as for the 'S222' thread. Consider that the user-supplied
authorization routine could well be issuing an 'S913' abend.

.
.
JO.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
jo.skip.robin...@sce.com


   
 James Robinson
 james.robin...@c 
 ROWLEY.COMTo 
 Sent by: IBM  IBM-MAIN@bama.ua.edu
 Mainframe  cc 
 Discussion List   
 ibm-m...@bama.ua Subject 
 .edu Re: Antwort: Command program from   
   the cbt 
   
 07/02/2009 07:29  
 AM
   
   
 Please respond to 
   IBM Mainframe   
  Discussion List  
 ibm-m...@bama.ua 
   .edu   
   
   




Also, a failing RACHECK should have issued a SMF type 80 record. That
might tell you what resource is complaining.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of John Kelly
Sent: Thursday, July 02, 2009 10:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Antwort: Command program from the cbt

snip
CMD107I SAFRC04: USING SECONDARY CHECK
 CMD913E UNAUTHORIZED USE OF THE COMMAND PROGRAM - JOB ABORTED unsnip

Check the 'command' program, it's issuing the message. Sounds like it
has multiple SAF calls and you're in neither.

Jack Kelly
202-502-2390 (Office)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html