How the Excel file enter into the SAS environment without
Code of Infile & Import procs,if i have no file Conversion?
Answer Posted / raghava pamulapati
by using pass through facility in sql we can read directly
with out conversion
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
how the sas basic syntax style described? : Sas-administrator
What are the data types in sas?
What is substr function?
How to convert a numeric variable to a character variable?
Mention how to limit decimal places for the variable using proc means?
What is the basic structure of a sas program?
Which date function advances a date, time or datetime value by a given interval?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What is the difference between input and infile statement?
How sas treats the dsd delimiters?
what is the primary data source for the wrs? : Sas-bi
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;