APS-EXP

Messages prefixed with APS-EXP are generated by the APS export system. The messages are listed below in numeric sequence.

0000-00-I    year SOFTWARE, INC. &sq&APS-rel &pgm-id &compiletime&sq.

Internal APS copyright marker for APS load modules.

0201-00-I    DATA STRUCTURE CHANGE SUCCESSFUL

This message is displayed when using the K, or KK line command and all changes or line additions are correct when passed back to the Program Painter.

Resolution:

Continue.

0202-00-I    DATA STRUCTURE INSERTION SUCCESSFUL

This message is displayed when using the J line command and the new lines that have been entered and passed back to the Program Painter are correct.

Resolution:

Continue.

0203-00-I    CONVERSION SUCCESSFUL

No errors were encountered in code.

Resolution:

Continue. Check warnings.

0204-00-I    GENERATE NOT SUCCESSFUL

Errors were encountered in code.

Resolution:

Correct errors and generate again.

0205-00-I    NO SCREEN ASSOCIATED WITH PROGRAM

No screen was assigned to the online program through the Application Painter.

Resolution:

Assign a new or existing screen to the program.

0800-00-I    SCREEN ALREADY EXISTS - SKIPPED

This message occurs when importing a screen without the replace option and a screen already exists.

Resolution:

This is a confirmation that the old screen is left untouched. Alternatively, specify the replace parameter to overlay the old screen.

0801-00-I    SCREEN SUCCESSFULLY CONVERTED:

Screen was created from a hardcopy.

Resolution:

Continue.

0802-00-I    NO ROW NUMBER SPECIFIED FOR SYSMSG; ASSUMING ROW DEFAULT OF LAST ROW

SYSMSG was specified without a row number. Default is the last row (varies due to screen size selected, i.e., MOD 2, 3, or 4).

Resolution:

If user wants SYSMSG on a different row, specify the row number explicitly.

1200-00-W    CORRESPONDING S-COBOL NOT SEEN

An ENTER COBOL statement was encountered without a corresponding ENTER S-COBOL.

Resolution:

Make sure the omission of the ENTER S-COBOL statement was intentional because all statements after the ENTER COBOL will be passed through the precompiler as is.

1400-00-W    S9 IS ASSUMED TO BE PIC S9 AND NOT PIC S9(9)

S9 is valid COBOL and will not be translated.

Resolution:

If PIC S(9) is desired, enter S(9).

1401-00-W    A9 IS ASSUMED TO BE PIC A9 AND NOT PIC A9(9)

A9 is valid COBOL and will not be translated.

Resolution:

If PIC A(9) is desired, enter A(9).

1402-00-W    X9 IS ASSUMED TO BE X9 AND NOT X9(9)

X9 is valid COBOL and will not be translated.

Resolution:

If PIC X(9) is desired, enter X(9).

1404-00-W   N9 WILL BE PIC N9; NOT PIC 9(9)

N9 is valid COBOL and will not be translated.

Resolution:

If PIC 9(9) is desired, enter N(9).

1405-00-W    OPTION CARD CHANGED TO PROGRAMMER MODE

If PROC keyword was used, the option was changed to Programmer mode.

Resolution:

Make sure NTRY was not wanted.

1406-00-W    NO SCREEN ASSOCIATED WITH PROGRAM

No screen was assigned to the online program on the Application Painter.

Resolution:

Assign new or existing screen to program.

1407-00-W    NOTE: 01 LEVEL WILL BE GENERATED FOR THIS DATA NAME

If you enter one or more data names at the same indentation level as the previous 01-level data name, APS generates 01-level numbers for them. If you expect 05 level data names to be generated, indent them four spaces. If multiple 01 levels are desired, ignore this message.

Resolution:

Check indentation for proper level to be generated.

1408-00-W    ??? WARNING - PSB/SUBSC IN APPL WILL BE IGNORED. PSB/SUBSCHEMA IN APPL PTR IGNORED BECAUSE RELATED MACRO WAS CODED IN PROG PTR

You defined the subschema or PSB twice: once in the Application Painter and again in the program by coding $DB-SUBSCHEMA or $IM-PSB call. Normally, you need only to define the subschema PSB in the Application Painter. A $DB-SUBSCHEMA or $IM-PSB call overrides the subschema or PSB defined in the Application Painter.

Resolution:

Ensure that the $DB-SUBSCHEMA or $IM-PSB call in the Program Painter is correct. If the subschema or PSB defined in the Application Painter is correct, delete the $DB-SUBSCHEMA or $IM-PSB call in the program.

1409-00-W    ??? WARNING - THIS LINE IGNORED; FIRST DB-SUBSCHEMA USED ONLY. THIS DB-SUBSCHEMA IGNORED; THE FIRST ONE WAS USED

Multiple $DB-SUBSCHEMA calls were coded in the Program Painter. Only the first one encountered is used; all others are ignored.

