- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Can someone help me to know which binary code technology is being used by SAS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Please be more specific. Are you asking how SAS stores numbers?
Then google "SAS numeric precision".
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
what is the actual technology behind the application code. Is it a Java based, XML or any other technologies. What binary code will we actually deploy.we need this details for configuring Devops.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
OK, now that's a direction.
But SAS implementation can be very different, depending on the solution implemented.
So if you describe what kind of SAS implementation you have in mind, then we can better help you.
But generally speaking, a SAS applications requires a SAS installation "somewhere" in the application architecture, usually on a server.
The application developed on top of SAS can be very different, as said.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Base SAS, LASR, access engines and so on are C based. A lot of SAS solutions, such as Visual Analytics, is Java based and they are communicating with Base SAS through Job Execution Service (JES).