what is portability of sas programmes?
Answer Posted / jim e
I would suggest that this is the ability to run SAS code
under different operating systems. Obviously there are OS
restrictions such as how the libname statement syntax is
constructed.
Basic SAS code will transport between OS but you need to
check some things like operators. If you use NE, GT, LT,
GE, LE then you wouldn't need to change those aspects of
your code between MVS and Windows wheras ¬=, < and > etc
would need to be changed. The concatenation operator !! is
usable in both too. If you use SAS Connect with (proc
upload and proc download) to port you code and data between
OS then SAS takes care of these changes for you.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
explain what is factor analysis? : Sas-administrator
Explain by-group processing?
What are the new features included in the new version of SAS Programming Language?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What are the parameters of scan function?
for what purpose would you use the retain statement? : Sas programming
it will become easy if uuu provide website linkssss and list of consultanciessssss
What is the purpose of trailing @ and @@? How do you use them?
Explain the difference between nodup and nodupkey options?
Explain the special input delimiters used in sas programming.
How can you limit the variables written to output dataset in data step?
what is the function of catx syntax? : Sas-administrator
List down the reasons for choosing sas over other data analytics tools.