MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

REXX problem

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
tempuser
Beginner


Joined: 05 Oct 2005
Posts: 28
Topics: 20
Location: INDORE

PostPosted: Tue Dec 05, 2006 5:08 pm    Post subject: REXX problem Reply with quote

Hi,
Could any body let me know the mistake that I am doing ?

I am trying to use LISTD command i rexx with the below code.
Code:

/*   REXX   */                                       
PDS1 = XXXX.YYYY.P.TEMP1                       
   LISTDS  'PDS1'                                       
   SAY 'PDS1' PDS1

After execution of this,I am getting the error saying that PDS1 not found.
PDS1 DATA SET XXXX.YYYY.P.TEMP1 NOT IN CATALOG.BUT ACTUALLY THE FILE IS AVAILABLE.

IF I REMOVE THE QUOTE LIKE BELOW

LISTDS PDS1

I AM GETTING THE ERROR myid.XXXX.YYYY.P.TEMP1 not found.

Thanks
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Tue Dec 05, 2006 5:13 pm    Post subject: Reply with quote

tempuser,

Check this link

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IKJ4C310/2.1.2.2?SHELF=&DT=20010706113306&CASE=

Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
moyeenkhan
Beginner


Joined: 04 Dec 2002
Posts: 64
Topics: 21

PostPosted: Thu Dec 07, 2006 10:21 am    Post subject: Reply with quote

Try LISTDS "'"PDS1"'"
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group