Section courante

A propos

Section administrative du site

END-SUBSTRACT

Fin de soustraction
Cobol

Syntaxe

SUBTRACT identifier1 [,identifier2] ...
   FROM identifierm [ROUNDED]
   [;ON SIZE ERROR imperativestatement]
END-SUBTRACT
SUBTRACT identifier1 [,identifier2] ...
   FROM identifierm GIVING identifiern ROUNDED
   [;ON SIZE ERROR imperativestatement]
END-SUBTRACT
SUBTRACT (CORRESPONDING|CORR) identifier1
   FROM identifierm [ROUNDED]
   [;ON SIZE ERROR imperativestatement]
END-SUBTRACT

Description

Cette instruction permet d'indiquer la fin d'une instruction SUBTRACT.



Dernière mise à jour : Jeudi, le 28 juillet 2011