Re: How do I issue a command with a blank in it?

2022-07-12 Thread Paul Gilmartin
On Tue, 12 Jul 2022 12:56:35 +, Seymour J Metz wrote: >JCL is quite consistent; an unquoted space terminates the field. > If that space is preceded by a comma, doesn't it indicate a continuation? But perhaps I misunderstand the definition of "field". -- gil

Re: How do I issue a command with a blank in it?

2022-07-12 Thread Seymour J Metz
, 2022 1:11 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? App received HOW NOW, BROWN COW Quoting the command preserves the lower case, even with the embedded blanks. (No, I did not test every permutation.) /F procname,'How now, Brown Cow' App

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Warren Brown
List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Monday, July 11, 2022 9:44 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? how about: /F procname,How now,    Brown Cow (multiple spaces

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Paul Gilmartin
On Mon, 11 Jul 2022 10:11:51 -0700, Charles Mills wrote: >... >/F procname,'How now, Brown Cow' >App received 'How now, Brown Cow' > >Note that the quotes are included in what the app receives. > But how did you enter the command? o From an operator's console? o From HLASM MGCRE? o

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Charles Mills
@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? how about: /F procname,How now, Brown Cow (multiple spaces?) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Paul Gilmartin
On Mon, 11 Jul 2022 09:12:45 -0700, Charles Mills wrote: >The problem is that there just is no generic MODIFY format, and I guess there >really is no universal console command format. Yes, yes, the next time they >write MVS they should do a single parser shared among all commands, but

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Charles Mills
artin Sent: Monday, July 11, 2022 8:00 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? On Mon, 11 Jul 2022 13:42:07 +, Peter Relson wrote: >Shmuel write >> A space in an operator command is the separator between operand a

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Paul Gilmartin
On Mon, 11 Jul 2022 11:52:40 +, Seymour J Metz wrote: >ObNit Why don't you want to quoute the stem name? The statement address SDSF >"ISFSLASH (mycmd.) (WAIT)" will work regardless of whether you give mycomd. a >default value. > The flaw occurs in the User's Guide. RCF submitted.

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Paul Gilmartin
On Mon, 11 Jul 2022 13:42:07 +, Peter Relson wrote: >Shmuel write >> A space in an operator command is the separator between operand and comment. > >"Can be", not "is". It depends on the command. > Is this clearly documented for each command? Does the doc cover the case of passing a string

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Peter Relson
Shmuel write > A space in an operator command is the separator between operand and comment. "Can be", not "is". It depends on the command. Peter Relson z/OS Core Technology Design -- For IBM-MAIN subscribe / signoff / archive

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Paul Gilmartin
On Mon, 11 Jul 2022 12:29:15 +, Rob Scott wrote: >True - however I think the original author of the exec was alternating between >using the stem form and a variable replacement form. > How does it behave with SIGNAL ON NOVALUE in effect? How does it behave with MYCMD.='Preseet' in effect?

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Rob Scott
2022 12:53 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? EXTERNAL EMAIL ObNit Why don't you want to quoute the stem name? The statement address SDSF "ISFSLASH (mycmd.) (WAIT)" will work regardless of whether you give mycomd. a def

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Seymour J Metz
Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Rob Scott [rsc...@rocketsoftware.com] Sent: Monday, July 11, 2022 3:38 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? For what it is worth, SDSF REXX API already accepts an alternate for

Re: How do I issue a command with a blank in it?

2022-07-11 Thread Rob Scott
022 18:19 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? EXTERNAL EMAIL On Sun, 10 Jul 2022 11:51:29 -0400, David Spiegel wrote: >Hi Gil, >You said: "..as XEDIT and "sed" do ..." >IIRC, TSO Edit should be included in thi

Re: How do I issue a command with a blank in it?

2022-07-10 Thread Paul Gilmartin
On Sun, 10 Jul 2022 11:51:29 -0400, David Spiegel wrote: >Hi Gil, >You said: "..as XEDIT and "sed" do ..." >IIRC, TSO Edit should be included in this list. > Not in my list. On Sun, 10 Jul 2022 16:06:18 +, Seymour J Metz wrote: >A space in an operator command is the separator between

Re: How do I issue a command with a blank in it?

2022-07-10 Thread Seymour J Metz
...@listserv.ua.edu] Sent: Sunday, July 10, 2022 11:31 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? On Sun, 10 Jul 2022 13:11:17 +, Seymour J Metz wrote: >... > if someone were able to do an RFE with a compelling business case to allow > embedd

Re: How do I issue a command with a blank in it?

2022-07-10 Thread David Spiegel
Hi Gil, You said: "..as XEDIT and "sed" do ..." IIRC, TSO Edit should be included in this list. Regards, David On 2022-07-10 11:31, Paul Gilmartin wrote: On Sun, 10 Jul 2022 13:11:17 +, Seymour J Metz wrote: ... if someone were able to do an RFE with a compelling business case to

Re: How do I issue a command with a blank in it?

2022-07-10 Thread Paul Gilmartin
On Sun, 10 Jul 2022 13:11:17 +, Seymour J Metz wrote: >... > if someone were able to do an RFE with a compelling business case to allow > embedded spaces within all quoted text. > Why should that be hard? It's simply a matter of *not* treating as an exception. >... It would also

Re: How do I issue a command with a blank in it?

2022-07-10 Thread Seymour J Metz
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Charles Mills [charl...@mcn.org] Sent: Friday, July 8, 2022 1:45 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? As does MODIFY, which I think

Re: How do I issue a command with a blank in it?

2022-07-10 Thread Seymour J Metz
[042bfe9c879d-dmarc-requ...@listserv.ua.edu] Sent: Friday, July 8, 2022 2:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? On Fri, 8 Jul 2022 17:23:53 +, Seymour J Metz wrote: >I had assumed that START would accept spaces as long as they are fra

Re: How do I issue a command with a blank in it

2022-07-09 Thread Colin Paice
The modify command with quotes gives it as typed on the console ( including the quotes) Without quotes it is upper cased Colin -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: How do I issue a command with a blank in it?

2022-07-09 Thread Paul Gilmartin
On Sat, 9 Jul 2022 12:58:35 +, Peter Relson wrote: > >... If you want my guess (without trying to figure out if true or not), >support for single quotation marks came later, was done by someone who didn't >know about the 4th positional parameter who didn't notice in the doc update >that

Re: How do I issue a command with a blank in it?

2022-07-09 Thread Peter Relson
Charles M wrote As does MODIFY, which I think of as very analogous to START, since the data ends up in more or less the same place. In implementation, MODIFY is nothing like START (because of what parsing is done by the system of the command itself). Each individual modify "owner" parses

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Gibney, Dave
t; Sent: Friday, July 08, 2022 2:04 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: How do I issue a command with a blank in it? > > [EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize > the sender and know the content is safe. > > Here is an example of a co

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Rob Schramm
Here is an example of a command with a space. F CICS,CEMT PER,SHUT Rob On Fri, Jul 8, 2022 at 3:28 PM Tony Harminc wrote: > On Fri, 8 Jul 2022 at 13:03, Seymour J Metz wrote: > > > > Time for an RCF; embedded blanks are bog common in, e.g., SEND. > > Though those on SEND must be within a

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Tony Harminc
On Fri, 8 Jul 2022 at 13:03, Seymour J Metz wrote: > > Time for an RCF; embedded blanks are bog common in, e.g., SEND. Though those on SEND must be within a quoted string. Blanks otherwise are highly significant. Many's the poor person who's conflated the TSO SEND command with console SEND, and

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Paul Gilmartin
On Fri, 8 Jul 2022 17:23:53 +, Seymour J Metz wrote: >I had assumed that START would accept spaces as long as they are framed in >apostrophes, but the OS/360 documentation only mentions parentheses. I've >submitted an RCF, citing REPLY and SEND as commands that definitely accept >embedded

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Charles Mills
: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Relson Sent: Friday, July 8, 2022 9:29 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? You generalize at your own risk. The subject of the post is very general

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Charles Mills
-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? I had assumed that START would accept spaces as long as they are framed in apostrophes, but the OS/360 documentation only mentions parentheses. I've submitted an RCF, citing REPLY and SEND as commands that definitely

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Seymour J Metz
/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Colin Paice [colinpai...@gmail.com] Sent: Friday, July 8, 2022 1:08 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? Thanks

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Colin Paice
@LISTSERV.UA.EDU] on behalf > of Bill Godfrey [bgodfrey...@gmail.com] > Sent: Friday, July 8, 2022 12:28 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: How do I issue a command with a blank in it? > > On this page of the z/OS MVS System Commands manual, under "operands"

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Seymour J Metz
8, 2022 12:28 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? On this page of the z/OS MVS System Commands manual, under "operands" it says "no embedded blanks". It refers to commands in general, not just the "start

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Seymour J Metz
:28 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? You generalize at your own risk. The subject of the post is very general, and the processing likely differs across commands. And might even vary depending on how you issue the command (e.g., operator

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Peter Relson
You generalize at your own risk. The subject of the post is very general, and the processing likely differs across commands. And might even vary depending on how you issue the command (e.g., operator console, SDSF, mgcre). This might be a "how do I issue any command with a blank in it,

Re: How do I issue a command with a blank in it?

2022-07-08 Thread Bill Godfrey
On this page of the z/OS MVS System Commands manual, under "operands" it says "no embedded blanks". It refers to commands in general, not just the "start" command. https://www.ibm.com/docs/en/zos/2.5.0?topic=formats-typical-format

Re: How do I issue a command with a blank in it?

2022-07-07 Thread Paul Gilmartin
On Thu, 7 Jul 2022 08:17:11 -0700, Charles Mills wrote: > >Yes, the blank is apparently a factor (as you note). But I think it has to be >more than just a simple naïve scan (TRT or otherwise; TRT is just a software >loop written in micro- or millicode) for a blank. > I'll assume (and OCO won't

Re: How do I issue a command with a blank in it?

2022-07-07 Thread Charles Mills
is the key. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Thursday, July 7, 2022 7:34 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How do I issue a command with a blank in it? On Thu, 7 Jul 2022 06:58:47

Re: How do I issue a command with a blank in it?

2022-07-07 Thread Paul Gilmartin
On Thu, 7 Jul 2022 06:58:47 -0700, Charles Mills wrote: > >Maybe too many commas? >... Too many blanks. The OP reports that the error does not occur if he changes one blank to an underscore. I deem this the malign progeny of TRT. The designer knew (correctly) that every command ends with a

Re: How do I issue a command with a blank in it?

2022-07-07 Thread Charles Mills
AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: How do I issue a command with a blank in it? I've issued a command from SDSF with a blank it ,but it is not working properly. I issue /s PYT,,,'COLINs Data',p=CONSNEW and get on the system console IBMUSER 0290 S PYT,,,'COLINs Data',P=CONSNEW - p

Re: How do I issue a command with a blank in it?

2022-07-06 Thread Peter Vels
Try adding some apostrophes, e.g. $TA,T=12.08,'$VS,''D T''' works, but $TA,T=12.08,'$VS,D T' does not. On Wed, 6 Jul 2022 at 20:47, Colin Paice wrote: > I've issued a command from SDSF with a blank it ,but it is not working > properly. > I issue > /s PYT,,,'COLINs Data',p=CONSNEW > > and

Re: How do I issue a command with a blank in it?

2022-07-06 Thread Paul Gilmartin
On Wed, 6 Jul 2022 11:47:17 +0100, Colin Paice wrote: >I've issued a command from SDSF with a blank it ,but it is not working >properly. ... > >The doc says > Which doc? SDSF? System Commands? Other (specify)? >*parameters: Program parameters passed to the started program. This might >be a

How do I issue a command with a blank in it?

2022-07-06 Thread Colin Paice
I've issued a command from SDSF with a blank it ,but it is not working properly. I issue /s PYT,,,'COLINs Data',p=CONSNEW and get on the system console IBMUSER 0290 S PYT,,,'COLINs Data',P=CONSNEW - p=CONSNEW is being ignored - I am trapping the command using QEDIT, and getting