Previous Topic: Format of Documentation SubsegmentsNext Topic: Naming Conventions Documentation


Documentation Subsegments Display

If standard naming conventions for subsegments have been adopted by the installation, displaying the documentation contained in the subsegments is easy. The user must know which names are segment names and which names are subsegment names. This is where standard naming conventions for both is important.

In the previous example, in the segment named RECOVERY are two subsegments; one is named DAYTIME and the other AFTERHRS. To display the subsegments, use the LPROS command. For example:

LPROS,JOB=jobname,SEG=(RECOVERY,AFTERHRS)

This would display only the AFTERHRS subsegment. The SEG parameter requires that the segment name appear first, followed by the subsegment name.

To display the other subsegment of the RECOVERY segment, the entry would be as follows:

LPROS,JOB=jobname,SEG=(RECOVERY,DAYTIME)

The DAYTIME subsegment would display.

To display all subsegments of a segment, only the segment form of LPROS is used. For example:

LPROS,JOB=jobname,SEG=RECOVERY