Any XEDIT compatible editor (e.g. THE) should do this with a few commands

ZONE 1 72
FLOW
FILE

Best regards
Mike

-----Ursprüngliche Nachricht-----
Von: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> Im Auftrag von
Charles Mills
Gesendet: 10 December, 2018 18:48
An: IBM-MAIN@LISTSERV.UA.EDU
Betreff: Re: Breaking text file at position 72?

Oh, I did it as a primary command because I wanted it done to the entire
file.

I would need to do on each line. Not out of the question.

I have been sent a Notepad++ answer off-list that involves Regex and looks
the best so far:

->  Find (.{1,72})(\h+\R?|\R) -> Replace \1\r\n

Thank you -- you know who you are.

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Jeremy Nicoll
Sent: Monday, December 10, 2018 9:21 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Breaking text file at position 72?

On Mon, 10 Dec 2018, at 17:13, Charles Mills wrote:
> Perhaps a command that is local to your site?
> 
> IKJ56500I COMMAND TF72 NOT FOUND

That IKJ implies TSO attempted to process the command which suggests to me
you maybe entered "TSO TF72".

TF is an ispf edit command, to be entered in the command area to the left of
the line where you want text flow to start.

--
Jeremy Nicoll - my opinions are my own.

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

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

----------------------------------------------------------------------
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