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