How to read an input file in sas?
No Answer is Posted For this Question
Be the First to Post Answer
What do the put and input function do?
What is the order of evaluation of the comparison && logical && relational operators:?
how do we get duplicate observations in a separate dataset?
How do you control the number of observations and/or variables read or written?
What is the difference between informat and format statement?
what is prime numbers? how we can get plc write sas code?
What is Linear Regression?
What are common programming errors committed in sas
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?