Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to call rexx routine in z/VM PLI program

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
chakrapani.itte

New User


Joined: 23 Jan 2008
Posts: 6
Location: india

PostPosted: Tue Jan 29, 2008 10:53 pm    Post subject: How to call rexx routine in z/VM PLI program
Reply with quote

Any idea how to call a rexx module ( exec ) from a PLI program...

I have an example but it is not working

DCL DMSCCE CHAR(8) INIT('DMSCCE'),
RETCODE FIXED BIN(31) INIT(0),
DATADEF CHAR(8) INIT('DATADEF'),
NUMARG FIXED BIN(31) INIT(1),
ARG CHAR(38) INIT('INFILE DISK
FILENAME FILETYPE A (PERM)'),
ARGL FIXED BIN(31) INIT(38),
RET CHAR(10) INIT(' '),
RETL FIXED BIN(31) INIT(10);

/* Call statement to FILEDEF EXEC */
CALL DMSCSL (DMSCCE,RETCODE,DATADEF,NUMARG,
ARG,ARGL,RET,RETL);
Back to top
View user's profile Send private message
References
chakrapani.itte

New User


Joined: 23 Jan 2008
Posts: 6
Location: india

PostPosted: Tue Jan 29, 2008 10:55 pm    Post subject:
Reply with quote

For reference pls find the link below

http://mitvma.mit.edu/cmshelp.cgi?rout%20DMSCCE%20(ALL
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1