Resolution:

Make sure that the first call is correct and delete the other(s).

1410-00-W    THIS IM-PSB IGNORED; THE FIRST ONE WAS USED

Multiple $IM-PSB calls were coded in the Program Painter. Only the first one encountered is used; all others are ignored.

Resolution:

Make sure that the first call is correct and delete the other(s).

1411-00-W    INDENTATION LESS THAN 1ST LINE IN DS - ASSUME SAME AS 1ST LINE

This message is produced when the user performs a CONVERT command on a data structure that resembles the following:

 WS-NAME-1     X5
 WS-NAME-2     92
 WS-NAME-3      X

Note that the third data item begins one column to the left of the previous items. The misaligned item may be one or more columns out of alignment.

1413-00-W    IMPROPER CONTINUATION ELLIPSES "...." OR ".." SEEN

This message is displayed when the user has mistyped ellipses when continuing a line of source code. The correct syntax is three periods.

Resolution:

Locate mistyped ellipses and correct.

1800-00-W    MAP DEPTH EQUAL TO ZERO; INCREASED TO ONE

The map depth was found to be zero.

Resolution:

The screen must contain text and/or fields.

1801-00-W    TEXT FLD FOUND IN MESSAGE - IGNORED

A text field was found in the message length calculating routine.

1802-00-W    TRANS-ID DEFAULTING TO FIRST FOUR CHARACTERS OF SCREEN NAME

ASSOCIATED TRANS was not supplied on the SCREEN GENERATION PARAMETERS screen. APS is assuming that the desired TRANSID for CICS is the first four characters of the screen name being generated.

Resolution:

Allow the default or supply the correct TRANSID on the SCREEN GENERATION PARAMETERS screen and regenerate the screen.

1803-00-W    HARDCOPY FACILITY NOT SUPPORTED FOR MOD-5 SCREENS - STEP TERMINATED

Hardcopy generation of a MOD-5 screen was attempted.

Resolution:

Change screen MOD size or do not use hardcopy option for the screen.

1804-00-W    FIELD SPECIFIED IN SYSMSG OPERANDS NOT FOUND - SWITCHING TO SYSMSG=YES

Field name specified for SYSMSG does not exist for that screen.

Resolution:

Either add a system message field name to the screen, specify a field name that exists, or allow the default name SYSMSG.

1805-00-W    SYSMSG OVERLAPPING REPEATED BLOCK - SYSMSG DISCARDED OR DEFAULTS TAKEN

User attempted to specify a SYSMSG (explicitly or by default) which overlaps a repeated block.

Resolution:

Check the row and column operands if specified, or make sure that invoked defaults don't overlay repeated blocks.

1806-00-W    SYSMSG OVERLAPPING BACKGROUND TEXT; SYSMSG DISCARDED OR DEFAULTS TAKEN

User attempted to specify a SYSMSG (explicitly or by default) which overlaps background text.

Resolution:

Check the row and column operands if specified, or make sure that invoked defaults don't overlay background text.

1807-00-W    INSUFFICIENT SPACE FOR EXPANSION OF FOLLOWING LINE DUE TO &(S) - LEADING CHARS TRUNCATED

APS generates each ampersand character (&) as two ampersands. You have not allowed for the extra spaces needed for generated ampersands. Maximum line length: 80 characters.

Resolution:

Either change the line to allow more spaces or reduce the number of ampersand (&) characters.

1808-00-W    PROTECT + NON-DISPLAY IS INVALID - ASSUMING NORMAL INTENSITY

NON-DISPLAY is invalid for protected fields under ISPF.

Resolution:

Make the field unprotected or change the intensity.

1809-00-W    UNKNOWN FIELD TYPE/INTENSITY - ASSUMING UNPROTECTED/NORMAL: type intensity

Invalid intensity value found.

Resolution:

Correct field intensity.

1810-00-C    INVALID MULTMAP OPERAND - IGNORED: operand

Incorrect parameter specified in the JCL for the multimap task.

Resolution:

Remove or correct the parameter.

1811-00-W    INVALID LANGUAGE PARAMETER - IGNORED: lang-parm

Invalid language specified in the JCL.

Resolution:

Omit the LANG parameter or specify a valid language.

1812-00-W    UNRECOGNIZABLE SYSMSG OPERAND - ASSUMING DEFAULT SYSMSG=YES

Invalid SYSMSG operand found.

Resolution:

Check the syntax of the parameter.

1813-00-W    SYSMSG ROW OUT OF RANGE; ASSUMING DEFAULT ROW row

The SYSMSG row exceeds screen size.

Resolution:

The default row displayed is assumed; change if necessary.

1814-00-W    INVALID LENGTH SPECIFIED FOR SYSMSG: ASSUMING LENGTH DEFAULT OF length

An invalid length was specified.

Resolution:

