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 

Executing a REXX routine without giving the exec command

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


Joined: 06 Jul 2005
Posts: 29
Topics: 20

PostPosted: Fri Jul 15, 2005 5:35 am    Post subject: Executing a REXX routine without giving the exec command Reply with quote

Hi,

I want to view a member of a PDS.For this i want to develop a REXX routine. Instead of using an exec command, can i directly give "TSO VW member name". I am new to REXX.
Can anyone help me do this ?

Thanks.
Back to top
View user's profile Send private message
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 700
Topics: 63
Location: USA

PostPosted: Fri Jul 15, 2005 6:27 am    Post subject: Reply with quote

your question is not clear, do you want to code something like "ispexec view dataset('dsn(member)')" in your rexx code.
Back to top
View user's profile Send private message Send e-mail
Manas Biswal
Intermediate


Joined: 29 Nov 2002
Posts: 382
Topics: 27
Location: Chennai, India

PostPosted: Wed Jul 20, 2005 2:09 pm    Post subject: Reply with quote

chikdu,

Concat the dataset containing the REXX routine to SYSPROC. That way you can directly invoke the REXX routine from Option 6 or using TSO "Rexx Routine Name" instead of using an EXEC.

Regards,
Manas
_________________
There is no path to peace. Peace is the path.
- Mahatma Gandhi (1869-1948)
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Thu Jul 21, 2005 12:29 am    Post subject: Reply with quote

or use ISREPDF which is already part of ISPF
TSO ISREPDF dsn(member)

or often, just

EPDF dsn(member)
Back to top
View user's profile Send private message Visit poster's website
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