BatchComment
Use this command to specify a batch comment to associate with the next data submission. This command can also be used to specify a batch comment when posting and unposting calculated journal entries using the functions JournalEntryPost() and JournalEntryUnpost().
When checking on the status of a batch by means of the User Submissions tool, you may want to make it easy to identify. To do so, you use the BatchComment command to store a comment associated with the batch.
Note: This command must be used before submissions, the Upload command, or the JournalEntryPost() and JournalEntryUnpost() functions.
Syntax:
BATCHCOMMENT "String"
where:
- String is a character string to be used as a comment.
- Enclose in double quotation marks.
- To include double quotation marks in the character string, precede the interior double quotation marks with a backslash ( \ ).
Syntax example:
BATCHCOMMENT "Spencer’s batch"