SKIP Subcommand (DATA LIST command)
SKIP
skips
the first n records of the data
file.
Example
DATA LIST LIST SKIP=2 /numvar.
BEGIN DATA
Some text describing the file
followed by some more text
1
2
3
END DATA.
SKIP
skips
the first n records of the data
file.
Example
DATA LIST LIST SKIP=2 /numvar.
BEGIN DATA
Some text describing the file
followed by some more text
1
2
3
END DATA.