Yes, the TF terminates at the first blank space found at the TF's
starting COL position.
On 14/07/2020 03:31, Paul Gilmartin wrote:
> On Mon, 13 Jul 2020 20:10:15 -0500, Lionel B Dyck wrote:
>
>> Tried the suggestion and it flowed all the lines together - true it did
>> ignore 72+
>>
>> It appea
On Mon, 13 Jul 2020 20:10:15 -0500, Lionel B Dyck wrote:
>Tried the suggestion and it flowed all the lines together - true it did ignore
>72+
>
>It appears that the only way TF would work is if there were a blank line
>between the lines to be concatenated.
>
Doesn't the flowing terminate at an
: Concatenating lines
You can change the columns TF uses by using the Bounds line command. In
this case it might be interesting to set the bounds to columns 1-71 and
then use TF.
Unfortunately I can't test this now, but I recall it being handy for
formatting code. It may be preferable to have the left
...@bcs.org.uk]
Sent: Monday, July 13, 2020 9:15 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
You could type TF71 on the line to be Text Flowed. Alternatively, use
the line command BOUNDS (BNDS) to set the boundaries of the data to be
included in the TF.
On 13/07/2020 15:31, Paul
You could type TF71 on the line to be Text Flowed. Alternatively, use
the line command BOUNDS (BNDS) to set the boundaries of the data to be
included in the TF.
On 13/07/2020 15:31, Paul Gilmartin wrote:
> On Mon, 13 Jul 2020 14:09:40 +, Seymour J Metz wrote:
>
>> TF will not recognize a + in
han your reputation. Character is what you
are, reputation merely what others think you are." - John Wooden
-Original Message-
From: IBM Mainframe Discussion List On Behalf Of
Peter Bishop
Sent: Monday, July 13, 2020 8:05 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating l
Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of
Allan Staller [allan.stal...@hcl.com]
Sent: Monday, July 13, 2020 7:58 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
I don't know if the data to too large, but the ISPF EDIT line command TF ("text
flow") s
Gil,
Longest line ... perhaps 3x71 or 4x71 + .
If only it were that easy... the records split at 72 (+).
No way to get the records produced without continuation.
- KB
‐‐‐ Original Message ‐‐‐
On Monday, July 13, 2020 8:55 PM, Paul Gilmartin
<000433f07816-dmarc-requ...@listserv.ua.e
16-dmarc-requ...@listserv.ua.edu>
Sent: Monday, July 13, 2020 11:25 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
On Mon, 13 Jul 2020 14:40:21 +, Seymour J Metz wrote:
>Yes, but you will still need to insert the blank line as a terminator. If
>there are leading blanks th
On Mon, 13 Jul 2020 14:40:21 +, Seymour J Metz wrote:
>Yes, but you will still need to insert the blank line as a terminator. If
>there are leading blanks then you may need manual correction with, e.g., TJ.
>If I had to do it often then I'd write an EDIT macro and be done with it.
>
Is this
metz3
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of
Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu]
Sent: Monday, July 13, 2020 10:31 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
On Mon, 13 Jul 2020 14:
On Mon, 13 Jul 2020 14:09:40 +, Seymour J Metz wrote:
>TF will not recognize a + in column 72 as a continuation character. You
>generally will need to insert a blank line at the end and blank column 72.
>
Would setting column range 1-71 help?
-- gil
---
@LISTSERV.UA.EDU] on behalf of
Allan Staller [allan.stal...@hcl.com]
Sent: Monday, July 13, 2020 7:58 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
I don't know if the data to too large, but the ISPF EDIT line command TF
("text flow") seems to do what you want.
7:12 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
[CAUTION: This Email is from outside the Organization. Unless you trust the
sender, Don’t click links or open attachments as it may be a Phishing email,
which can steal your Information and compromise your Computer.]
Thanks Lio
, 2020 11:24 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Concatenating lines
>
> Hi Shmuel,
>
> It's not for any programming language.
> It's for key-value pairs such as this.
>
> Sample:
> object=blablablablablablablablablablablablablabl
A.EDU] on behalf of
kekronbekron [02dee3fcae33-dmarc-requ...@listserv.ua.edu]
Sent: Saturday, July 11, 2020 11:24 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
Hi Shmuel,
It's not for any programming language.
It's for key-value pairs such as this.
tz3
>
> From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of
> Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu]
> Sent: Saturday, July 11, 2020 11:52 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Concatenating lines
>
> On Sat, 11 Jul 2020 08:27
0 11:52 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
On Sat, 11 Jul 2020 08:27:54 -0500, Lionel B Dyck wrote:
>This is a very quick and somewhat dirty example:
>
>/* rexx */
> 'alloc f(in) ds(lionel.doc(concinp)) shr reuse'
> 'execio * diskr in (fi
@LISTSERV.UA.EDU] on behalf of
kekronbekron [02dee3fcae33-dmarc-requ...@listserv.ua.edu]
Sent: Saturday, July 11, 2020 7:37 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Concatenating lines
Hi,
Is there any program in any of the CBT tapes, or perhaps on someone's GitHub ..
that makes concatenating
On Sat, 11 Jul 2020 12:45:16 -0400, Arthur wrote:
>On 11 Jul 2020 08:52:59 -0700, (Paul Gilmartin) wrote:
>
>>/* Not making a non-continued line a special case,
>> I'd simplify the loop to: */
>>
>>signal on novalue /* Always! */
>>data = ''
>>do i = 1 to in.0
>> parse value in.i with l 72
On 11 Jul 2020 08:52:59 -0700, in bit.listserv.ibm-main
(Message-ID:<3911683753066856.wa.paulgboulderaim@listserv.ua.edu>)
000433f07816-dmarc-requ...@listserv.ua.edu (Paul
Gilmartin) wrote:
/* Not making a non-continued line a special case,
I'd simplify the loop to: */
signal on no
sion List On Behalf Of
Paul Gilmartin
Sent: Saturday, July 11, 2020 10:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
On Sat, 11 Jul 2020 08:27:54 -0500, Lionel B Dyck wrote:
>This is a very quick and somewhat dirty exa
On Sat, 11 Jul 2020 08:27:54 -0500, Lionel B Dyck wrote:
>This is a very quick and somewhat dirty example:
>
>/* rexx */
> 'alloc f(in) ds(lionel.doc(concinp)) shr reuse'
> 'execio * diskr in (finis stem in.'
> 'free f(in)'
---
From: IBM Mainframe Discussion List On Behalf Of
kekronbekron
Sent: Saturday, July 11, 2020 7:12 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Concatenating lines
Thanks Lionel, what about when there's a 3 or 7-part line (2 or 6 lines with
continuation char respectively.).
Need a safe way t
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 IBM-MAIN@LISTSERV.UA.EDU On Behalf Of
> kekronbekron
> Sent: Saturday, July 11,
ginal Message-
From: IBM Mainframe Discussion List On Behalf Of
kekronbekron
Sent: Saturday, July 11, 2020 6:37 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Concatenating lines
Hi,
Is there any program in any of the CBT tapes, or perhaps on someone's GitHub ..
that makes concatenating lines easy?
I
Hi,
Is there any program in any of the CBT tapes, or perhaps on someone's GitHub ..
that makes concatenating lines easy?
If a continuating character is found in column 72, append the next line to
current line, and so on.
Thanks,
27 matches
Mail list logo