Specifying Backup RACF Database without ICHRDSNT

Hey Guys,
Been awhile since i've posted on here but i've learned quite a lot from this board!
Issue:
I'm in the process of configuring 2.3 and i've run into a problem with specifying a Backup RACF Database WITHOUT using ICHRDSNT.
For some reason when ipling without ICHRDSNT the system is not reading my IRRPRM01
1) 1st attempt was SYSRACF dd statement in MSTJCL parm however this only allows a Primary RACF Database.(Later Confirmed)
2) 2nd Attempt was allocating IRRPRM01 to specify a primary and secondary Database. The syntax was the following:
DATABASE_OPTIONS
SYSPLEX(NOCOMMUNICATIONS)
DATASETNAMETABLE
ENTRY
PRIMARYDSN(SYS1.RACX)
BACKUPDSN(SYS1.RACX.BACKUP)
UPDATEBACKUP(NOSTATS)
BUFFERS(255)
RANGETABLE
START('00' HEX)
ENTRYNUMBER(1)
However after loading i'm prompted with the following:
ICH502A SPECIFY NAME FOR PRIMARY RACF DATA SET
* SEQUENCE 001 OR 'NONE'
Insured it's apart of my concatenation
Loading from the right RES volume
SYNTAX checked the RACF Proc
//RACF PROC
//RACF EXEC PGM=IRRSSM00,REGION=0M,PARM='RACF=01'
//RACFPARM DD DISP=SHR,DSN=SYS1.PARMLIB
Is there any reason why the system will only recognize the primary AND backup if I use ICHRDSNT? Is there a way around this using strictly parm/proc members?
Been awhile since i've posted on here but i've learned quite a lot from this board!
Issue:
I'm in the process of configuring 2.3 and i've run into a problem with specifying a Backup RACF Database WITHOUT using ICHRDSNT.
For some reason when ipling without ICHRDSNT the system is not reading my IRRPRM01
1) 1st attempt was SYSRACF dd statement in MSTJCL parm however this only allows a Primary RACF Database.(Later Confirmed)
2) 2nd Attempt was allocating IRRPRM01 to specify a primary and secondary Database. The syntax was the following:
DATABASE_OPTIONS
SYSPLEX(NOCOMMUNICATIONS)
DATASETNAMETABLE
ENTRY
PRIMARYDSN(SYS1.RACX)
BACKUPDSN(SYS1.RACX.BACKUP)
UPDATEBACKUP(NOSTATS)
BUFFERS(255)
RANGETABLE
START('00' HEX)
ENTRYNUMBER(1)
However after loading i'm prompted with the following:
ICH502A SPECIFY NAME FOR PRIMARY RACF DATA SET
* SEQUENCE 001 OR 'NONE'
Insured it's apart of my concatenation
Loading from the right RES volume
SYNTAX checked the RACF Proc
//RACF PROC
//RACF EXEC PGM=IRRSSM00,REGION=0M,PARM='RACF=01'
//RACFPARM DD DISP=SHR,DSN=SYS1.PARMLIB
Is there any reason why the system will only recognize the primary AND backup if I use ICHRDSNT? Is there a way around this using strictly parm/proc members?