The default length displayed is assumed; change if necessary.

1815-00-W    SYSMSG=YES HAS BEEN SPECIFIED BUT SYSMSG OVERLAPS FIELD - SYSMSG DISCARDED

The Screen Generator attempted to place SYSMSG on the specified (or default) line of the generated screen, but the line was already occupied by another field. SYSMSG=NO assumed.

Resolution:

Change the SYSMSG parameter on the SCREEN GENERATION PARAMETER screen to specify the correct line on which SYSMSG is to appear or relocate conflicting field to another row.

1816-00-W    LINE PARAMETER OVERRIDE NOT VALID - IGNORED

Invalid value for line parameter was specified.

Resolution:

Check JCL; value must be numeric and between 1 and the depth of the screen.

1900-00-W    MICRO FOCUS MFS DOES NOT SUPPORT EXTENDED ATTRIBUTES FOR SCREEN FIELDS

Micro Focus's IMSVS86 product does not support extended attributes for screen fields.

2001-00-E    IMPROPER OR UNKNOWN PARAMETERS; RUN ABORTED

Internal problem.

Resolution:

Contact your APS Administrator.

2002-00-E    NO PARMS SPECIFIED

The mandatory application name for the application generation was not present on the APS Generator Options screen, so the run was ended.

Resolution:

Fill in the appropriate application name.

2003-00-E    I/O ERROR ON SCREEN DESCRIPTION FILE

Internal problem.

Resolution:

Contact your APS Administrator.

2004-00-E    WRONG FILE/REPORT SELECTION

The parameter entered is invalid.

Resolution:

Enter a correct parameter.

2007-00-E    CODE ERROR CAUSED GENERATION TO END PROGRAM NAME ===> ONLY FIRST PROGRAM ERROR FLAGGED; CHECK ALL PROGRAMS FOR SAME ERROR

An error was flagged in the code of the specified program during the program conversion process.

Resolution:

Correct the flagged code in the program.

5221-00-E    IMPROPER OR UNKNOWN PARAMETERS; RUN ABORTED

Internal problem.

Resolution:

Contact your APS Administrator.

5222-00-E    NO REPORT PARAMETERS SPECIFIED FOR RUN

The appropriate application name, program name, data structure name, or scenario name was not included to indicate the report that is to be run.

Resolution:

Enter the appropriate name to be run.

5223-00-E    I/O ERROR ON SCREEN DESCRIPTION FILE

Internal problem.

Resolution:

Contact your APS Administrator.

5231-00-E    IMPROPER SCREEN NAME

The screen name entered is not in the proper format. It is either less than 4 characters or greater than 8 characters.

Resolution:

Correct the screen name entered.

5232-00-E    UNKNOWN PARAMETER

The parameter entered is invalid.

Resolution:

Enter a correct parameter.

5400-00-E    DATA NAME TOO LONG FOR DATA SCREEN

Data name in progam is too long for data element name field of Data Structure Painter.

Resolution:

Shorten data name to the size of data element name field of the Data Structure Painter (46 characters).

5401-00-E    FORMAT ON GROUP LEVEL IS NOT ALLOWED

Format is entered next to a group level. This is illegal in COBOL.

Resolution:

Remove format from group level. Check layout.

5402-00-E    DATA NAME STARTS WITH BAD CHARACTER OR LEVEL NUMBER

Data name does not start with alpha character, valid number or Customization Facility symbol.

Resolution:

Change data name so it is valid. Then change wherever it is used in the program.

5403-00-E    FORMAT TOO LONG FOR DATA SCREEN

Format from Program Painter is too long for the format field in the Data Structure Painter.

Resolution:

Use the FRFM keyword to insert the line as is. Note: When using the FRFM keyword, the level number and period, as well as all other S-COBOL syntax, are required for the line in error and all lines that follow to the next keyword.

5406-00-E    NO REC, WS, LK OR CA KEYWORD FOUND IN DATA STRUCTURE

All data structures must have a starting keyword.

Resolution:

Enter keyword on first line.

5407-00-E    MISSING DATA NAME ON FIRST LINE OF DATA STRUCTURE

Data name missing on first line of data structure.

Resolution:

Enter or check first line for valid data.

5408-00-E    TOO MANY DATA NAME INDENTATIONS

Indentation of data names causes data names to extend past column 72.

Resolution:

Restructure record layout.

5409-00-E    REDEFINES OF TABLE ELEMENT NOT SUPPORTED

The Program Painter will not support the Redefines of a group item by an elementary item.

Resolution:

Be sure that what is being redefined is directly below the item it redefines and at the same level.

5410-00-E    COPY ONLY ALLOWED WITH 01 TYPE KEYWORD

The COPY verb can only be used with an 01 keyword for data structures.

Resolution:

Use the COPY verb with 01 keyword only.

5411-00-E    MULTIPLE NTRY OR ENTR KEYWORDS ARE INVALID

