Logging the time you spend online by adding Date and Time Stamps for 3780 BSC File Transfers 

CTI's most popular 3780 package is the SyncPack2000e

| Home Page |

  
REQUEST:  I want to log the time that I am online sending a file. So in my output file  I want to see the date, start time, and ending time. Request from:  Steve Russo Real-Time USA Suggested Command File Syntax from Ted Egan:

   .OPEN,1 STEVE.TXT (APPEND)
 .SET, $START_TIME = @TIME
 .CALL, 1-XXX-XXX-XXXX
 .SENDB.FILENAME.XYZ
 .WRITE,1 @DATE @$START_TIME @TIME
 .CLOSE,1
 .EXIT