how to read character value without using substr function in
sas ?
Answer Posted / smit
Scan function can be used
SCAN(string, count<,charlist <,modifiers>>)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain by-group processing?
What is program data vector (pdv) and what are its functions?
which features do you use to check the data validations and errors? : Sas-administrator
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Difference between sum function and using “+” operator?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How do you convert basic cube to transaction cube and transaction cube to basic cube?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Where do you use proc means over proc freq?
Mention what is PROC in SAS?
How can sas program be validated?
what techniques and/or procs do you use for tables? : Sas programming
what is the difference between floor and ceil functions in sas? : Sas-administrator
How to include or exclude specific variables in a data set?
how would you determine the number of missing or nonmissing values in computations? : Sas programming