More than one keyword is used to indicate the start of the Procedure Division.

Resolution:

Remove the unnecessary keyword(s).

5412-00-E    INVALID OPTION ENTRY

The OPT or OPTN keyword is used and an invalid option was entered in the statement field.

Resolution:

Check spelling (valid options are DESIGNER, PROGRAMMER, and UNCONVERT).

5413-00-E    MISSING OPTION ENTRY

If the OPT or OPTN keyword is used, then there must be a valid statement associated with it (at this point nothing has been entered.).

Resolution:

Valid entries are DESIGNER, PROGRAMMER, or UNCONVERT.

5414-00-E    ENTR/NTRY AND PROC KEYWORDS CANNOT BE MIXED

Improper keyword entered for program. PROC is valid only for batch programs. For online programs, use NTRY (or ENTR).

Resolution:

Use the appropriate keyword.

5415-00-E    MULTIPLE PROC KEYWORDS ARE INVALID

Multiple PROC keywords appear in program.

Resolution:

Delete all but one PROC keyword.

5416-00-E    NO NTRY, ENTR OR PROC KEYWORD SEEN

Keyword indicating the start of the Procedure Division is missing.

Resolution:

For batch programs, enter PROC; for online programs, enter ENTR or NTRY.

5417-00-E    ERROR READING DATA STRUCTURE DEFINED IN APPLICATION

Program unable to locate data structure.

Resolution:

Check spelling of data structure or ensure that data is in data structure.

5418-00-E    ERROR IN NUMBER TRANSLATION (E.G. TOO BIG)

Translation exceeds column 72.

Resolution:

Evaluate line.

5419-00-E    ERROR IN TRANSLATION (E.G. PHRASE TOO BIG)

Translation of line will exceed column 72.

Resolution:

Check line to see if it can be shortened.

5422-00-E    NO MATCH FOR QUOTE OR APOSTROPHE

Macro call arguments coded with incorrect syntax.

Resolution:

Ensure that each quote or apostrophe is paired.

5423-00-E    MACRO STARTS TOO FAR TO RIGHT TO FIT ON LINE

Macro call exceeds column 72.

Resolution:

May have to do a PERFORM with the macro call in the new paragraph.

5424-00-E    LINE CAN ONLY START WITH: $ % & / OR ALPHA CHARACTER

Line must start with valid alpha COBOL character or Customization Facility symbol ($ % & or /).

Resolution:

Start line with a character or Customization Facility symbol.

5425-00-E    NO ROOM FOR A CLOSING PERIOD ON THIS LINE

Line in program is too long for period to be added during conversion.

Resolution:

Eliminate any unnecessary spaces or make the content of line shorter.

5426-00-E    MOCK KEYWORD MUST BE PRECEDED BY A 'RED' KEYWORD

MOCK keyword cannot be preceded by any keyword except RED.

Resolution:

Move the MOCK keyword directly below the RED keyword. Insert the RED keyword and appropriate statements immediately preceding the MOCK keyword.

5427-00-E    BLANK DATA STRUCTURE NAME IN APPLICATION DEFINITION

Data structure assigned to program is empty.

Resolution:

Check spelling of data structure assigned to program or enter data in data structure.

5428-00-E    ENTER VERB MUST BE FOLLOWED BY COBOL OR S-COBOL ONLY

A statement beginning with the ENTER verb has a word other than COBOL or S-COBOL after it.

Resolution:

Correct the statement accordingly.

5429-00-E    ERROR ACCESSING DATA STRUCTURE REFERENCED ABOVE

APS unable to read an external data structure included in program.

Resolution:

Make sure the data structure exists and that it is accessible online in the Data Structure Painter.

5430-00-E    ERROR ACCESSING REPORT MOCKUP REFERENCED ABOVE

APS unable to read an external report mock-up included in program.

Resolution:

Make sure the report mock-up exists and that it is accessible online in the Report Mock-up Painter.

5431-00-E    USE OF DECLARATIVES IS NOT SUPPORTED FOR TARGET ENVIRONMENT

A Declaratives section has been indicated by the DPAR keyword for a CICS program or a non-batch ISPF or IMS program.

Resolution:

On the Application Painter ensure that either of the following is true: If the application contains both batch and online programs, enter the value *BATCH for each program's associated Window field; if the application contains only batch programs, select the MVS value for the UI (user interface) field.

5432-00-E    PARA KEYWORD MUST BE FOLLOWED BY A PARAGRAPH/SECTION NAME

A paragraph name or section name must appear in column 8 on the same line as the PARA keyword.

Resolution:

Enter a paragraph name or section name in column 8 on the same line as the PARA keyword.

5433-00-E    LITERAL EXCEEDS 120 CHARACTERS

Continuation of literal exceeds 120 characters. Literal is too long.

Resolution:

