Welcome to myCobol.ovh Monday, 29 September 2025, 08:42

slack bytes
Category Syntax
Subject Cobol
Bytes inserted between data items or records to ensure correct alignment of some numeric items. Slack bytes contain no meaningful data. In some cases, they are inserted by the compiler; in others, it is the responsibility of the programmer to insert them. The SYNCHRONIZED clause instructs the compiler to insert slack bytes when they are needed for proper alignment. Slack bytes between records are inserted by the programmer.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary