On Aug 1, 2012, at 06:42, Roger Bolan wrote:

> The XMITIP doc says that it will handle dsnames the same as TSO, that is,
> partially qualified names get your prefix added, and fully qualified
> dsnames must be inside single quotes.
> 
> I think you are just running into the way TSO parses the quotes.   You may
> need to make sure the quotes get passed into XMITIP by doubling them.  For
> example:
> EX 'SYS2.LOCAL.CLIST(XMITIP)' '''TM#T.M.XMITIP.PARMCARD.userid1'''
>  
You might benefit by putting SYS2.LOCAL.CLIST in your SYSPROC
concatenation (or using ALTLIB) (SYSEXEC if XMITIP is Rexx).
Then write your script in Rexx instead of CLIST.  Rexx allows
both double and single quotes, so the command becomes:

    'XMITIP' "'TM#T.M.XMITIP.PARMCARD.userid1'"

... perhaps more legible.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to