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 sas? is a package or tool? give me introduction about sas?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
how will you locate the sas platform applications? : Sas-bi
how can get the first and last observations in a dataset using Proc SQl?
what are the three main credit bureau names
1 Answers Synchrony Financial,
if we dont want to print output what we have to do..???give syntax..???
8 Answers Accenture, GSK GlaxoSmithKline,
what is in stream data in SAS?
How would you combine 3 or more tables with different structures?
How can you create a macro variable with in data step? : sas-macro
How would you include common or reuse code to be processed along with your statements?
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?