Symptoms
How to see how many files were transferred via a Filetransferjob
Cause
In the report of a filetransferjob it is not possible to see how many files were transferred.
Resolution
To check this manually you can open statistics window of the job and open statistics detailwindow, there is shown how many files were matching the wildcards (if used) and how many were transferred.
Insert following lines into the postscript tab oft he Filetransferjob
:SET &RUNID# = SYS_ACT_ME_NR()
:SET &FILECOUNT# = GET_STATISTIC_DETAIL(&RUNID#, RECORDS)
:p &FILECOUNT#