Programmeren in COBOL
\underline {DIVIDE} { veld constante } \underline {INTO} { veld [{\underline {ROUNDED}}] } . . . {\displaystyle {\texttt {\underline {DIVIDE}}}{\begin{Bmatrix}{\texttt {veld}}\\{\texttt {constante}}\end{Bmatrix}}{\texttt {\underline {INTO}}}{\begin{Bmatrix}{\texttt {veld}}{\texttt {[{\underline {ROUNDED}}]}}\end{Bmatrix}}...}
\underline {DIVIDE} { veld constante } \underline {INTO} { veld constante } \underline {GIVING} { veld [{\underline {ROUNDED}}] } . . . {\displaystyle {\texttt {\underline {DIVIDE}}}{\begin{Bmatrix}{\texttt {veld}}\\{\texttt {constante}}\end{Bmatrix}}{\texttt {\underline {INTO}}}{\begin{Bmatrix}{\texttt {veld}}\\{\texttt {constante}}\end{Bmatrix}}{\texttt {\underline {GIVING}}}{\begin{Bmatrix}{\texttt {veld}}{\texttt {[{\underline {ROUNDED}}]}}\end{Bmatrix}}...}
\underline {DIVIDE} { veld constante } \underline {BY} { veld [{\underline {ROUNDED}}] } . . . {\displaystyle {\texttt {\underline {DIVIDE}}}{\begin{Bmatrix}{\texttt {veld}}\\{\texttt {constante}}\end{Bmatrix}}{\texttt {\underline {BY}}}{\begin{Bmatrix}{\texttt {veld}}{\texttt {[{\underline {ROUNDED}}]}}\end{Bmatrix}}...}
\underline {DIVIDE} { veld constante } \underline {INTO} { veld constante } \underline {GIVING} veld [{\underline {ROUNDED}}] \underline {REMAINDER} veld {\displaystyle {\texttt {\underline {DIVIDE}}}{\begin{Bmatrix}{\texttt {veld}}\\{\texttt {constante}}\end{Bmatrix}}{\texttt {\underline {INTO}}}{\begin{Bmatrix}{\texttt {veld}}\\{\texttt {constante}}\end{Bmatrix}}{\texttt {\underline {GIVING}}}{\mbox{ }}{\texttt {veld}}{\texttt {[{\underline {ROUNDED}}]}}{\mbox{ }}{\texttt {\underline {REMAINDER}}}{\mbox{ }}{\texttt {veld}}}