One TFnn works for any/all lines between blanks lines. So if you have a line followed by a blank line, text line, blank line, yes each line will require a TFnn line command. Two or more lines without separating blank(s) require only one TFnn line command.
Dan -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Charles Mills Sent: Monday, December 10, 2018 12:48 PM To: [email protected] Subject: 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:[email protected]] On Behalf Of Jeremy Nicoll Sent: Monday, December 10, 2018 9:21 AM To: [email protected] 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 [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
