Use this system macro to increase the size of a control program (CP) CSECT
to the next 256-byte boundary.
Format
Entry Requirements
None.
Return Conditions
None.
Programming Considerations
- This macro should be placed in a control program (CP) SECT segment after
all code statements.
- This macro rounds up the size of a CSECT to the next 256-byte
boundary. This is done to keep the size relatively constant as code
changes and for patching purposes.
- It identifies the source of the object code produced by placing the
assembly date, the assembly time and the CSECT name in the object code just
ahead of the 256-byte boundary.
- Note:
- In many installations it is customary to define the CSECT name with a version
number.
- This macro is for use in the control program (CP) only.
Examples
None.