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.

4

Explanation

The dependency name does not match the source code for one of the following reasons:
  • The include name is greater than 8 characters. The error message in userid.SCLMERR.LISTING is:
    4
    line
    dependency
    where line is the source line that contains the dependency, and dependency is the dependency that exceeded eight characters. The truncated form of the dependency is added to the dependency list.
  • Unsupported form of include dependency. The error message in userid.SCLMERR.LISTING is:
    4
    line
    dependency
    where line is the source line that contains the dependency, and dependency is the text of the desired include member.
  • #include statement spans multiple lines. The error message in userid.SCLMERR.LISTING is:
    4
    line
    mark
    where line is the source line that contains the mark, and mark is the mark (either a quotation mark or an angle bracket) that has no matching pair on the line.
  • Mismatched quotes. A single or double quote was found that did not have a matching closing quote. The error message in userid.SCLMERR.LISTING is:
    4
    mark  line_no
    where line_no is the line number that contains the unmatched quotation mark, and mark is either a single or double quotation mark.
Processing continues.

User response

Change the syntax to fit the parser.

Project manager response

None.

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. The error message in userid.SCLMERR.LISTING is:
8
line
dependency
where line is the source line that contains the dependency, and dependency is the dependency that exceeded the space allocated for the list.

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

FLMTRNSL parameters are incorrect or are not specified.

The error message in userid.SCLMERR.LISTING is:
10
bad_parms
where bad_parms are the parameters that are incorrect or not specified.

User response

Contact the project manager.

Project manager response

Verify that the FLMTRNSL parameters for the FLMLRC2 parser are valid and complete.

12

Explanation

Issued by TSOLNK; the parser was not found in the data set specified on the DSNAME parameter of the FLMTRNSL macro.

User response

Contact the project manager.

Project manager response

Verify that the value of the DSNAME parameter on the FLMTRNSL macro is correct.

16

Explanation

Error opening the error listings file.

User response

Contact the project manager.

Project manager response

Ensure that user has the authority to create and write to the file userid.SCLMERR.LISTING.

20

Explanation

Error closing the source file.

User response

Contact the project manager.

Project manager response

Contact your IBM® service representative.

22

Explanation

An I/O error occurred in the DCB while reading input. Processing stops.

User response

Contact the project manager.

Project manager response

Contact your IBM service representative. Verify that the SOURCE DDNAME is allocated correctly. Verify that the data set and member to parse exist. Verify that the FLMALLOC macro is complete and valid for the parser.

40

Explanation

SCLM was not successful in invoking FLMLRCIS using IKJEFTSR (TSOLNK).

User response

Contact the project manager.

Project manager response

FLMLRC2 does not return a 40. A 40 can be encountered from SCLM for CALLMETH=TSOLNK. TSOLNK is used for executing interpretive REXX. A 40 means IKJEFTSR (TSOLNK) was not successful.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014