by saspower | Mar 3, 2023 | SAS Online Course in India
Infile options are used to read the raw data which are located in external file. A raw data file is an external text file whose records contain data values that are organized in fields. Mostly SAS by default recognize the blank space as a delimiter apart from this SAS...
by saspower | Mar 2, 2023 | SAS Online Course in India
Formatted input most useful method for reading the standard and nonstandard data both, whereas column and list input methods unable to read the nonstandard data. Nonstandard comprises the date function where as standard data leads to whole number or characters....
by saspower | Mar 1, 2023 | SAS Online Course in India
The input methods in SAS programming are used to read the raw data. The raw data may be from an external source or from in stream data lines. The input statement creates a variable with the name that you assign to each field. So, you have to create a variable in the...
by saspower | Feb 28, 2023 | SAS Online Course in India
Column input method is very important method for reading the raw data. It is much more advance as compared to list input method. In list input method only 8 characters are allowed /if more than this it will truncate for that purpose, we are using the length statement...
by saspower | Jan 25, 2023 | SAS Online Course in India
Macro Programming is very useful for automating the programming code. It is used when repetion of work is there, in simply manner it avoids the hard coding program. It is a case sensitive so carefully assigned the macro variables, but proper knowledge of SAS is...