Todays() returns__________?
January 1, 1960
today’s date(number of days since January 1, 1960).
1960
January 1960
Who is the Father of C, C++ and this Quiz?
Dennis Ritchie, Bjarne Stroustrup, Ultimatix Team
Dennis Ritchie, Me
Dennis Ritchie, Bjarne Stroustrup, Prateek Shrivastava
Dennis Ritchie, Bjarne Stroustrup, Pratik Srivastav
Each statement in SAS should end with semicolon (;)
True
False
Lines beginning with an asterisk (*) are not treated as comments.
Interpret the meaning of the code %include "readit.sas";
It will run the readit.sas file
It will have the reference of the readit.sas file
It neither have the reference nor run the readit.sas file
None of the above
By using __________, we can suppress the page number in the output
nopagenumber
npagenumber
nonumber
no pagenumber
length(string) - returns number of characters in a string
scan(string,n,) - returns the nth “word” in string
substr(string,position,) - returns pieces of a variable