
- 10 -
Automating the Software
Command line options
Ifyouwanttoexecutesomecommandswhentheappliactionstarts,youcanspecifyadditionalcom-
mandlineparameters.
Commandlineparametersare:
Fill table:
-Foutput_tableinput_table[/Saaa][/Tbbb]
Outputtableisfilledwiththerecordsfromtheinputtable.
/Saaa Optional parameters to check record size where aaa is record length.
/T
bbb
Optional parameter to skip records where bbb is the number of records you want
to skip.
Append table:
-Aoutput_tableinput_table[/Saaa][/Tbbb]
Recordsfrominputtableareaddedtotheoutputtable.
/Saaa Optional parameters to check record size where aaa is record length.
/T
bbb
Optional parameter to skip records where bbb is the number of records you want
to skip.
Append and update table:
-AUoutput_tableinput_table[/Saaa][/Tbbb]
Recordsfromtheinputtableareaddedtotheoutputtable.Ifthesamerecordalreadyexistintheout-
puttable,itisupdated.
/Saaa Optional parameters to check record size where aaa is record length.
/T
bbb
Optional parameter to skip records where bbb is the number of records you want
to skip.
Open table:
-Dtable_nameorjusttable_name(without-D)
Empty table:
-Etable_name
Thiscommandcanalsobecombinedwithappendcommand(-AE).Inthiscasethetableisfirstemp-
tiedandthentherecordsfromtheinputtableareappendedtoit.
Opens table in table view:
Kommentare zu diesen Handbüchern