The print
command displays a message at the
mtb_admin
command line prompt. You can use the command to print a
response when a job completes
Syntax
print <message>
where <message> is one or more words that you want to display at the command prompt.
Example
This example shows how to print the words "Job Completed" at the command prompt after
a loaddata
job completes.
wait [loaddata delim_conn datafile usdata.txt attr names delimiter . quote \" terminator crlf]
print “Job Completed”