<< back to sysax.com Product page |
The following switches are related to log file generation.
-logfile generate an output log file -tslogfile generate a time stamped output log file -append append to log file generated during previous run (default is overwrite) -append <max file size> roll over the log file after the maximum file size specified in bytes
Exhibit 16.2. Examples for using the commands for specifying logfiles
sysaxftp -script "test.fscr" -tslogfile "test.log" #generate a time stamped log file sysaxftp -script "test.fscr" -logfile "test.log" -append 200000 #rollover the appended log file every 200000 bytes |