proc cas; table.loadTable / caslib='CASUSER' path='cars.csv' casOut={name='CARS_GLOBAL', label='Global Cars Data', promote=TRUE} importOptions={fileType='CSV'}; run;
The 'importOptions' subparameter (alias: 'import') in 'modelTable' specifies the settings for reading the model table from its data source.
specifies the settings for an input table. Long form: table={name="table-name"} Shortcut form: table="table-name" The castable value can be one or more of the following: caslib: specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. ...
specifies the table containing the model. Long form: modelTable={name="table-name"}. Shortcut form: modelTable="table-name". Alias: model. The castable value can be one or more of the following: caslib="string". specifies the caslib for the input table that you want to use with the action. By def...
specifies the settings for an input table. Long form: table={name="table-name"}. Shortcut form: table="table-name". The castable value can be one or more of the following: caslib="string". specifies the caslib for the input table that you want to use with the action. By default, the active caslib...
specifies the settings for an input table. Long form: table={name="table-name"}. Shortcut form: table="table-name". The castable value can be one or more of the following: caslib: specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used....
specifies the settings for an input table. Long form: validTable={name="table-name"}. Shortcut form: validTable="table-name". The castable value can be one or more of the following: caslib: specifies the caslib for the input table that you want to use with the action. By default, the active casli...
specifies the options for sampling the shadow features The featureProbeSample value can be one or more of the following: nRecords : number of observations to sample using the specified model (astore) Alias: nObs Default: 1000 Minimum value: 1 rstore : specifies an input blob table where to read t...
specifies the table name, caslib, and other common parameters. caslib : specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib. computedOnDemand : when set to ...
``` regression.genmodScore / alpha=double, casOut={ caslib="string", compress=TRUE | FALSE, indexVars={ "variable-name-1" }, label="string", lifetime=64-bit-integer, maxMemSize=64-bit-integer, memoryFormat="DVR...