APS-CIC

Category: CICS macros.

1010-00-E    REQUIRED SCREEN NAME NOT SUPPLIED

Command requires a screen name.

Resolution:

Enter the screen name as the first argument.

1020-00-E    OPTION: optionname PARAMETER IS NOT ALLOWED

This option does not expect any parameters.

Resolution:

Remove parameter from option.

1030-00-E    OPTION: optionname REQUIRED PARAMETER WAS NOT SUPPLIED

Option specified without its required parameter.

Resolution:

Enter required parameter with option.

1040-00-E    OPTION: optionname OPTION IS UNKNOWN BY THIS COMMAND

Option misspelled or unknown by command.

Resolution:

Verify the spelling or validity of entered option.

1050-00-E    REQUIRED PROGRAM NAME NOT SUPPLIED

Command requires program name.

Resolution:

Enter the program name as first argument.

1060-00-E    REQUIRED PROGRAM NAME NOT SUPPLIED

Command requires a program name.

Resolution:

Enter the program name as the first argument.

1070-00-E    AT LEAST ONE SCREEN MUST BE SPECIFIED

Command requires screen name.

Resolution:

Enter the screen(s) name as first argument.

1100-00-E    OPTION: optionname PARAMETER IS NOT ALLOWED

This option does not expect any parameters.

Resolution:

Remove parameter from option.

1110-00-E    REQUIRED OPTIONS WERE NOT SUPPLIED

Options required by command missing.

Resolution:

Enter missing options for command.

1120-00-E    REQUIRED OPTIONS WERE NOT SUPPLIED

Options required by command missing.

Resolution:

Enter missing options for command.

1140-00-E    OPTION: optionname OPTION IS UNKNOWN BY THIS COMMAND

Option misspelled or unknown by command.

Resolution:

Verify spelling or validity of entered option.

1150-00-E    OPTION: optionname OPTION IS UNKNOWN BY THIS COMMAND

Option misspelled or unknown by command.

Resolution:

Verify the spelling or validity of the entered option.

1160-00-E   OPTION: optionname INVALID PARAMETER FOR THIS OPTION

Parameter syntax incorrect.

Resolution:

Correct the syntax error.

1170-00-E    OPTION: optionname PARAMETER IS NOT ALLOWED

This option does not expect any parameters.

Resolution:

Remove parameter from option.

1180-00-E    OPTION: optionname OPTION IS UNKNOWN BY THIS COMMAND

Option misspelled or unknown by command.

Resolution:

Verify spelling or validity of entered option.

1200-00-E    SCREEN: screenname FIELD: fieldname REQUIRED SUBSCRIPT MISSING FOR FIELD

An attributed field within a repeated block is missing subscript.

Resolution:

Code subscript for the attributed field.

1210-00-E    SCREEN: screenname FIELD: fieldname SUBSCRIPT INVALID ON NON-REPEATING FIELD

An attributed field coded with a subscript is not part of a repeated block.

Resolution:

Remove the subscript.

1220-00-E    SCREEN: screenname FIELD: fieldname FIELD IS NOT DEFINED FOR THIS SCREEN

The coded field name is an invalid field for the named screen.

Resolution:

Check the spelling of the field name.

1230-00-E    SCREEN: screenname COMBINATION OF ATTRIBUTES: attributes INVALID COMBINATION OF ATTRIBUTES

APS does not allow the combination of painted and requested attributes.

Resolution:

Verify and remove conflicting attributes.

1240-00-E    SCREEN: screenname ATTRIBUTE: attribute ATTRIBUTE NOT RECOGNIZED

The coded attribute is unknown.

Resolution:

Check the spelling of the attribute.

1250-00-E    SCREEN: screenname REQUIRED FIELD NAME(S) NOT SUPPLIED

You must code one or more field names.

Resolution:

Code the name of the fields for attribution.


1260-00-E    SCREEN: screenname REQUIRED FIELD ATTRIBUTE(S) NOT SUPPLIED

You must specify one or more attributes.

Resolution:

Code desired attributes.

1270-00-E    REQUIRED PARAGRAPH NAME NOT SUPPLIED

You must specify a paragraph name with this command.

Resolution:

Add the paragraph name.

1280-00-E    SCREEN: screenname ATTRIBUTE: attribute EXTENDED ATTRIBUTES ARE NOT ALLOWED

