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
-
, 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&
Mainframe Discussion 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
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 Fro
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?)
--
For IBM-MAIN subscribe / signoff / archive access instructions,
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
>unfortun
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 and comment.
>
&
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.
Another
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 c
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 a
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?
>
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
: IBM 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
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
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 oper
879d-dmarc-requ...@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 all
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 allow
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 b
metz3
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
[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 framed
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 lists...@listserv.ua.e
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 th
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 accord
> Behalf Of Rob Schramm
> 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 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 quot
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 e
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 s
: 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,
and the
-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 defin
u.edu/~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?
Than
List [IBM-MAIN@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 "ope
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
[rel...@us.ibm.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?
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 depen
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, using SDS
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
-
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 d
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
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 b
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
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 g
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 li
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 "COLI
42 matches
Mail list logo