I believe PATH will accomplish what you want to do. I found this bit of JCL
from when I lead a different life:
//CATLG1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DEF PATH(NAME(SYST.MOBIUS.VIEWDIR.SCREENS) -
PATHENTRY(SYST.MOBIUS.VIEWDIR.LX0783.SCREENS))
https://www.ibm.com/docs/en/zos/2.5.0?topic=commands-define-path
On Sun, Jan 21, 2024 at 3:47 AM Lizette Koehler <[email protected]>
wrote:
> I have a VSAM data set called VSAM1
>
>
>
> I want to have it have another name (alias) called VSAMTST
>
>
>
> So if a user has NAME=VSAM1 or NAME=VSAMTST
>
>
>
> Both HLQs will be I the same usercat
>
>
>
>
>
> It all accesses the same VSAM dataset VSAM1
>
>
>
> What is the best way to do that?
>
>
>
> Thank you
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN