Table Action Set: Syntax

Provides actions for accessing and managing data

caslibInfo Action

Shows caslib information.

See: Results
Show Caslib Information
table.caslibInfo <result=results> <status=rc> /
active=TRUE | FALSE,
caslib="string",
showHidden=TRUE | FALSE,
srcType="ALL" | "DNFS" | "ESP" | "LASR" | "PATH" | "S3",
verbose=TRUE | FALSE
;

Parameter Descriptions

active=TRUE | FALSE

when set to True and you do not specify the caslib parameter, information for the active caslib is shown.

DefaultFALSE

caslib="string"

specifies the name of the caslib to show information for. If not specified, then information for all caslibs is shown.

Aliaslib

showHidden=TRUE | FALSE

when set to True, hidden caslibs will be returned when requesting information for all caslibs.

DefaultFALSE

srcType="ALL" | "DNFS" | "ESP" | "LASR" | "PATH" | "S3"

specifies the type of caslibs to show. This parameter is ignored if the caslib parameter is specified.

DefaultALL

verbose=TRUE | FALSE

when set to True, the results are more verbose.

DefaultFALSE

caslibInfo Action

Shows caslib information.

See: Results
Show Caslib Information
results, info = s:table_caslibInfo{
active=true | false,
caslib="string",
showHidden=true | false,
srcType="ALL" | "DNFS" | "ESP" | "LASR" | "PATH" | "S3",
verbose=true | false
}

Parameter Descriptions

active=true | false

when set to True and you do not specify the caslib parameter, information for the active caslib is shown.

Defaultfalse

caslib="string"

specifies the name of the caslib to show information for. If not specified, then information for all caslibs is shown.

Aliaslib

showHidden=true | false

when set to True, hidden caslibs will be returned when requesting information for all caslibs.

Defaultfalse

srcType="ALL" | "DNFS" | "ESP" | "LASR" | "PATH" | "S3"

specifies the type of caslibs to show. This parameter is ignored if the caslib parameter is specified.

DefaultALL

verbose=true | false

when set to True, the results are more verbose.

Defaultfalse

caslibInfo Action

Shows caslib information.

See: Results
Show Caslib Information
results=s.table.caslibInfo(
active=True | False,
caslib="string",
showHidden=True | False,
srcType="ALL" | "DNFS" | "ESP" | "LASR" | "PATH" | "S3",
verbose=True | False
)

Parameter Descriptions

active=True | False

when set to True and you do not specify the caslib parameter, information for the active caslib is shown.

DefaultFalse

caslib="string"

specifies the name of the caslib to show information for. If not specified, then information for all caslibs is shown.

Aliaslib

showHidden=True | False

when set to True, hidden caslibs will be returned when requesting information for all caslibs.

DefaultFalse

srcType="ALL" | "DNFS" | "ESP" | "LASR" | "PATH" | "S3"

specifies the type of caslibs to show. This parameter is ignored if the caslib parameter is specified.

DefaultALL

verbose=True | False

when set to True, the results are more verbose.

DefaultFalse

caslibInfo Action

Shows caslib information.

See: Results
Show Caslib Information
results <– cas.table.caslibInfo(s,
active=TRUE | FALSE,
caslib="string",
showHidden=TRUE | FALSE,
srcType="ALL" | "DNFS" | "ESP" | "LASR" | "PATH" | "S3",
verbose=TRUE | FALSE
)

Parameter Descriptions

active=TRUE | FALSE

when set to True and you do not specify the caslib parameter, information for the active caslib is shown.

DefaultFALSE

caslib="string"

specifies the name of the caslib to show information for. If not specified, then information for all caslibs is shown.

Aliaslib

showHidden=TRUE | FALSE

when set to True, hidden caslibs will be returned when requesting information for all caslibs.

DefaultFALSE

srcType="ALL" | "DNFS" | "ESP" | "LASR" | "PATH" | "S3"

specifies the type of caslibs to show. This parameter is ignored if the caslib parameter is specified.

DefaultALL

verbose=TRUE | FALSE

when set to True, the results are more verbose.

DefaultFALSE
Last updated: November 18, 2025