com.ibm.pdp.maf.rpp.pac.program
Interface SegmentCall

All Superinterfaces:
Element

public interface SegmentCall
extends Element

SegmentCall allows to have the segment called in the program and its code in the program which can be different from the Segment name.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getCodeInProgram()
          

This code is two characters long.

 AbstractSegment getSegment()
          Segment referenced.
 

Field Detail

copyright

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

getCodeInProgram

java.lang.String getCodeInProgram()

This code is two characters long. The first character must be alphanumeric and the second character must be either numeric or alphabetic.

It sets the sequence in which the Data Structure or Report is processed in the program.

When the Data Structure or Report is used only once in a program, it is advised to indicate the code entered as the Data Structure or Report name. This name is entered upon creation. However if it is called more than once in a program, you can differentiate these calls.

You can parameterize this code in a Macro with $n.

Returns:

getSegment

AbstractSegment getSegment()

Segment referenced.

Returns: