IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

To Get the listof DSN with multipe wild cards


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Huzefa

New User


Joined: 05 Dec 2006
Posts: 83
Location: Bangalore

PostPosted: Wed Dec 13, 2006 3:22 pm
Reply with quote

I want to get the list of files with the stucture

Node1.*.*.Dyymmdd.*.Node6
where yymmdd = current date

Can anybody help me out with this code
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Dec 13, 2006 4:26 pm
Reply with quote

Since you're using wildcards for nodes of the dataset, you're not going to be able to use the LISTCAT command to get what you need. You will need to use ISPF Library Management services. In your case, you'll need the LMDINIT Service and the LMDLIST Service.
Back to top
View user's profile Send private message
Huzefa

New User


Joined: 05 Dec 2006
Posts: 83
Location: Bangalore

PostPosted: Wed Dec 13, 2006 6:47 pm
Reply with quote

Can you give me the code for the same
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Dec 13, 2006 7:01 pm
Reply with quote

No. See my response to other post.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Dec 14, 2006 6:28 pm
Reply with quote

Here's a previous post with an example of the LMDINIT and LMDLIST ISPF Services coded in REXX.
Back to top
View user's profile Send private message
Huzefa

New User


Joined: 05 Dec 2006
Posts: 83
Location: Bangalore

PostPosted: Tue Dec 26, 2006 2:34 pm
Reply with quote

Thanks superk
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Possible to have two sort cards on on... DFSORT/ICETOOL 14
No new posts Dynamic Sortin DD cards SYNCSORT 8
No new posts IEBCOPY - wild-card for member copies??? JCL & VSAM 2
No new posts Query on updating the control cards. DFSORT/ICETOOL 2
This topic is locked: you cannot edit posts or make replies. Query on updating the control cards. JCL & VSAM 2
Search our Forums:

Back to Top