Thank you all... 

Here is a working example:

 000001 /* REXX */
 000002 PARSE SOURCE SRCINFO;
 000003 parse var SRCINFO TSO COMMAND CMD DDNAME DSNAME exec TSO ISPF TOKEN;
 000004 say TSO;
 000005 say DSNAME;
 000006 say ISPF;

Command entered:

ex 'tssdon.meas.install(SO)'

Results of rexx:

TSO
 TSSDON.MEAS.INSTALL
 ISPF
 ***

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to