z/OS ISPF Software Configuration and Library Manager Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


0

z/OS ISPF Software Configuration and Library Manager Guide and Reference
SC19-3625-00

Explanation

Indicates successful completion.

User response

None.

Project manager response

None.

1

Explanation

Data set name not found in parameter list.

User response

Contact the project manager.

Project manager response

Check the language definition syntax (PARSEDSN parameter on the OPTIONS parameter on the FLMTRNSL FORTRAN parser). Verify that PORDER=1 or PORDER=3 was used on the FLMTRNSL macro of the language definition. A PORDER of 0 or 2 in the FLMTRNSL macro for the FLMLPFRT parser will result in FLMLPFRT receiving control without the OPTION list. PORDER 0 and 2 are used for situations in which there are no OPTION lists.

2

Explanation

The statistical information address (@@FLMSTP) is not found in the parameter list.

User response

Contact the project manager.

Project manager response

Check the language definition syntax (STATINFO parameter on the OPTIONS parameter on the FLMTRNSL FORTRAN parser).

3

Explanation

The list information address (@@FLMLIS) is not found in the parameter list.

User response

Contact the project manager.

Project manager response

Check the language definition syntax (LISTINFO parameter on the OPTIONS parameter on the FLMTRNSL FORTRAN parser).

4

Explanation

A dependency name was encountered that had more than 8 characters. The name is ignored and processing continues.

User response

Check the source member for dependency names longer than 8 characters. Dependency names are restricted to a length of 1 to 8 characters.

Project manager response

The language definition can be changed for GOODRC=4 if it is acceptable to ignore the dependency names that are longer than 8 characters.

5

Explanation

The STATINFO, LISTINFO, and/or LISTSIZE keyword parameters are invalid.

User response

Check the language definition for the correct values for keyword parameters STATINFO, LISTINFO, and LISTSIZE.

Project manager response

The invalid keyword parameters for FLMLPFRT OPTIONS in the language definition should be corrected and the project definition assembled and linked.

8

Explanation

The number of parsed dependencies exceeds the size of the $list_info array, which is specified by the BUFSIZE parameter on the FLMLANGL macro.

User response

Either reduce the number of parsed dependencies for the member or contact the project manager.

Project manager response

Increase the buffer size (BUFSIZE=) on the FLMLANGL macro for the appropriate language definition. Be sure that LISTSIZE on the FLMTRNSL macro is set to @@FLMSIZ. Reassemble and relink the project definition.

10

Explanation

The member name specified by the parse parameter is blank.

User response

None.

Project manager response

Check the language definition syntax and member specification.

12

Explanation

The LISTSIZE keyword parameter in the OPTIONS is too small. There is not enough room for one element in the dependency array.

User response

Contact the project manager.

Project manager response

Update the project definition, assemble, and link-edit. LISTSIZE must be set to @@FLMSIZ in order to get a proper value for BUFSIZE.

24

Explanation

Parser was not linked AMODE(24), RMODE(24).

User response

Contact the project manager.

Project manager response

Reinstall the parser by relinking it AMODE(24). See ISPF log for more details.

100

Explanation

The value for the PARSEDSN keyword is invalid.

User response

Check the language definition and verify that PARSEDSN keyword value is valid.

Project manager response

None.

101 - 199

Explanation

The data set specified by the PARSEDSN keyword could not be allocated.

User response

Verify that the data set designated by the keyword exists.

Project manager response

None.

201 - 299

Explanation

The data set specified by the PARSEDSN keyword could not be opened, or is already opened.

User response

Verify that the data set exists, is not in use, and has not been allocated with a disposition of SHR or MOD.

Project manager response

None.

401 - 499

Explanation

An error occurred reading the data set specified by the PARSEDSN keyword. The data set is either empty, not opened for input, or has exceeded its space capacity.

User response

Verify that the data set exists, it is not empty, and the space allocation will support the process.

Project manager response

None.

500

Explanation

An error occurred when closing the file or when freeing storage.

User response

Contact the project manager.

Project manager response

Contact your IBM® Service Representative.

599

Explanation

An ABEND was detected during I/O or allocation of the data set to be parsed.

User response

Check if the data set member to be parsed exists. An improper value for STATINFO in the OPTIONS of the FLMTRNSL for the parser can be another cause.

Project manager response

Make sure the data set member exists. Make corrections to the project definition; assemble and link the project definition.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014