Dear All,

I did create the ACS routine based on &GROUP but it doesn't seems to be
picking.

"IGD17040I ERROR IN DADSM PROCESSING ON VOLUME OLDSGP FOR DATA SET
 TEST.SAMPL.JCL
 HISTORIC RETURN CODE IS 192 DIAGNOSTIC INFORMATION IS 04160055
 IGD306I UNEXPECTED ERROR DURING IGGDAC02 PROCESSING
 RETURN CODE 4 REASON CODE 85
 THE MODULE THAT DETECTED THE ERROR IS IGDVTSDA
 SMS MODULE TRACE BACK - VTSDA VTSCR SSIRT
 SYMPTOM RECORD CREATED, PROBLEM ID IS IGD00001"

ACS Script :

"********************************* Top of Data
*******************************
PROC 1 STORCLAS
/**********************************************************************/
/* STORAGE CLASS ACS ROUTINE                                          */
/**********************************************************************/
/**********************************************************************/
/* DEFINE FILTER LISTS                                                */
/**********************************************************************/
  FILTLIST SYSDSET    INCLUDE (SYS%.*)
  FILTLIST HLQ1       INCLUDE(TEST.**)
/**********************************************************************/
   SELECT
/**********************************************************************/
/* EXCLUDE SYSTEM DATA SETS                                           */
/**********************************************************************/
    WHEN (&DSN = &SYSDSET)
      SET &STORCLAS = ''
/**********************************************************************/
/* USER                  DATASETS                                     */
/**********************************************************************/

/**********************************************************************/
    WHEN (&DSN = &HLQ1 | &STORCLAS = 'USRBASE')
      SET &STORCLAS = 'USRBASE'
/**********************************************************************/
 END
/**********************************************************************/
 END




********************************* Top of Data
**********************************
PROC 1 STORGRP
/**********************************************************************/
/* STORAGE GROUP ACS ROUTINE                                          */
/**********************************************************************/
/**********************************************************************/
 SELECT
/**********************************************************************/
/* USER DATAASETS                                                     */
/**********************************************************************/
  WHEN (&STORCLAS='USRBASE')
    SET &STORGRP = 'USRGROUP'
/**********************************************************************/
  END
/**********************************************************************/
  END
******************************** Bottom of Data
********************************"

ACS activation went well but not sure if i am correct.

Jake

On Wed, Feb 6, 2013 at 1:10 PM, R.S. <[email protected]> wrote:

> W dniu 2013-02-06 07:19, Jake anderson pisze:
>
>  Hello,
>>
>> This could be simple or Dumb question and I apologize for it :) . I have
>> written ACS routine based on the filtlist criteria but i am just curious
>> to
>> know if it is possible to write ACS routine(STORCLAS&STORGROUP) based on
>> user's racf group ? Intention is just to make sure that a user belonging
>> to
>> a particular RACF default group should be mapped to a specific STORAGE
>> group.
>>
>> Any suggestions or Ideas are highly appeciated..
>>
>
> RTFM
>
> "&GROUP    The RACF-defined default group associated with the user, or the
> group specified in the GROUP keyword on the JCL JOB statement."
>
>
>
> --
> Radoslaw Skorupka
> Lodz, Poland
>
>
>
>
>
>
> --
> Tre   tej wiadomo ci mo e zawiera  informacje prawnie chronione Banku
> przeznaczone wy  cznie do u ytku s u bowego adresata. Odbiorc  mo e by
>  jedynie jej adresat z wy  czeniem dost pu osób trzecich. Je eli nie jeste
>  adresatem niniejszej wiadomo ci lub pracownikiem upowa nionym do jej
> przekazania adresatowi, informujemy,  e jej rozpowszechnianie, kopiowanie,
> rozprowadzanie lub inne dzia anie o podobnym charakterze jest prawnie
> zabronione i mo e by  karalne. Je eli otrzyma e  t  wiadomo   omy kowo,
> prosimy niezw ocznie zawiadomi  nadawc  wysy aj c odpowied  oraz trwale
> usun   t  wiadomo   w  czaj c w to wszelkie jej kopie wydrukowane lub
> zapisane na dysku.
>
> This e-mail may contain legally privileged information of the Bank and is
> intended solely for business use of the addressee. This e-mail may only be
> received by the addressee and may not be disclosed to any third parties. If
> you are not the intended addressee of this e-mail or the employee
> authorised to forward it to the addressee, be advised that any
> dissemination, copying, distribution or any other similar activity is
> legally prohibited and may be punishable. If you received this e-mail by
> mistake please advise the sender immediately by using the reply facility in
> your e-mail software and delete permanently this e-mail including any
> copies of it either printed or saved to hard drive.
> BRE Bank SA, 00-950 Warszawa, ul. Senatorska 18, tel. +48 (22) 829 00 00,
> fax +48 (22) 829 00 33, www.brebank.pl, e-mail: [email protected]
> S d Rejonowy dla m. st. Warszawy XII Wydzia  Gospodarczy Krajowego
> Rejestru S dowego, nr rejestru przedsi biorców KRS 0000025237, NIP:
> 526-021-50-88. Wed ug stanu na dzie  01.01.2013 r. kapita  zak adowy BRE
> Banku SA (w ca o ci wp acony) wynosi 168.555.904 z otych.
>
>
>
> ------------------------------**------------------------------**----------
> 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

Reply via email to