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


Separation of references

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

Generally, you must separate include reference verbs of a language from referenced member names with blanks only, and they must appear on the same line. However, there are two exceptions:
  • For PL/I includes and JOVIAL members, when coding !COPY or !COMPOOL statements, you can insert comments between !COPY and the include member name. (Note that only JOVIAL uses !COMPOOL.)
  • The following parsers support include references on separate lines:
    • FLMLPCBL COBOL parser
    • FLMLRCBL REXX COBOL parser
    • FLMLRASM REXX Assembler parser.
SCLM does not support the following Pascal source statement because a comment separates the referenced member name.
%INCLUDE (* comment *) MEMNAME;
The include reference verb and the reference name must reside on the same line. SCLM does not support the following Pascal statement:
%INCLUDE
INCLMEM ;

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014