Ellucian's Colleague tips and tricks
My Ellucian's Colleague playground with all tips and tricks I learned as a programmer.
Showing posts with label
batch
.
Show all posts
Showing posts with label
batch
.
Show all posts
Tuesday, October 28, 2014
Output text message in batch process
Found this on datatel forum. This is how to display message during a batch process execution.
Put code like this in the batch process, probably near the front
X.MSG = "Updating OPC Control Records. This could take several minutes, please wait..."
CALL S.MESSAGES('2',X.MSG)
This is what you get at run time
Older Posts
Home
Subscribe to:
Posts (Atom)