Name statements that are recognized at compile time only?
Answers were Sorted based on User's Feedback
Answer / mallikarjuna reddy.vanna
retain,input,infile,informat,format etc.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / suresh b anisetty
All compile time activities are un-conditions only exists
at execution time.
LABEL,KEEP,DROP,RENAME,LENGTH,FORMAT,INFORMAT,ATTRIB,BY,WHER
E and ARRAY are all compile time only statements, however
LABEL is the statement that can be place any where with in
the DATA step
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the basic syntax of a sas program?
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance
what is sas enterprise intelligence architecture? : Sas-bi
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
what is program data vector? : Sas-administrator
What are the ways in which macro variables can be created in sas programming?
What system options would you use to help debug a macro? : sas-macro
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What is the difference between reading data from an external file and reading data from an existing data set?
What was the last computer book you purchased? Why?
What are the scrubbing procedures in sas?