Carlos,

Something like the following is all you should need in the way JCL.

//jobname  JOB (account),'username',CLASS=x,MSGCLASS=x
//STEP0001 EXEC PGM=ICHDSM00
//SYSPRINT DD  SYSOUT=*
//SYSUT2   DD  SYSOUT=*
//SYSIN    DD  *
  FUNCTION option
/*
//

If the program ICHDSM00 is protected by a RACF profile in the PROGRAM class,
you will need EXECUTE or greater access permission to the profile to execute
it. Otherwise, you will need the RACF AUDITOR attribute. Lastly, if the
FACILITY class resource ICHDSM00.SYSCAT is protected by a profile, you will
need at least READ access to it to get user catalog information associated
with FUNCTION SYSCAT (or ALL). You do not need any access permissions
whatsoever to the RACF database.

Regards, Bob

------------------------------------------------------------------------
Robert S. Hansel       | 2008 RACF Training (January - July)
Sr. RACF Specialist    | > Intro & Basic Admin - Boston - APR 29 - MAY 1
RSH Consulting, Inc.   | > Audit for Results   - Boston - MAY 20-22
www.rshconsulting.com  |
617-969-8211           | Visit our website for registration & details
------------------------------------------------------------------------

-----Original Message-----
Date:    Mon, 3 Mar 2008 12:39:42 -0600
From:    Carlos Cordero <[EMAIL PROTECTED]>
Subject: Abend S013 using ICHDSM00 procedure

Hi everybody!!

Please, somebody can help me with this:  i tried to use the ICHDSM00 program
using SYS1.BRODCAST library, then using a DSMON sentences to get RACF
report.

so, i get an abend S013 when jcl fails; what are the main reason for this
abend?

Tanks.

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

Reply via email to