If the entire sentence is omitted, IDMS-RECORDS WITHIN WORKING-STORAGE SECTION is assumed
IDMS-RECORDS MANUAL indicates to the processor that the user will include any necessary Data Division entries by means of the COPY IDMS statement In this case, the processor will not provide any automatic inclusion of Data Division entries, with the result that the user can insert these where he requires
IDMS-RECORDS WITHIN WORKING-STORAGE SECTION instructs the processor to place all three groups of Data Division entries as the last entries in the user's working-storage section
IDMS-RECORDS WITHIN LINKAGE SECTION instructs the processor to place all Data Division entries as the last entries in the user's linkage section. Any VALUE clauses present in any of the entries brought in by the processor will be automatically dropped