what is the use of LRECL option.
Answer / solasa
LRECL= option—Specifies the logical record length, in bytes.
This option is used when the records in a file are
longer than 256 bytes (on ASCII platforms). The default
input buffer is 256 bytes.
Records that exceed this length are truncated when they are
read.
Setting the LRECL= option to a greater length ensures that
the input buffer is long enough for the entire record to be
read. This is usually not an issue on EBCDIC platforms
because the data control block specifies the logical record
length for SAS.
As shown in the following example, the LRECL=
statement option in an INFILE statement overrides the LRECL=
system option, if it is used.
infile 'C:\mydata\test.dat' dsd truncover lrecl=4096;
| Is This Answer Correct ? | 15 Yes | 0 No |
Can we replace a dataset into view?
Define run-group processing?
what are several options for creating reports in web report studio? : Sas-bi
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
how many types prompting framework can be broken down to? : Sas-bi
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
what type of graphs we will create(for 2+years candidates)?
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
what is sas enterprise intelligence architecture? : Sas-bi
what is the need of INDEX in datasets?
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 ...
What do you understand by the term Normal Distribution?