z/OS ISPF Edit and Edit Macros
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


TFLOW—Text Flow a Paragraph

z/OS ISPF Edit and Edit Macros
SC19-3621-00

The TFLOW macro command restructures paragraphs. This is sometimes necessary after deletions, insertions, splitting, and so forth. See Word processing and Formatting paragraphs for more information.

Syntax

Read syntax diagramSkip visual syntax diagram
Macro command syntax

>>-ISREDIT--TFLOW--+-linenum-+--+-----+------------------------><
                   '-label---'  '-col-'   

linenum
A relative line number identifying the line.
label
A label identifying the line.
col
Specifies the column to which the text should be flowed. If the column number is omitted, it defaults to the right boundary. This is different from the TF (text flow) line command, which defaults to the panel width when default boundaries are in effect.

If a number greater than the right boundary is specified, the right boundary is used.

Return codes

0
Normal completion
12
Invalid line number
20
Severe error

Examples

To limit the flow of text, starting at label .PP, to the displayed columns:
ISREDIT (,RCOL) = DISPLAY_COLS
ISREDIT TFLOW .PP &RCOL

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014