What is the purpose of using the N=PS option?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ankit
N=PS option allows access to full page at one time (default is one line or record at a time)
| Is This Answer Correct ? | 3 Yes | 2 No |
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT
What is the difference between input and infile statement?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What are pdv and it functions?
what is treatment emergent events and treatment emregent adverse event
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
Explain proc sort?
how to delete the duplicate columns permanently in SQL
What function CATX syntax does?
What are the features of SAS?
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?