11.07.2015 Views

HLASM: V1R6 Language Ref

HLASM: V1R6 Language Ref

HLASM: V1R6 Language Ref

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

REPRO instruction||Notes:1. The identification and sequence numbers generated as part of other object deckrecords is not generated for records punched by the REPRO instruction.2. The sequence field of the record to be REPROed is not checked, even if theISEQ instruction was specified.3. If the NODECK and NOOBJECT assembler options are specified, no records arepunched for the REPRO instruction, or for the object deck of the assembly.4. Since the text of the line following a REPRO statement is not validated orchanged in any way, it can contain double-byte data, but this data is notvalidated.5. Do not use the REPRO instruction if the GOFF option is specified, as theresulting file may be unusable.RMODEinstructionThe RMODE instruction specifies the residence mode to be associated with controlsections in the object deck.►►nameRMODE 243164ANY►◄nameis the name field that associates the residence mode with a control section. Ifthere is a symbol in the name field, it must also appear in the name field of aSTART, CSECT, RSECT, or COM instruction in this assembly. If the name fieldis space-filled, there must be an unnamed control section in this assembly. Ifthe name field contains a sequence symbol (see “Symbols” on page 28 fordetails), it is treated as a blank name field.24 specifies that a residence mode of 24 is to be associated with the controlsection; that is, the control section must be resident below 16 megabytes.31 specifies that a residence mode of either 24 or 31 is to be associated with thecontrol section; that is, the control section can be resident above or below 16megabytes.64 Specifies that a residence mode of 64 is to be associated with the controlsection (see “64-bit Addressing Mode” on page 98).ANYis understood to mean RMODE 31.Any field of this instruction may be generated by a macro, or by substitution inopen code.Notes:1. RMODE can be specified anywhere in the assembly. It does not initiate anunnamed control section.2. An assembly can have multiple RMODE instructions; however, two RMODEinstructions cannot have the same name field.210 <strong>HLASM</strong>: <strong>V1R6</strong> <strong>Language</strong> <strong>Ref</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!