LISTDS (USER) LEVEL ?? -----Original Message----- From: Umamaheshwar Iyer [mailto:[email protected]] Sent: 28 May 2009 08:55 To: [email protected] Subject: Question on LISTDS
To all the Dinosaurs roaming in this Mainframe World I am trying to get all the datasets beginning with ABCD.* in REXX using LISTDS. This is what I am doing ..... LISTDS (ABCD.*). Here I get all the datasets which begins with ABCD.*, but not more! Eg if I have a file ABCD.FILE1, and ABCD.LIGE2.PIGGY3, I get only ABCD.FILE1. I need to get the other files also. Has anybody done something like this in REXX and would like to share? TIA. Thanks & Best Regards. Umamaheshwar ============================================================================ ================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.c om/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.c om/Disclaimer.html</a> internally within Tech Mahindra. ============================================================================ ================================================ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

