Previous Topic: Report Programs

Next Topic: Example xcomesrp Report


Example xcomehrp Report

This xcomehrp example lets you generate a report for general transfer history record information.

[path]ezterp [path]xcomehrp.pco [path\History_Record_filename]
path

If your path includes the directory where the ezterp.exe file resides, then path is not required.

[path\History_Record_filename]

Use this optional parameter to pass an input file of CA XCOM Data Transport history records to the ezterp command. By default, it looks for a file with the name of xcomhist.histf in the current directory. This parameter allows you to specify an input file with a different path and/or file name.

Default: xcomhist.histf

Example Syntax 1A:

This example shows that, if the command is not run from the directory where the ezterp and xcomehrp.pco files reside, then the path is required.

C:\>"%XCOM_HOME%\ezterp" "%XCOM_HOME%\xcomehrp.pco" C:\history_file\xcomhist.histf

Notes:

Example Syntax 1B:

This example shows that, if the command is run from the directory where the ezterp and xcomehrp.pco files reside, then it is not necessary to specify a path for these files.

C:\Program Files (x86)\CA\XCOM>ezterp xcomehrp.pco C:\\history_file\xcomhist.histf

Note: Because the file containing the history records is not in the current directory, the full path and file name need to be provided.