7.102 RANGECHECK

The RANGECHECK command is used to check a field against one or more ranges of values.

Also See

7.102.1 RANGECHECK Parameters

7.102.2 RANGECHECK Examples

7.7 BEGINCHECK

7.10 CALLCHECK

7.17 CONDCHECK

7.19 DATECHECK

7.45 ENDCHECK

7.61 FILECHECK

7.128 VALUECHECK


                                                                                          Required

  RANGECHECK --- FIELD --------- field name --------------------->

                      >-- RANGE -------- low value -- high value -------->
                                               |                                             |
                                                ---------- 20 max -----------

 ----------------------------------------------------------------------

                                                                                        Optional

                    >-- IN_RANGE ----- *NEXT --------------------------->
                                                   *ERROR
                                                   *ACCEPT

                   >-- OUT_RANGE -- *ERROR --------------------------->
                                                  *NEXT
                                                  *ACCEPT

                   >-- MSGTXT ------ *NONE ---------------------------->
                                                 message text

                   >-- MSGID -------- DCU0001 ------------------------->
                                                 message identifier

                  >-- MSGF --------- DC@M01 . *LIBL ------------------->
                                                message file . library name

             >-- MSGDTA ------- substitution variables ----------------|
                                            | expandable group expression |
                                             ----------- 20 max -----------

  • No labels