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 

call a rexx routine inside a clist program

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


Joined: 04 May 2006
Posts: 10
Topics: 6
Location: India

PostPosted: Mon May 15, 2006 1:10 am    Post subject: call a rexx routine inside a clist program Reply with quote

Hi,

I have a CLIST program inside which i need to call a rexx routine.

My rexx routine is very simple.
It just writes the userid, date and time whenever it is called.

Can someone help me in calling this routine in CLIST and give me syntax for a similar routine in CLIST
_________________
Regards,
Subha
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Mon May 15, 2006 7:42 am    Post subject: Reply with quote

Just call it by name:

Code:

PROC 0
WRITE START
%MYEXEC /* CALL REXX EXEC */
WRITE END

/* REXX MYEXEC */
Say SYSVAR(SYSUID) Date() Time()         
Exit 0                                   
Back to top
View user's profile Send private message
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