Back To LeighWeb Mainframe Utilities Page
View the module associated with this documentation
This utility scans a file being edited and creates a seperate file with a line
for each string delimited by spaces (or beginning or end of line) in the first
file. You are then taken into an ISPF EDIT of the output dataset (the input
dataset is unchanged), and you are returned to the edit of the input dataset
when you "END" or "CANCEL" out of the output dataset. Example :
Input file : Output file :
000100 string1 string2 (string3) xx 000100 string1
000200 string2
000300 (string3)
000400 xx
|