Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Describe the function and untility of the most difficult SAS macro that you have written.

0 Answers  


what is broad cast agent? : Sas-bi

0 Answers  


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

0 Answers  


What is the role of sas grid administrator? : sas-grid-administration

0 Answers  


What would you change about your job?

0 Answers   Oracle,


what are some good sas programming practices for processing very large data sets? : Sas programming

0 Answers  


where will go the observations that were deleted by delete statement?

2 Answers  


What are the applications primarily used by business analyst? : Sas-bi

0 Answers  


how will you location sas platform applications available from web browser? : Sas-bi

0 Answers  


what are validation tools that are used in sas? : Sas-administrator

0 Answers  


how do you read binary data in sas?

3 Answers   Satyam,


i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance

2 Answers   Tech Mahindra,


Categories