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 |
explain what is factor analysis? : Sas-administrator
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
What do you code to create a macro? : sas-macro
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
what is the difference between floor and ceil functions in sas? : Sas-administrator
How do you write a test plan?
What are the main differences between sas versions 8.2, 9.0, 9.1?
what is the need of INDEX in datasets?
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
Explain proc sort?