PATH ¬= DSN

--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Sri 
h Kolusu [skol...@us.ibm.com]
Sent: Tuesday, May 26, 2020 9:49 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: How to get last node in DFSORT

> Empirically, I found I couldn't create a DSN starting with a period even
> within apostrophes.  I don't know where this is documented.

Gil,

This works fine for me

//STEP0100 EXEC PGM=SORT
//SYSOUT   DD SYSOUT=*
//SORTIN   DD *
dummyrecord
//SORTOUT  DD PATH='/tmp/.create.dsn.with.period',
//         PATHMODE=(SIRWXU,SIRWXG,SIRWXO),
//         PATHOPTS=(OWRONLY,OCREAT,OEXCL),
//         PATHDISP=(KEEP,DELETE),FILEDATA=TEXT,
//         LRECL=80,BLKSIZE=27920,RECFM=FB
//SYSIN    DD *
  OPTION COPY
/*


Thanks,
Kolusu

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to