what is portability of sas programmes?

Answers were Sorted based on User's Feedback



what is portability of sas programmes?..

Answer / devashish

Transferring SAS Program from one remote Location to
anathor is portabilty of SAS Program

Access to SAS/CONNECT Required

also Transferring a dataset or SAS file requires Transport
format

Use of XPORT and porc Copy

Is This Answer Correct ?    8 Yes 0 No

what is portability of sas programmes?..

Answer / 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

More SAS Interview Questions

How long can a macro variable be? A token? : sas-macro

0 Answers  


how does sas handle missing values in functions? : Sas programming

0 Answers  


What is the one statement to set the criteria of data that can be coded in any step?

4 Answers  


what is hash files in sas and why we are using this one in sas?

0 Answers   L&T, SAS,


What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?

1 Answers   Quintiles,






What is LAG function?How is it used? can any one explain

3 Answers   TRE, Verinon Technology Solutions,


What is the difference Using & and && in the macro variables

5 Answers   Accenture,


what is the difference between SET and MERGE?

19 Answers   CitiGroup,


What are the implications?

0 Answers   Quintiles,


What is the difference between a PROC step and a DATA step?

14 Answers   Accenture, HSBC,


name few built in sas transformation in DI studio ?

4 Answers   SAS,


what is the function of catx syntax? : Sas-administrator

0 Answers  


Categories