Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


/ALIGNFILE

Use /ALIGNFILE to set the file alignment for segments.

/ALIGNFILE option syntax
Read syntax diagramSkip visual syntax diagram>>-/ALIGNFILE:factor-------------------------------------------><
 

Default is: /ALIGNFILE:512

Abbreviation is: /A

The alignment factor determines where segments in the .EXE or .DLL file start. From the beginning of the file, the start of each segment is aligned at a multiple (in bytes) of the alignment factor. The alignment factor must be a power of 2, from 512 to 64 KB. The default alignment is 16 bytes.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)