Can someone point me in the right direction?

My issue is that I have a user running an FDRCOPY job as follows.

//STEP1    EXEC PGM=FDRCOPY
//SYSPRINT DD  SYSOUT=*
//SYSUDUMP DD  SYSOUT=*
//SYSIN    DD  *
   COPY   TYPE=DSF,
          DSNENQ=NONE
   SELECT CATDSN=AUL1.SAS.FORMATS,
          NEWNAME=AUL1$.SAS.FORMATS
   SELECT CATDSN=AUL1.VSAMPSP1,
          NEWNAME=AUL1$.VSAMPSP1
   SELECT CATDSN=AUL1.SAS.MACROS,
          NEWNAME=AUL1$.SAS.MACROS
/*

The job is failing with the following RACF errors:

ICH408I USER(TSOSDB  ) GROUP(TSOUSR  ) NAME(    )  176
 AUL1$.SAS.FORMATS CL(DATASET ) VOL(CLN007)
 DEFINE - INSUFFICIENT AUTHORITY
ICH408I USER(TSOSDB  ) GROUP(TSOUSR  ) NAME( )  178
 AUL1$.SAS.MACROS CL(DATASET ) VOL(CLN010)
 DEFINE - INSUFFICIENT AUTHORITY
ICH408I USER(TSOSDB  ) GROUP(TSOUSR  ) NAME( )  179
 AUL1$.VSAMPSP1 CL(DATASET ) VOL(CLN008)
 DEFINE - INSUFFICIENT AUTHORITY
IEF450I TSOSDBC STEP1 - ABEND=S000 U0888 REASON=00000000  182
       TIME=14.46.05

The user has run this job successfully with the following dataset names:
SELECT CATDSN=AUL1.ACSASXP1,
      NEWNAME=AUL1$.ACSASXP1
SELECT CATDSN=AUL1.ACTUAXP1,
      NEWNAME=AUL1$.ACTUAXP1

There is a RACF profile AUL1$.* that is protecting these datasets and the user has Alter to that profile, I even tried making the profile UACC(ALTER) to see if we would get a different result. Is there anything special about have a $ in the RACF profile name?

There is something unique about these dataset names, and I am not sure what it is. There is not a more specific profile, this is the profile protecting these datsets.

Command ===> LD DA('AUL1$.SAS.MACROS') G ALL
INFORMATION FOR DATASET AUL1$.* (G)

YOUR ACCESS  CREATION GROUP  DATASET TYPE
-----------  --------------  ------------
   ALTER        TSOUSR         NON-VSAM

I don't see that we are doing anything special in the ACS routines which would change the way these datasets are handled. In addition I can allocate these datasets from 3.2 in ISPF, but when I run the FDRCOPY job I get the RACF DEFINE error listed above.

What am I missing?  Any suggestions on where else to look?

The FDR Error messages for the job are: The dataset is going from Non-managed to SMS managed dasd.

FDR101 FAST DUMP RESTORE DATA SET FUNCTIONS - VER. 5.4/50P - INNOVATION DATA PR

FDR303  CARD IMAGE --     COPY   TYPE=DSF,
FDR303  CARD IMAGE --            DSNENQ=NONE
FDR303  CARD IMAGE --     SELECT CATDSN=AUL1.SAS.FORMATS,
FDR303  CARD IMAGE --            NEWNAME=AUL1$.SAS.FORMATS.TEST
FDR346  FILTER SELECTED       1 ENTRIES IN     0.06 SECS

FDR007  STARTING TIME OF DATA SET COPY    -- 09.53.35 -- IN=D#D90089
FDR392      DSF SELECTED DSN=AUL1.SAS.FORMATS
FDR162** SMS ERROR MESSAGES FOR DSN=AUL1$.SAS.FORMATS.TEST
FDR162    IGD17012I USER NOT AUTHORIZED TO DEFINE DATA SET
FDR162    AUL1$.SAS.FORMATS.TEST
FDR162 DADSM HISTORIC RETURN CODE IS 172 DADSM DIAGNOSTIC INFORMATION IS 040E0800 FDR156** ALLOCATE FAILED FOR 00037 TRK COMP=X'00AC-040E0800' VOL=D90089 DSN=AUL1$.SAS.FORMATS.TEST
FDR326** COPY    ENDED WITH NO DATA SETS COPIED   VOL=D90089
FDR007  ENDING   TIME OF DATA SET COPY    -- 09.53.36 -- IN=D#D90089
FDR122 BYTES DSK TRK T BLKS RESTART STIMERS ERRS ACT DSK LOW HGH DEXCP FDR122N 0000000000 000004 000 000000 000000
FDR998** FDR COMPLETED WITH ERRORS

Thanks for the help,

Jasen Kloeppel
Shelter Insurance
573-214-6506
[EMAIL PROTECTED]

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/

----------------------------------------------------------------------
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