What is the purpose of using the N=PS option?
Answer Posted / chaitanya
The N=PS option creates a buffer in memory which is large
enough to store PAGESIZE (PS) lines and enables a page to
be formatted randomly prior to it being printed.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what is the effect of the options statement errors=1? : Sas programming
List out some key concept of SAS
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
Explain the difference between using drop = data set option in set and data statement?
What are symget and symput? : sas-macro
Give e an example of..
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
how can you import .csv file in to sas? : Sas programming
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What is interleaving in SAS?
State the difference between INFORMAT and FORMAT ?
What is a put statement?
How would you invoke a macro? : sas-macro