Manages in-memory tables in a SAS LASR Analytic Server instance.
By default, the IMSTAT procedure operates in interactive mode. If your program contains errors that prevent SAS from parsing or executing statements, the errors are reported in the SAS log, but they do not stop the procedure. If the errors are fatal errors such as running out of memory on the SAS client, the procedure stops.
Alias | BATCH |
specifies the table to access from memory. The libref must be assigned from a SAS LASR Analytic Server engine LIBNAME statement.
specifies the file reference for a format stream. For more information, see FMTLIBXML in the LASR procedure.
specifies that the procedure executes one statement at a time rather than accumulating statements in RUN blocks.
Alias | SINGLESTEP |
specifies to suppress the display of time and date-dependent information in results from the TABLEINFO statement.
prevents the procedure from pre-parsing and pre-generating code for temporary expressions, scoring programs, and other user-written SAS statements.
Alias | NOPREP |
This option suppresses the generation of ODS tables and other printed output in the IMSTAT procedure. You can use this option to suppress printed output during execution of the actions, and then use the REPLAY statement to print the tables at a later point in the procedure execution.
When an action completes successfully, the IMSTAT procedure generates a SAS log message that contains the execution time of the request. Specify this option to suppress the message.
Alias | NOTIME |
specifies to capture messages associated with user-provided SAS statements on the server in a temporary table. Messages are produced when parsing errors occur, when code generation fails, or by PUT statements in a SAS program.
Alias | PROGMST |
specifies the URI for the SAS LASR Authorization web service. For more information, see SAS Visual Analytics: Administration Guide.
Example | SIGNER="https://server.example.com/SASLASRAuthorization" |
specifies to add additional information for temporary tables to the ODS table that is created on the SAS client. The information includes the time at which the temporary table was created in the server, the number of rows, and the number of columns.
Alias | TEMPINFO |
requests that the temporary tables generated in the PROC IMSTAT session are automatically squeezed (compressed). You can use the INFO option in the COMPRESS statement to determine the compression ratio that was applied to the table.
Alias | TEMPSQUEEZE |
specifies that you want to use Unicode Collation Algorithms (UCA) to determine the ordering of character variables in the GROUPBY= operations and other operations that depend on the order of formatted values.
Alias | UCACOLLATION |