Previous Topic: Return ConventionsNext Topic: Comprehensive Exit


FORDATE Keyword

When CA VM:Backup calls the user exit with the FORDATE keyword, VMBEXIT3 must pass back two dates in the format used in the calling argument. This can be done from REXX with the following:

return fromdate todate

To change the time period, alter one or both of the dates. The start date (fromdate) must precede or be the same as the end date (todate). The end date must precede or be the same as the current date.