Submits SAS/IML programs in CAS.
| Parameter | Description |
|---|---|
| code | provides an input string that contains a SAS/IML program. Alias: imlstring. |
| display | specifies a list of results tables to send to the client for display. For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters). |
| echoSource | specifies information to echo to the log. Default: NONE. ALL: echoes the program and all IMLMLIB modules to the log. NONE: does not echo anything to the log. PROGRAM: echoes the program to the log. |
| nthreads | specifies the number of threads to use on each node. This parameter is used for parallel computations. When set to 0, all available threads are used. In some circumstances, the iml action might use fewer threads than the value that you specify in this parameter because the action's internal algorithms determine that a smaller number of threads is preferable. Range: 0–128. |
| outputTables | lists the names of results tables to save as CAS tables on the server. For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters). Alias: displayOut. |