com.ibm.pdp.maf.rpp.pac.segment
Interface MoreControls

All Superinterfaces:
Element

public interface MoreControls
extends Element

Indicates value validation for each component called in a Segment.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getControlType()
          This field has different usages.
 java.lang.String getControlValue()
          The input made in this field depends on the value of the Control type field:

    Numeric or alphanumeric literal, name of a manually positioned work area, or subfunction code (left-aligned) called by perform in a Data Element validation.

 java.lang.String getNegation()
          if N is specified,Negation (NOT is generated).
 java.lang.String getOperator()
          The Operator field is directly related to the Value or Working/Special name field.
 java.lang.String getUpdateTarget()
          This field has several different usages:

    To identify the target of the update;

    To identify the counter field defining a variable number of repetitions;

    To cause the redefinition of a Data Element within a Segment;

    To identify the external name of a DL/1 search or key field;

    As a continuation of a literal.

 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getControlType

java.lang.String getControlType()

This field has different usages. More than one entry might be needed to assign all the validation conditions, update conditions, and values that apply to a Data Element. In this case, enter the values on as many lines as needed, immediately after the line which calls the Data Element. The possible values are presented in tables from 5 to 8.

Returns:

getControlValue

java.lang.String getControlValue()

The input made in this field depends on the value of the Control type field:

Returns:

getNegation

java.lang.String getNegation()

if N is specified,Negation (NOT is generated).

Returns:

getOperator

java.lang.String getOperator()

The Operator field is directly related to the Value or Working/Special name field. You specify if the values of the Data Element, when called in this Segment or Table, must be lower than, greater than or equal to the value indicated in the Value field or contained in the Working/Special name field. By default, the authorized values are the same as the values indicated in the -D Lines of the Data Element. The 'Values' operator is the default.

Returns:

getUpdateTarget

java.lang.String getUpdateTarget()

This field has several different usages:

Returns: