Primoh
Technical User
- May 28, 2009
- 1
I want to import a raw text file into SAS but some of the data contains page break embedded into it. So SAS stops there without further reading the data. I would like SAS to ignore or delete the entire row that has page breaks.
For example:
11PL489870014441200900514436900102997086A
NoprintúÇKûs -Q²>k+-)p1Sé¯_rJ²¦Y 1¦z^vO- 1215 <---This line has no page breaks in it and is read into SAS.
11PL489870730123200900414423300202016002A
úÇKûs-Q²> k+-)p1Sé¯_rJ²¦Y 1¦z^vO-¦d!-15446 <-This line contains page break so SAS stops reading the data here.
11PL489870730123200900414423300202016002A <- These two lines
11PL489870730123200900414423300202016002A <- are not read.
Please let me know if you can provide any help;
For example:
11PL489870014441200900514436900102997086A
NoprintúÇKûs -Q²>k+-)p1Sé¯_rJ²¦Y 1¦z^vO- 1215 <---This line has no page breaks in it and is read into SAS.
11PL489870730123200900414423300202016002A
úÇKûs-Q²> k+-)p1Sé¯_rJ²¦Y 1¦z^vO-¦d!-15446 <-This line contains page break so SAS stops reading the data here.
11PL489870730123200900414423300202016002A <- These two lines
11PL489870730123200900414423300202016002A <- are not read.
Please let me know if you can provide any help;