View previous topic :: View next topic
|
Author |
Message |
Martin Wickenden
New User
Joined: 24 Apr 2018 Posts: 15 Location: USA
|
|
|
|
I am getting this message on z/OS V2.2:
Code: |
ICH513A dataset not referenced in range table, primary dataset sequence 002, incorrect DSNAME specified, racf security decisions may be incorrect |
Here is my range table:
Code: |
000041 DC F'1' NUMBER OF ENTRIES
000042 DC XL44'00'
000043 DC AL1(1)
000044 END |
Here is the output of RVARY LIST:
Code: |
ACTIVE USE NUM VOLUME DATASET
------ --- --- ------ -------
YES PRIM 1 3C1003 SYS1.YR2K.PRIMARY
YES BACK 1 3C1CAT SYS1.YR2K.BACKUP
|
Can anyone tell me what is wrong please? Thanks, Marty
Edited: Code tags added. Please do it yourself in future. |
|
Back to top |
|
 |
Robert Sample
Global Moderator

Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
From the ICH513A error message description:
Quote: |
System programmer response
Check for a mismatch between the data set name table (ICHRDSNT) and the range table (ICHRRNG). Correct the problem and reIPL. |
|
|
Back to top |
|
 |
|