INSERT ROW attribute

Insert key can be enabled or disabled during the array input with the help of the INSERT ROW attribute. The INSERT ROW attribute can acquire the following values: 1 – for true or 0 – for false. You can also write TRUE or FALSE in words. The default value of this attribute is TRUE.

 

If the INSERT ROW attribute is set to FALSE, the Insert key is disabled and the user cannot perform insert actions while the INPUT ARRAY statement is in effect. However, the user can perform insert actions by means of the TAB, ARROW, and RETURN keys.

 

If the INSERT ROW attribute is set to TRUE, the user can use the Insert key to enter data.

INPUT ARRAY l_account_arr FROM sa_account.*

ATTRIBUTE (INSERT ROW=FALSE)

 

Contact Us

Privacy Policy

Copyright © 2025 Querix, (UK) Ltd.