com.ibm.pdp.maf.rpp.pac.report
Interface SourceLine

All Superinterfaces:
Element

public interface SourceLine
extends Element

Source of the data and the condition under which the source is to be transferred to the target Data Element.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getCondition()
           
 ReportContinuedValues getContinued()
           
 ReportOperationValues getOperation()
           
 java.lang.String getSource()
           
 java.lang.String getWSPrefix()
           
 

Field Detail

copyright

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

getCondition

java.lang.String getCondition()

This field is used to indicate the conditions under which the source is to be transferred to the target.

Input format:

Returns:

getContinued

ReportContinuedValues getContinued()

Describing the source or the condition of a Data Element can take more than one line.

So this field contains a blank in this field to identify a first description line, or * to identify a continuation line.

Returns:

getOperation

ReportOperationValues getOperation()

Type of operation to be performed on the source field.

It can be an arithmetic instruction with operators such as add, subtract, divide, multiply, rounded operator, or other operators used to total up, to move a source field, modify a date format, or transfer data with a procedure defined by the user.

Returns:

getSource

java.lang.String getSource()

This field is limited to 13 characters if the selected WORKING-STORAGE SECTION prefix is a data name, and 11 characters if it is a literal. You enter different types of values in this field:

For sources that are Data Elements, it is :

Enter the numeric value which identifies an Index (three characters) :

This field is limited to 13 characters if the selected WORKING-STORAGE SECTION prefix is a data name, and 11 characters if it is a literal. You enter different types of values in this field:

For sources that are Data Elements, it is :

For sources that are literals, enter the literal (starting and ending with a quotation mark). The literal can be 11 characters long. For literals longer than 11 characters, you must define a specific VALUE clause in the WORKING-STORAGE SECTION of the Program.

Returns:

getWSPrefix

java.lang.String getWSPrefix()

Indicates the WORKING-STORAGE SECTION prefix where the source Data Element comes from.

Other numeric and alphabetic values can also be used for user-defined prefixes.

Returns: