HELPLIB.HLB — MACRO /MIGRATION MACRO Compiler Directives, .LINKAGE PSECT, Example
.LINKAGE_PSECT LINK_001
.PSECT LINK_000
LS_START:
.PSECT LINK_002
LS_END:
This code allows a program to use LS_START and LS_END in
computations to determine the location and size of the linkage
section (LINK_001) of the routine.