Added DeviceName to SetStartup commands and TN3270 connection information in user interface
|
Added RumbaInterfaceType to SetStartup commands to select TN3270 or NOVELLSAA
|
Added Novell SAA Support including the following SetStartup commands:
• | SAA_ServerNetworkAddress |
|
Added Estimated Time Remaining to user interface
|
Added ability to include output log file and/or activity log file to success and/or failure emails with the following SetStartup commands
• | SuccessEmail_IncludeActivityLog |
• | SuccessEmail_IncludeOutputLog |
• | ErrorEmail_IncludeActivityLog |
• | ErrorEmail_IncludeOutputLog |
|
Added ability to set custom text as subject of error and success emails using the following SetStartup commands.
• | SuccessEmail_MessageSubject |
• | ErrorEmail_MessageSubject |
|
Added ability to add custom text at beginning of message body in error and success emails using the following SetStartup commands.
• | SuccessEmail_MessageBody |
|
Added SetStartup SMTPServer command that allows external SMTP server to be specified for sending notification emails.
|
Added ability to include wildcards for the INPUT File name, which causes EMUE to process each file sequentially as a separate script execution.
|
The MoveInputFile option now accepts a path, but no file name to prevent conflicts caused by wildcards.
|
Added IsAllNumeric operator to If statement which evaluates a string to insure that each character is a number. This function is useful for determining valid file lines in a raw report.
|
Added FindString operator to the Let statement which returns the position of one string inside of another, similar to the INSTR command available in other languages.
|