Which CASL program will fetch all 428 rows from the cars table?

Which CASL program will fetch all 428 rows from the cars table?
A . proc cas;
table.fetch /
table={name="cars", caslib="casuser"},
from=1,
to=1000;
quit;

B . proc cas;
table.fetch /
table={name="cars", caslib="casuser"},
from=1,
to=_all_;
quit;
C . . proc cas;
table.fetch /
table={name="cars", caslib="casuser"},
from=1,
to=_maxrows_;
quit;
D . proc cas;
table.fetch /
table={name="cars", caslib="casuser"},
from=1;
quit;

Answer: A

Latest A00-415 Dumps Valid Version with 250 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments