To be clear, the syntax is

Operator
    SEND 'text',U=xx,LOGON

TSO
    SEND 'text' U(xx) LOGON

Note the equal sign for the operator syntax versus the parentheses for the TSO 
syntax. In either case, REXX code has to double the apostrophes or frame them 
in quotes.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [[email protected]] on behalf of 
Carmen Vitullo [[email protected]]
Sent: Tuesday, August 30, 2022 10:42 AM
To: [email protected]
Subject: Re: SDSF ISFEXEC issue - help (please)

Sorry I was wrong about the COMMA, it is a space SEND 'TEXT'
USER(XXXXXXX) LOGON or SAVE all spaces

Carmen


On 8/30/2022 9:31 AM, Seymour J Metz wrote:
> I understand doubling the apostrophe's. What I don't understand is passing 
> what looks like a TSO command to ISFSLASH.  In the SEND operator command the 
> space after the quoted text would be taken as the end of the operand, so why 
> wasn't user(xx) treated as a comment?
>
>
> --
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
> ________________________________________
> From: IBM Mainframe Discussion List [[email protected]] on behalf of 
> Lionel B. Dyck [[email protected]]
> Sent: Tuesday, August 30, 2022 10:20 AM
> To: [email protected]
> Subject: Re: SDSF ISFEXEC issue - help (please)
>
> Using either isfexec the issue was that it was processing the single quotes
> and removing them - had to double up on them to get them to work.
>
>
> Lionel B. Dyck <><
> Website: 
> https://secure-web.cisco.com/1pRB6TU2s1rVZFSUBI4CQyufbt4yog7zfw6H29WDroHqgvOUVizbp8sXznfPfrBWRLS-Sr7eww1A3FS5awXjhHAgDv27tkRIfZ50u0F2iGGa_Z_PJk2i6RtAe-HGM4CkJbhiaWROWMy0_OUrsPpJsDlk9oncpVxlAD_4D5U_-bjKhXuaGNrWnsRhCIk6g9tQyl5v7SpaRG3tCl5zjZKc94T8fP8_vdCosbmHf83fqhgo3jfALcBHx0ADmfHTmHKozzY92JPcGpjVLHT92AiSUnWbAdhf88Bwb_5MOmggFZ50GCkupLFn3CtkqyvUd_o9pS-3HuNNJrnk6L86mGBx4VgkU3RBiSm6swwk4-j3oAvshMy82-bP6lg_0AO4AF-oRYZF7FRxsRIRnSA5-bQWXwjF5flfSOJP027uUrR_4mmBxXf1FlOiKUb6TYyRakzk3/https%3A%2F%2Fwww.lbdsoftware.com
> Github: 
> https://secure-web.cisco.com/1PxplXX8bfuj6plftOawaZBits2E60zUaR1h8kUESq4TTggDm1Epc297UmePjkSzV0EXZL8VWnzB49kj6KFY6GriQ2roNyDp1UWZlLtfMMcZQ6uY10GOM-MLBm62nCDxWr78ZVIDC2z-3yrL3iJziFJ0tiKjlSmZVUYj5d5_dsOdSHZd92sdFB6D8QZwMAmpfrdQbvIDhZhEM1fUTtAudEQJsr35XypPRtfvdN_DfONvFmc3TsQQMW1ICP8OxYUqM9ltCxGv3IZ2loGX4mxQXruwcoSy-FE3NmUUWhdiBCVnrAHWmhNau51V_UAgQQrhVdR9p0rEhrWuNmQE0H196ldGswmcRv_Gw-LK-RgocEnUL03d_Hs__i20ye3gVJoNkIjnMJthvqbCJRIGT4M2u3vW0qhBwsUUOboiQslRbA9mRHypGmQ-hTayjA0MXzrQNZYxgxWVRyVXYLG-43jeFqg/https%3A%2F%2Fgithub.com%2Flbdyck
>
> “Worry more about your character than your reputation. Character is what you
> are, reputation merely what others think you are.”   - - - John Wooden
>
> -----Original Message-----
> From: IBM Mainframe Discussion List <[email protected]> On Behalf Of
> Seymour J Metz
> Sent: Tuesday, August 30, 2022 9:17 AM
> To: [email protected]
> Subject: Re: SDSF ISFEXEC issue - help (please)
>
> I'm confused. Doesn't ISFSLASH take an MVS operator command rather than a
> TSO command? In an MVS commands, space separates operands from comments,
> unlike TSO commands.
>
>
> --
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
> ________________________________________
> From: IBM Mainframe Discussion List [[email protected]] on behalf of
> Willy Jensen [[email protected]]
> Sent: Monday, August 29, 2022 12:11 PM
> To: [email protected]
> Subject: Re: SDSF ISFEXEC issue - help (please)
>
> Probably a quoting issue, this works:
>   Address SDSF ISFSLASH "'send ''howdy folks'' user(xx)'"
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to [email protected] with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to [email protected] with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN

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

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

Reply via email to