I-DUMP / S-DUMP
Displays the entire contents of items in a file, including the system delimiters.
SYNTAX
I-DUMP file-specifier {record-list} {selection-criteria} {sort-criteria} {USING
file-specifier} {(options}
NOTES
The S-DUMP command can be used to produce sorted output.
System delimiters are denoted as follows:
Attribute mark |
^ |
Value mark |
] |
Sub value mark |
\ |
EXAMPLE 1
I-DUMP EMPLOYEE WITH EMP.JOB = "SALESREP"
The following output is generated:
8499^HARRIS^TAMMY^SALESREP^8698^5400^250000^30000^90030^^^^^]11588^
8654^MCBRIDE^KEVIN^SALESREP^8698^5620^215000^140000^90030^^^^^]11639\^
8521^TAYLOR^MAVIS^SALESREP^8698^5402^219000^50000^90030^^^^^3]11500^
EXAMPLE 2
S-DUMP EMPLOYEE BY EMP.HIREDATE WITH EMP.TITLE "SALESREP"
The following output is generated:
8499^HARRIS^TAMMY^SALESREP^8698^5400^250000^30000^90030^^^^^]11588^
8521^TAYLOR^MAVIS^SALESREP^8698^5402^219000^50000^90030^^^^^3]11500^
8654^MCBRIDE^KEVIN^SALESREP^8698^5620^215000^140000^90030^^^^^]11639\^
jQL
|