skip to main content

Library Routines : C$GUICFG

C$GUICFG
The C$GUICFG library routine is used to dynamically manipulate configuration settings in a RM/COBOL compatible way.
Configuration settings in RM/COBOL syntax are translated to the corresponding iscobol property if applicable.
For example:
CALL "C$GUICFG" USING "Printer Dialog Always=true"
is equivalent to
SET ENVIRONMENT "printer.dialog.always" to "true"
Syntax:
 CALL "C$GUICFG" USING  setting1 
Parameters:
Examples:
Example - Set one RM compatible printing property
call "c$guicfg" using "Printer Dialog Always=true"

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