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

LISTDSI with RECALL option


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
swathykrishnan

New User


Joined: 01 Oct 2010
Posts: 43
Location: Bangalore

PostPosted: Thu Jan 31, 2013 2:37 pm
Reply with quote

From IBM manuals I have learned that we can use RECALL along with LISTDSI. And I have tried to use it. See the code below
LISTDSI(DSNAME,RECALL).
But I am getting error message "IRX0275E Too many arguments were passed to LISTDSI"

Can you please help me to resolve the issue.
Please find the reference link below.
publib.boulder.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.ikja300%2Fldsi.htm
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Thu Jan 31, 2013 3:41 pm
Reply with quote

Hello,
Try this,

Code:
X = LISTDSI("'WELLS.DATASET.NAME' RECALL")

OR
Code:

DS = "'WELLS.DATASET.NAME' RECALL"                                             
X = LISTDSI(DS)
Back to top
View user's profile Send private message
swathykrishnan

New User


Joined: 01 Oct 2010
Posts: 43
Location: Bangalore

PostPosted: Thu Jan 31, 2013 4:27 pm
Reply with quote

Actually I got the solution... that was the comma ',' which create the issue
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 2
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts CICS vs LE: STORAGE option CICS 0
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts INSYNC option with same function as I... JCL & VSAM 0
Search our Forums:

Back to Top