Re: REXX file information question

2010-02-12 Thread McKown, John
Company.SM -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Field, Alan C. Sent: Thursday, February 11, 2010 2:22 PM To: IBM-MAIN@bama.ua.edu Subject: Re: REXX file information question That's what I tried. In my test case it ends

Re: REXX file information question

2010-02-12 Thread Baraniecki, Ray
PRINTING THIS E-MAIL. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of McKown, John Sent: Friday, February 12, 2010 8:15 AM To: IBM-MAIN@bama.ua.edu Subject: Re: REXX file information question Most weird! I just did the REXX below from

Re: REXX file information question

2010-02-12 Thread Field, Alan C.
: Friday, February 12, 2010 07:15 To: IBM-MAIN@bama.ua.edu Subject: Re: REXX file information question Most weird! I just did the REXX below from the ISPF TSO prompt (option 6) and got zeroes. /* REXX */ xx=listdsi(sysexec file) say xx=xx sysreason=sysreason -- John McKown Systems Engineer IV

Re: REXX file information question

2010-02-12 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Field, Alan C. Sent: Friday, February 12, 2010 8:11 AM To: IBM-MAIN@bama.ua.edu Subject: Re: REXX file information question John et al. //HFS DD PATH='/aaa.bbb.ccc',... Xx

Re: REXX file information question

2010-02-12 Thread Paul Gilmartin
On Fri, 12 Feb 2010 09:42:38 -0600, McKown, John wrote: OH. LISTDSI is likely only legacy dataset aware. I would use BPXWDYN if a UNIX file is a possibility. Has BPXWDYN the capability to extract characteristics of an existing DDNAME? I'm familiar only with its ability to return DSNAME,

Re: REXX file information question

2010-02-12 Thread DanD
...@healthmarkets.com Sent: Friday, February 12, 2010 10:43 AM Newsgroups: bit.listserv.ibm-main Subject: Re: REXX file information question -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Field, Alan C. Sent: Friday, February 12, 2010 8:11 AM To: IBM

REXX file information question

2010-02-11 Thread Field, Alan C.
Is there a way in REXX to obtain the filename from a //ddname PATH ? Kinda like a LISTDSI does for a dsname? Thanks, Alan -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: REXX file information question

2010-02-11 Thread McKown, John
-m...@bama.ua.edu] On Behalf Of Field, Alan C. Sent: Thursday, February 11, 2010 2:10 PM To: IBM-MAIN@bama.ua.edu Subject: REXX file information question Is there a way in REXX to obtain the filename from a //ddname PATH ? Kinda like a LISTDSI does for a dsname? Thanks

Re: REXX file information question

2010-02-11 Thread Field, Alan C.
[mailto:ibm-m...@bama.ua.edu] On Behalf Of Field, Alan C. Sent: Thursday, February 11, 2010 2:10 PM To: IBM-MAIN@bama.ua.edu Subject: REXX file information question Is there a way in REXX to obtain the filename from a //ddname PATH ? Kinda like a LISTDSI does for a dsname