Use this file- or record-level keyword to associate descriptive text (indicating intent or use) with a specific response or option indicator.
The format of the keyword is:
INDTXT(response-or-option-indicator 'indicator-text')
You can specify this keyword once for each response and option indicator.
Indicator-text is a required parameter value, and must be a character string enclosed in apostrophes. If the length of the string is greater than 50 positions, only the first 50 characters are used by the high-level language compiler. The text is used during compilation to help program documentation.
The INDTXT keyword does not cause the specified indicator to appear in either the input or output record area. It provides text to be associated with the indicator. Once an indicator has been given a textual assignment (either by this keyword or by the response indicator text), no other textual assignment is made. A message is issued and the keyword is ignored. This differs from other keywords that can have indicators specified as parameter values; for other keywords, only the text is ignored.
Option indicators are not valid for this keyword.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.