Shorten literal to 120 characters or less.

5434-00-E    ERROR ACCESSING STUB REFERENCED ABOVE

APS unable to read an external stub included in the program.

Resolution:

Make sure the stub exists and that it is accessible online in the Application Painter.

5435-00-E    ERROR ACCESSING APPLICATION REFERENCED ABOVE

The application to be generated could not be read.

Resolution:

Make sure the application exists and that it is accessible online in the Application Painter.

5436-00-E    THE ABOVE KEYWORD IS INVALID

Keyword is invalid.

Resolution:

Check the keyword and correct it.

5441-00-E    REDEFINES INVALID ON STARTING LINE

The REDEFINES clause has been used on the first element of the data structure block.

Resolution:

See the "Redefines" topic in the APS Reference for the correct usage.

5443-00-E    INVALID SCOBOL LITERAL CONTINUATION

Incorrect syntax used to continue an S-COBOL literal.

Resolution:

Proper syntax is: ellipses (three periods) followed by one space and two ampersands (&&). Fix and regenerate program.

5631-00-E    IMPROPER OR UNKOWN PARAMETERS; RUN ABORTED

Parameters entered are not recognizable.

Resolution:

Check JCL.

5632-00-E    APPLICATION NAME MISSING; RUN ABORTED

No application name was passed.

Resolution:

Check JCL.

5633-00-E    I/O ERROR ON SCREEN DESCRIPTION FILE

Internal error.

Resolution:

Contact your APS Administrator.

5641-00-E    UNKOWN PARAMETER

A parameter entered is not recognizable.

Resolution:

Check JCL.

5642-00-E    UNKNOWN LISTSRC PARAMETER

The value passed with the LISTSRC parameter is not valid.

Resolution:

Check JCL.

5643-00-E    UNKNOWN LISTGEN PARAMETER

The value passed with the LISTGEN parameter is not valid.

Resolution:

Check JCL.

5651-00-E    CODE ERROR CAUSED GENERATOR END PROGRAM NAME ===> appl-entry-name (GG) ONLY FIRST PROGRAM ERROR FLAGGED CHECK ALL PROGRAMS FOR SAME ERROR

Error(s) were found in code generation from Painter.

Resolution:

Check output listing for all errors and correct in Painter.

5800-00-E    *PFKEY SPECIFIED AS TRANCODE BUT NOT DEFINED; PFKEY TRANCODE IGNORED

For an IMS application *PFKEY was specified but no values were assigned on the MFS function keys screen.

Resolution:

In the Screen Painter, either assign values to the MFS function keys or do not specify *PFKEYS as the transaction code.

5801-00-E    FIELD NAME SPECIFIED FOR TRANCODE NOT DEFINED; FIELD DROPPED

A field name specified for trancode was ignored because it was not defined on the screen.

Resolution:

Either define the field on the screen or don't use it as part of the trancode.

5802-00-E    MAP WITHIN MULT MAPSET NOT FOUND; RUN ABORTED

A screen that was selected for multiple-map mapset generation does not exist.

Resolution:

Either create the screen, or omit the screen in the mapset and resubmit the job.

5803-00-E    SCREEN NOT FOUND

The screen specified for generation wasn't found.

Resolution:

Either create the screen or specify an existing screen.

5804-00-E    INVALID OPERAND FOUND IN RANGE FIELD

A range specified for automatic editing contains an invalid operand.

Resolution:

Correct the range in the Screen Painter and regenerate the screen.

5805-00-E    NOT ENOUGH SPECIAL CHARACTERS AVAILABLE FOR TSO FIELD MARKERS

The screen contains too many special characters in the background text for ISPF generation.

Resolution:

Reduce the number of special characters in the background text.

5807-00-E    PDS MEMBER WAS IN USE; NOT UPDATED

The screen member was in use by another application.

Resolution:

Rerun the generation.

5808-00-E    MORE THAN 25 1-BYTE I/O FLDS IN: screen name LIMIT EXCEEDED

Screen exceeds the 25 1-byte field maximum.

Resolution:

Reduce number of 1-byte fields (some 1-byte fields may be incremented to 2-bytes).

5809-00-E    MAPSET SCREEN LIMIT SURPASSED

Number of screens in a mapset exceeeds the 100 screen maximum.

Resolution:

Reduce the number of screens for the mapset.

5810-00-E    INVALID OPERAND FOR MAPS WITH MULTMAP=FULL SPECIFIED: operand

An operand was specified that conflicts with multiple-map mapsets.

Resolution:

Review the operands specified in the JCL stream and correct the conflicting parameters.

5811-00-E    MULTIPLE SCREENS PER MAPSET REQUIRE IDENTICAL SCREEN DIMENSIONS

Not all screens in the mapset have identical dimensions (width and depth).

Resolution:

Either give all screens identical dimensions, or include only those that have the same dimensions.

