LASR Procedure

Syntax

PROC LASR server-options;
PERFORMANCE performance-options;
REMOVE table-specification;
SAVE table-specification / save-options;

Table of Procedure Tasks and Examples

Statement Task Example
PROC LASR Start a server. Ex. 1
PROC LASR Start a server with logging. Ex. 2
PROC LASR Using the SASHDAT engine. Ex. 3
PROC LASR Load a table from Teradata to memory Ex. 4
PROC LASR Load a table from Greenplum to memory Ex. 5
REMOVE Unload a table from memory. Ex. 6
PROC LASR Stop a server. Ex. 7
PROC LASR Working with user-defined formats. Ex. 8
PROC LASR Working with user-defined formats and the FMTLIBXML= option. Ex. 9
SAVE Save a table to HDFS. Ex. 10