You coded an extended attribute for a screen that allows only common attributes.

Resolution:

Remove extended attribute.

1290-00-E   PROGRAM: programname PROGRAM NAME MUST BE 8 CHARACTERS OR LESS

Program name length must be 8 characters or less.

Resolution:

Code a valid program name of up to 8 characters.

1300-00-E    DATA NAME: dataname DATA NAME MUST BE 30 CHARACTERS OR LESS

Data name length exceeds the COBOL limitation of 30 characters.

Resolution:

Code a valid data name of 30 characters or less.

1310-00-E    LENGTH OPTION IS MISSING

LENGTH option required when the COMMAREA option specified.

Resolution:

Code LENGTH option.

1320-00-E    OPTION:option LENGTH PARAMETER IS MISSING

You coded the LENGTH option without its required parameter.

Resolution:

Code required length parameter.

1330-00-E    COMMAREA OPTION IS MISSING

COMMAREA option required when LENGTH option specified.

Resolution:

Code required COMMAREA option.

1340-00-E    OPTION: optionname COMMAREA PARAMETER IS MISSING

You coded the COMMAREA option without its required parameter.

Resolution:

Code the required COMMAREA parameter.

1350-00-E    OPTION: optionname COMMAREA OPTION IS INVALID

COMMAREA option is valid only when linking to non-APS programs.

Resolution:

Remove COMMAREA option.

1360-00-E    OPTION: optionname LENGTH OPTION IS INVALID

The LENGTH option is valid only when linking to non-APS programs.

Resolution:

Remove the LENGTH option.

1370-00-E    OPTION: optionname NOCA OPTION IS INVALID

NOCA option is valid only when linking to non-APS programs.

Resolution:

Remove NOCA option.

2010-00-E    TP-ADDR-MAX MUST BE INCREASED TO ACCOMMODATE DATA AREAS BEING PASSED

TP-ADDR table is not large enough to hold the addresses of all the linkage areas specified.

Resolution:

Increase value assigned to &TP-ADDR-MAX.

2020-00-E    CIC-SERVICE-RELOAD MAY NOT BE USED IN COBOL2 PROGRAMS

The COBOL2 compiler does not allow service reloads.

Resolution:

Remove this command from the program.

3010-00-E    RECORD NAME: recordname RECORD NAME MUST BE DEFINED TO APS

You must specify linkage records in the TP-LINKAGE or TP-SCRNLIST commands.

Resolution:

Enter the record name as an argument to TP-LINKAGE.

4010-00-I    TP-USER-LEN: tpuserlen TP-USER-LEN SET TO DEFAULT VALUE

APS found &TP-USER-LEN undefined; value set to default.

Resolution:

The default is 80 but you may override this value.

4020-00-I    RECORD NAME: recordname COPYBOOK WAS NOT SPECIFIED RECORD ASSUMED CODED INLINE

You did not provide a COPY/INCLUDE member name. APS assumes record coded is inline following this command.

4030-00-I    CIC-LINKAGE MACRO NO LONGER SUPPORTED

APS no longer supports the CIC-LINKAGE command.

Resolution:

The TP-LINKAGE command replaces the CIC-LINKAGE command. See the APS Reference.

4050-00-I    TP-ADDR-MAX: tpaddrmax &TP-ADDR-MAX SET TO DEFAULT VALUE

&TP-ADDR-MAX undefined. APS set value to default.

Resolution:

The default value is 20 but you may override this value.

5010-00-W    OPTION: optionname OPTION IS NOT SUPPORTED BY MICRO FOCUS PC-CICS

This is a valid CICS option but the Micro Focus PC-CICS product does not currently support it.

Resolution:

No action necessary or remove the option.

5020-00-E    COMMAND commandname COMMAND IS NOT SUPPORTED BY MICRO FOCUS PC-CICS

This is a valid CICS command but it is not currently supported by the Micro Focus PC-CICS.

Resolution:

Remove the command.

5800-00-F    APS MODULE APMFCSTP HAS BEEN INCLUDED TWICE

A second INCLUDE of the APMFCSTP module attempted.

Resolution:

Remove the second INCLUDE of APMFCSTP module.

8020-00-F    APS MODULE APCICSTP HAS BEEN INCLUDED TWICE

A second INCLUDE of the APCICSTP module attempted.

Resolution:

Remove the second INCLUDE of APCICSTP module.


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