5812-00-E    ATTRIBUTE LIMIT OF 127 EXCEEDED REDUCE NUMBER OF SCREEN FIELDS

Number of attributes per screen exceeds the 127 attribute maximum; limit imposed byISPF Dialog Managemenent Services.

Resolution:

Reduce number of screen fields.

7400-00-F    IMPROPER OR UNKNOWN PARAMETERS; RUN ABORTED

Parameters entered are not recognizable.

Resolution:

Check JCL.

7401-00-E    77 LEVEL MUST START IN MARGIN A

77-level data item must start in column 8.

Resolution:

Move the data item to start in column 8.

7401-00-F    NO PARMS SPECIFIED

No parameters have been specified.

Resolution:

Enter parameters.

7402-00-E    DATA NAME MUST START WITH ALPHA OR & OR <

The data name starts with an invalid character.

Resolution:

Change the first character of the data name.

7402-00-F    I/O ERROR ON SCREEN DESCRIPTION FILE

Internal error.

Resolution:

Contact your APS Administrator.

7403-00-E    LEVEL NUMBERS ARE NOT ALLOWED IN DATA NAME

A level higher than 49 will be generated.

Resolution:

Either change the starting level or reduce the number of indentations.

7404-00-E    INVALID SYNTAX AFTER DATA NAME

Syntax violates COBOL or Data Structure Painter rules.

Resolution:

See the "Data Structures" section in the APS Reference for valid syntax.

7405-00-E    88 LEVEL ITEMS CANNOT START IN COL 1

88-level data items must be subordinate to a group level.

Resolution:

Enter a group level and indent the 88-level items.

7406-00-E    ONLY DATA NAME CAN FOLLOW 88 OR 66 LEVELS

A valid data name must follow an 88 or 66 level number.

Resolution:

Enter a valid data name.

7408-00-E    ALPHABETIC FORMAT: A,AA,AAA,AN,A(N), A(&SYM)

If an A is the first character in the format field, then the code must be in one of the valid formats.

Resolution:

Reenter format.

7409-00-E    INVALID COMPUTATIONAL (C) FORM AT SPEC

C is invalid as used.

Resolution:

See the "Data Structures" section in the APS Reference for valid syntax.

7410-00-E    FORMAT FOR BINARY FULLWORD IS F OR FULL

If an F is the first character in the format field, then it is to indicate the binary fullword. If the edit check finds any character other than the word FULL, then it is invalid.

Resolution:

If format starts with 'F' and is not 'F' or 'FULL', correct it.

7411-00-E    FORMAT FOR BINARY HALFWORD IS H OR HALF

If an H is the first character in the format field, then it will indicate the Halfword format.

Resolution:

Enter only H or HALF. Anything else is invalid.

7412-00-E    NUMERIC FORMAT: N,N2,N3,N$. . .NK,N(K),N&SYM

If an N is the first character in the format field, then the code must be in one of the valid formats.

Resolution:

Reenter format.

7413-00-E    REDEFINES FORMAT IS : R, RED, REDEF, REDEFINES

Invalid format for REDEFINES was entered.

Resolution:

Check spelling.

7414-00-E    SIGNED NUMERIC FORMAT: S, SN, S&SYM

Signed symbol is invalid as used.

Resolution:

Reenter format.

7415-00-E    ALPHANUMERIC FORMAT: X,XX,XXX,XK,X(K),X(&SYM)

Alphanumeric symbol is invalid as used.

Resolution:

Reenter format.

7416-00-E    NUMERIC FORMAT: 9,92,93,94...9K,9(K),9&SYM

Numeric format is invalid as used.

Resolution:

Reenter format.

7417-00-E    TO INDICATE PICTURE, MUST USE PIC

If the P is the first character in the format field, then the Picture clause is expected.

Resolution:

Check spelling. Reenter code.

7418-00-E    OCCURS SPECIFICATION NOT ALLOWED IN FORMAT

Occurs symbol is entered in the wrong field.

Resolution:

Enter Occurs symbol in the data name field.

7419-00-E    ONLY R,V OR I CAN CONTINUE FORMAT AFTER SPACE

Invalid character follows space in format field.

Resolution:

See the "Data Structures" section in the APS Reference for valid syntax.

7420-00-E    NO OTHER FORMAT SPECS ALLOWED WITH I (INDEX)

No other format is allowed after usage of index.

Resolution:

Remove code after I.

7421-00-E   FORMAT AFTER REDEFINES (R) IS UNRECOGNIZED

Code entered after R is not valid.

Resolution:

Reenter code or contact your APS Administrator.

7422-00-E    INVALID CHARACTER FOLLOWS SPACE IN FORMAT

Only V or R can continue a format.

Resolution:

See the "Data Structures" section in the APS Reference for valid syntax.

7423-00-E    VALUE CAN BE FIRST FORMAT ONLY ON 88 LEVELS

