[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sas-l
Subject:    Re: RUN CANCEL caveat
From:       Tom Abernathy <tom.abernathy () GMAIL ! COM>
Date:       2020-01-28 15:17:19
Message-ID: 9362303617468562.WA.tom.abernathygmail.com () listserv ! uga ! edu
[Download RAW message or body]

Sticking the PARMCARDS block in the middle of a data step looks misplaced.  It looks a lot like putting a PROC PRINT into the middle of a data step.  So that is why it does not help with the RUN CANCEL question.  Define the data before trying to read it.

options parmcards=text;
filename text temp;
parmcards;
1 2 
3 4
;

data x;
  infile text;
  input x y;
run cancel;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic