Appendix A: Development Environment Setup

In this appendix, we describe how to set up your development environment on LINUX and Windows.

LINUX

In this section, we explain how to add a new LINUX user to a SAS installation so that SAS Studio can be used to develop new many-task computing (MTC) flows with SAS Infrastructure for Risk Management.

We start by adding the dl4na user that will be in the same sas group as sassrv (or its equivalent). In a shell, enter the following commands:

[root@fsnlax05 hebequ]# useradd dl4na

[root@fsnlax05 hebequ]# passwd dl4na

Changing password for user dl4na.

New password:

Retype new password:

[root@fsnlax05 hebequ]# usermod -g sas dl4na

Now we add the dl4na user to SAS Management Console:

You also need to make ...

Get Deep Learning for Numerical Applications with SAS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.