A value can be assigned first in a format only if it is an 88 level.

Resolution:

See the "Data Structures" section in the APS Reference for valid syntax.

7424-00-E    INVALID DATA FORMAT. RECHECK FORMAT SPECIFICATION

Format that is entered is not recognizable; is an invalid data structure.

Resolution:

See the "Data Structures" section in the APS Reference for valid syntax.

7425-00-E    CANNOT SPECIFY FORMAT FOR A GROUP LEVEL ITEM

Picture clause on a group level is illegal.

Resolution:

Remove picture clause from group level.

7426-00-E    NO DATA NAME ASSOCIATED WITH FORMAT

If data is entered in the format field, then it has to be a description of a field.

Resolution:

Enter a data name or, '...' if data name is on previous line.

7428-00-E    NO FORMAT SPEC ALLOWED ON 66 LEVEL RENAMES

Invalid format on 66-level data item.

Resolution:

Remove invalid code.

7429-00-E    V (VALUE) IS ONLY VALID FORMAT FOR 88 LEVELS

If 88-level data items are used, VALUE is the only format allowed.

Resolution:

Remove invalid code.

7431-00-E    NO SPACES ALLOWED IN FMP VARIABLE NAME

Variable name has space(s) embedded in it.

Resolution:

Remove space(s) from FMP (Customization Facility) variable name.

7480-00-E    VALID FORMATS BEGINNING WITH 'I' ARE "I" OR INDEXED

A format beginning with 'I' must either be only 'I' or 'INDEXED'.

Resolution:

Check format and correct.

7481-00-E    VALID FORMATS BEGINNING WITH 'R' ARE "R" OR REDEFINES

A format beginning with 'R' must either be only 'R' or 'REDEFINES'.

Resolution:

Check the format and correct it.

7482-00-E    INVALID LEVEL NUMBER---LEVELS ARE 01-49, 66, 77, 88

A level number other than 01 through 49, 66, 77, or 88 was entered.

Resolution:

Enter a valid PIC clause level number.

7483-00-E    PICTURE CLAUSE INCOMPLETE--NO DATA FIELD TYPE SPECIFIED

A 'PIC' clause without anything following it was entered.

Resolution:

Enter a valid PIC clause.

7484-00-E    ??? OCCURS CLAUSE IS DESCRIBED WITH INVALID OCCURANCE OF TABLE

An invalid statement following the OCCURS clause was entered.

Resolution:

Check the clause and correct it.

7485-00-E    REDEFINES CLAUSE MUST PRECEDE OCCURS CLAUSE

The OCCURS specification must be entered before the REDEFINES clause.

Resolution:

Check and correct.

7486-00-E    NOTE: A TABLE MAY NOT BE REDEFINED

A data element that redefines a table (one with an OCCURS clause) is invalid.

Resolution:

Remove the REDEFINES or the OCCURS clause.

7487-00-E    TOO MANY INDENTATIONS TO CONTINUE

Indentation level is more than 20 deep.

Resolution:

Restructure or break-up the data group to less than 21 indentations.

7488-00-E   ??? EGCS FORMAT: G,GG, GGG, GK, G(K), G(&SYM)

A DBCS user has specified the PIC G clause incorrectly.

Resolution:

Specify the EGCS format to conform to the syntax given above, where K indicates the number, and &SYM is a variable.

7489-00-E   ??? EGCS VALUES ARE NOT SPECIFIED FOR EGCS DATA ITEM

The EGCS data item declaration is not supplied.

Resolution:

Enter a valid PIC G clause in the EGCS format.

7490-00-E   ??? EGCS VALUE TOO LONG

The EGCS literal exceeds the 54 character limit on EGCS literals.

Resolution:

Shorten the length of the literal to less than 54.

7491-00-E   R, IXB, ODO and OCCURS INVALID ON SAME LINE - USE CONTINUATION LINE

DEPENDING ON, REDEFINES, and INDEXED BY clauses cannot be coded on the same line with an OCCURS format.

Resolution:

Move the DEPENDING ON, REDEFINES or INDEXED BY to the next line, making sure to begin the line with ellipses (three periods) and a space.

7800-00-F    IMPROPER OR UNKNOWN PARAMETERS; RUN ABORTED

The parameters specified in the JCL are incorrect.

Resolution:

Refer to APS documentation and correct.

7801-00-F    NO TASKS SPECIFIED; RUN ABORTED

Parameters necessary for execution are missing.

Resolution:

Supply the necessary parameters.

7802-00-F    NO SCREEN SPECIFICATIONS; RUN ABORTED

No screens were specified for execution.

Resolution:

Specify a screen using the Name parameter.

7803-00-F    RUN ABORTED DUE TO IMPERFECT HARDCOPY; INVALID VERB FOUND: invalid verb

The hardcopy file does not match the expected input format. The hardcopy file may have been incorrectly edited by the user.

