Monday, June 24, 2013

PARAMETERS statement



To declare a parameter and its data type, use the

PARAMETERS statement as follows:

Syntax

PARAMETERS <p>[(<length>)] <type> [<decimals>].

Caution

Parameters cannot have data type F. The data type F is not

supported on the selection screen.


Variants of Parameters statements are:

PARAMETERS <p> ...... DEFAULT <f> ......

PARAMETERS <p> ...... NO-DISPLAY ......

PARAMETERS <p> ...... LOWER CASE ......

PARAMETERS <p> ...... OBLIGATORY ......

PARAMETERS <p> ...... AS CHECKBOX ......

PARAMETERS <p> ...... RADIOBUTTON GROUP <radi>......

PARAMETERS <p> ...... MEMORY ID <pid>......

PARAMETERS <p> ...... MATCHCODE OBJECT <obj> ......

PARAMETERS <p> ...... MODIF ID <key> ......

No comments:

Post a Comment