Which are the statements whose placement in the data step is critical?
Answer / Tarun Raj
Some statements in SAS whose placement in the data step is critical include:
1. INPUT - Should be placed first in a data step, after the DATA statement and before any other statements.
2. SET - Defines the input data set for the current data step. Its position should be after the INPUT statement and before any data manipulation or output statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name statements that are execution only.
What are pdv and it functions?
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
What is the role of administrative users? : sas-grid-administration
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
How sas treats the dsd delimiters?
how do we mail reports from SAS environment to our team leader
what is Global Symbol table and Local symbol table?
who is the best SAS clinical Trainer in Hyderabad?
Intern stastical programmer written test
how would you determine the number of missing or nonmissing values in computations? : Sas programming