Programmeren in COBOL/Statements/DIVIDE
Uit Wikibooks
|
|
|
| Inhoudsopgave
Bewerkingen |
Inhoud |
[bewerk] Formaatbeschrijving
[bewerk] Vorm 1
![\texttt{\underline{DIVIDE} } \begin{Bmatrix} \texttt{veld} \\ \texttt{constante} \end{Bmatrix} \texttt{\underline{INTO}} \begin{Bmatrix} \texttt{veld } \texttt{[\underline{ROUNDED}]}\end{Bmatrix} ...](http://upload.wikimedia.org/math/1/e/e/1ee9573105f49f9dd27de57cc5dc6150.png)
[bewerk] Vorm 2
![\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} ...](http://upload.wikimedia.org/math/6/6/e/66ec758df933bf4dc82ecb3599bd5f3f.png)
[bewerk] Vorm 3
![\texttt{\underline{DIVIDE} } \begin{Bmatrix} \texttt{veld} \\ \texttt{constante} \end{Bmatrix} \texttt{\underline{BY}} \begin{Bmatrix} \texttt{veld } \texttt{[\underline{ROUNDED}]}\end{Bmatrix} ...](http://upload.wikimedia.org/math/2/5/4/254e25420bfcd27d804b0d0b10378a65.png)
[bewerk] Vorm 4
![\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}](http://upload.wikimedia.org/math/6/c/5/6c5cfafda1eb01de89eeb1fe4649efd3.png)
[bewerk] Zie ook
- Hoofdstuk berekeningen
- Statement COMPUTE
| COBOL statements |
|
ACCEPT | ADD | CALL | CLOSE | COMPUTE | DELETE | DISPLAY | DIVIDE | EVALUATE | IF | INSPECT | MOVE | MULTIPLY | OPEN | PERFORM | READ | REWRITE | START | STOP | STRING | SUBTRACT | UNSTRING | WRITE |
![[\texttt{ON} \mbox{ } \texttt{\underline{SIZE}} \mbox{ } \texttt{\underline{ERROR}} \mbox{ } \texttt{code}]](http://upload.wikimedia.org/math/5/2/0/520d702594b0df484d07b3c750b8d6e5.png)
![[\texttt{\underline{NOT}} \mbox{ } \texttt{ON} \mbox{ } \texttt{\underline{SIZE}} \mbox{ } \texttt{\underline{ERROR}} \mbox{ } \texttt{code}]](http://upload.wikimedia.org/math/7/f/3/7f3b0216fd8c54985e85148e002275c6.png)
![[\texttt{\underline{END-DIVIDE}}]](http://upload.wikimedia.org/math/1/0/b/10b6161e292cd4d534720224f1c32710.png)

