iml

iml

Description

Submits SAS/IML programs in CAS.

iml.iml <result=results> <status=rc> / code="string", display={ caseSensitive=TRUE | FALSE, exclude=TRUE | FALSE, excludeAll=TRUE | FALSE, keyIsPath=TRUE | FALSE, names={"string-1" <, "string-2", ...>}, pathType="LABEL" | "NAME", traceNames=TRUE | FALSE }, echoSource="ALL" | "NONE" | "PROGRAM", nthreads=integer, outputTables={ groupByVarsRaw=TRUE | FALSE, includeAll=TRUE | FALSE, names={"string-1" <, "string-2", ...>} | {key-1={casouttable-1} <, key-2={casouttable-2}, ...>}, repeated=TRUE | FALSE, replace=TRUE | FALSE }
Settings
ParameterDescription
codeprovides an input string that contains a SAS/IML program. Alias: imlstring.
displayspecifies 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).
echoSourcespecifies 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.
nthreadsspecifies 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.
outputTableslists 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.

Examples

FAQ

What is the CASL Syntax for the iml.iml action?
What is the purpose of the code parameter in iml.iml action?
What does the display parameter do in iml.iml action?
How can I control what information is echoed to the log using echoSource in iml.iml action?
What is the function of the nthreads parameter in iml.iml action?
How do I save results tables as CAS tables using the outputTables parameter in iml.iml action?