Resolution:

The hardcopy is either on a different release than the generator or it was incorrectly edited by the user.

7804-00-F    UNKNOWN CONVERT PARAMETER

An incorrect parameter was specified for a convert generation.

Resolution:

Omit the conflicting parameters.

7805-00-F    TOO MANY TASK PARMS SPECIFIED

Conflicting parameters were specified for screen generation.

Resolution:

Review the parameters that were specified and omit the parameter that conflicts with the desired result.

7806-00-F    MBP SCREENS CURRENTLY NOT SUPPORTED

MBP screens are not supported.

7807-00-F    FROM-DATE MUST BE A 6 DIGIT NUMBER

The FROM-DATE must be a 6-digit field in YYMMDD format.

Resolution:

Correct the FROM-DATE parameter.

7808-00-F    NAME PARM MUST BE SPECIFIED LAST

The Name parameter,when specified, must always be the last parameter.

Resolution:

Put the Name parameter after all the other specified parameters.

7809-00-F    IMPROPER SCREEN NAME SPECIFIED

The screen name specified is an invalid name.

Resolution:

Make sure the screen name is 4 to 8 characters long and the first character is in the range A to Z, or the screen name is 4 or 8 asterisks.

7810-00-F    TOO MANY SCREEN NAMES SPECIFIED

Maximum number of screens per application (100) has been exceeded.

Resolution:

Reduce the number of screens to 100 or less.

7811-00-F    UNKNOWN PARAMETER SPECIFIED

An unrecognized parameter was encountered.

Resolution:

Check the JCL and APS manual to determine which is not allowed.

7812-00-F    MAPSET NAME NEEDED FOR MULTMAPS

Mapset parameter is missing for BMS multiple-map mapset generation.

Resolution:

Specify a mapset name using the mapset parameter in the JCL.

7813-00-F    EXPECTED EQUAL SIGN MISSING IN PARM

An equal sign is missing for the specified parameter.

Resolution:

Review the JCL parameters to determine where the equal sign should be.

7814-00-F    TEXT OR I/O FIELDS DETECTED PRIOR TO SPECIFIED START LINE

The line number indicated in the SCREEN GENERATION PARAMETERS screen of the Screen Painter is after an I/O or Text field on the screen; therefore, it is invalid.

Resolution:

Change the line number on the SCREEN GENERATION PARAMETERS screen or relocate the first text or I/O field on the screen and regenerate the screen.

9001-00-F    LAST ENTRY COUNT EXCEEDS MAXIMUM FOR APPLICATION = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9002-00-F    LAST ENTRY COUNT EXCEEDS MAXIMUM FOR PROGRAM = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9003-00-F    LAST ENTRY COUNT EXCEEDS MAXIMUM FOR DATA STRUCTURE = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9004-00-F    LAST ENTRY COUNT EXCEEDS MAXIMUM FOR SCENARIO = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9005-00-F    NON-NUMERIC LAST ENTRY = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9105-00-F    NON-NUMERIC LAST ENTRY = SERIOUS INTERNAL ERROR #5. CALL APS REP AND PROVIDE THE FOLLOWING INFORMATION: ENTITY: ca-entity ENTITY DATA RECORD: sdf-record

The variable containing the number of lines in the specified entity contains non-numeric data.

Resolution:

Contact your APS Administrator.

9301-00-F    LAST ENTRY COUNT EXCEEDS MAXIMUM FOR APPLICATION = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9302-00-F    LAST ENTRY COUNT EXCEEDS MAXIMUM FOR PROGRAM = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9303-00-F    LAST ENTRY COUNT EXCEEDS MAXIMUM FOR DATA STRUCTURE = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9304-00-F    LAST ENTRY COUNT EXCEEDS MAXIMUM FOR SCENARIO = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9305-00-F    NON-NUMERIC LAST ENTRY = last-entry

Internal error.

Resolution:

Contact your APS Administrator and provide the following information: Entity: ca-entity Entity Data Record: sdf-record.

9800-00-F    PDS ERROR ON CONVERTING: screen name ERROR CODE: error code

An internal PDS error was encountered for conversion.

Resolution:

Make sure the screen being converted was the correct version or contact your APS Administrator.

9801-00-E    GENERATED CHARACTERS OVERFLOW FOR FOLLOWING LINE; CALL APS HOTLINE

The number of characters allowed per line has been exceeded.

Resolution:

Contact your APS Administrator.

9802-00-E    ERROR IN FMP LINE CONTINUATION ON FOLLOWING LINE; CALL APS HOTLINE

A fatal error has been encountered for syntax to continue an FMP (Customization Facility) statement onto the next line.

Resolution:

Contact your APS Administrator.


Copyright © 2002 Micro Focus International Limited. All rights reserved.
This document and the proprietary marks and names used herein are protected by international law.