How to get part of string form the source string without
using sub string function in SAS?
Answers were Sorted based on User's Feedback
Answer / navneet
We can't use scan() in a string because how could we define
a delimeter in a string..... so I think an easier way to
select a sub part is to use column input style :)
| Is This Answer Correct ? | 0 Yes | 2 No |
What is instream data in SAS?
How we can create SAS USER DEFINED CODE?
What do the SAS log messages "numeric values have been converted to character" mean?
What statement do you code to tell SAS that it is to write to an external file?
what techniques and/or procs do you use for tables? : Sas programming
Name and describe three SAS functions that you have used, if any?
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?
36 Answers Accenture, College School Exams Tests, CTS, IBM, IHRD, Infosys, Sylhet Engineering College, TCS, Wipro,
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
how can you put a "trace" in your program? : Sas programming
how could you generate test data with no input data? : Sas programming