dump_csar_lookup
Purpose:
-
Display and query CSAR variable tables for CyFlex, including options to view active, shadow, owner tables, and export in CSV format.
Enter:
-
dump_csar_lookup [-o] [-f owner] [-l label] [-s] [-a] [-A] [-c] [-C]
Where:
-
-o
Optional. Specify this flag to display owner tables after variable tables.
-f owner
Optional. Specify this flag to display variables of the specified owner (default: Compvar if no owner provided).
-l label
Optional. Specify this flag to display the CyFlex variable for the specified CSAR label.
-s
Optional. Specify this flag to display the active table (default behavior).
-A
Optional. Specify this flag to display both active and shadow tables.
-c
Optional. Specify this flag to display tables in CSV format.
-C
Optional. Specify this flag to display tables in CSV format with ECM prefix.
Example:
-
dump_csar_lookup -c
The above command displays a CSV map of CyFlex variables, CSAR names, External names, and owner names.
Notes:
-
Output can contain a large amount of data; use grep or a pager like less for viewing. CSV output is suitable for redirection to a file and viewing in spreadsheet applications.