skip to main content

Library Routines : C$VERSION

C$VERSION
The C$VERSION retrieves the isCOBOL framework version.
Syntax:
 CALL "C$VERSION" USING version
Parameters:
The same result is reachable through the following statement:
ACCEPT version FROM ENVIRONMENT "runtime.versione"
Examples:
Example - Get the isCOBOL runtime version
call "C$VERSION" using ws-version
display message 
        "isCOBOL Framework version:" x"0d0a" ws-version

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left