|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DialogServer
The Server Dialog is a logical envelope which groups the various server-side components of an application.
In the Server Dialog, you give the general characteristics of the application. You specify the generation variants and options which apply by default to all the attached components.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
DataStructure |
getCommonArea()
The communication common area constitutes the area of exchange between the various Screens of the Dialog. |
int |
getComplementCommonAreaLength()
Length of the common area. |
java.lang.String |
getErrorMessageFileExternalName()
External name of the error message file. |
ErrorMessageFileOrganizationServerValues |
getErrorMessageFileOrganization()
Organization of the error message file. |
java.lang.String |
getOptions()
Generation options. |
AbstractBlockBase |
getPsbOrSubSchemaCode()
This field is reserved for DL/1 database Segments. |
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.dialogserver.AbstractDialogServer |
---|
getCobolFolder, getCobolProject, getCobolType, getCPLines, getCSLines, getDialogServerType, getGELines, getGenerationLibrary, getGGLines, getGOLines, getMapType, getProgramExternalName, getTransactionCode |
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement |
---|
getGCLines |
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement |
---|
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
DataStructure getCommonArea()
The communication common area constitutes the area of exchange between the various Screens of the Dialog.
This field indicates the DataStructure linked to the common area.
int getComplementCommonAreaLength()
Length of the common area.
You must specify a number if the length of the common area exceeds 100 characters.
The length of the common area (5-xxnn-LENGTH in the generated programs) is determined by the combined lengths of: The Server code (six characters),
A common area Data Structure,
A field which stores the access keys of the Segments in display,
Technical information (not apparent).
java.lang.String getErrorMessageFileExternalName()
External name of the error message file. Its value varies according to the type of COBOL code to generate:
For IBM CICS - VSAM, it is the DDNAME on eight characters,
For GCOS7 - UFAS, it is the file code on two characters,
For GCOS8-TP8: The external name is generated in the SELECT clause (first four characters); blocking factor (last four characters) (generated in the FD clause).
For any other type of COBOL code, it is the logical name, generated in the SELECT clause.
For DL/1, you must enter the mnemonic code of the PCB. This code must be in the list of PCBs for the PSB of this transaction.
ErrorMessageFileOrganizationServerValues getErrorMessageFileOrganization()
Organization of the error message file.
Segments are declared in FD and accesses are generated in function F80.
java.lang.String getOptions()
Generation options.
These options can be specific to Screen or Server.
AbstractBlockBase getPsbOrSubSchemaCode()
This field is reserved for DL/1 database Segments.
The PCB name of the error message file (external name) must belong to the PSB.
For HP3000, you will have the ALLBASE/SQL Database Block code for a monitor generation with a database connection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |