Platform Computing - LSF documentation
In building a script to read in the LSF log files (lsb.events files), it was apparent that the file structure has changed across LSF versions. What is not so apparent is where the documentation resides.. So here’s a quick ref guide.
...
VBA and SAS IOM - applying formats
Sample code (and tips) for applying SAS Formats to data before pulling into excel:
Dim obConnection AsImprove performance of DI Studio client
You can speed up the performance of your DI Studio client by increasing memory via the JavaArgs_1 variable in the distudio.ini file. A suggested approach is to increase from -Xmx512m to -Xmx1024m.
Allow XCMD on the workspace server
Paul Homes has an excellent explanation of this.. The below may be helpful as a simple quick reference guide.
ssh: connect to host bitbucket.org port 22: Bad file number
Phew - 4.5 hours later, the problem is solved! Let me save you 4 hours and 25 minutes, if you are submitting / getting the response below when trying to connect to your GIT repository from within a company firewall (on Windows):
Debugging Stored Processes
Debugging Stored Processes
One challenge that developers have when working with stored processes, is access to the work library. Whilst sessions can be configured to persist, this does not help if you want to view a snapshot of you...Configuring Base SAS to show column NAMES by default (instead of labels)