Previous Topic: DC470030Next Topic: DC470032


DC470031

NO INPUT MAP FOR TARGET DIALOG OF RETURN COMMAND

Reason:

A dialog to which control was passed via an INVOKE command has issued a RETURN command without the CONTINUE option which specifies that control is to be passed back to the dialog that issued the INVOKE at its mapin point. However, the dialog that issued the INVOKE has no input map and therefore no mapin point. If it is intended that the premap process of the target dialog of the RETURN is to be reexecuted, change the RETURN command to a RETURN CONTINUE. If not, consider using a LINK command instead of an INVOKE command in the target dialog. Consult the CA ADS Batch User Guide for details.

Module:

ADSORUNB

Severity:

0