What is the CASL Syntax for the iml.iml action?

1 vues

Réponse

The CASL syntax for the iml.iml action is: 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}; The code parameter is required.
Did this answer help you?