Safe mode: Difference between revisions

m
Line 42:
Regina REXX supports a '''--restricted''' command line option, and embedded interpreters can also be set to run restricted. Many commands are disabled in this mode, including most access to hosted services. The intrinsic '''FUNCTION REXX()''' extension in GnuCOBOL defaults to restricted mode, and programmers must explicitly use '''FUNCTION REXX-UNRESTRICTED(script, args...)''' for access to the full REXX programming environment from that [[COBOL]] implementation.
 
<lang cobol> identification division.
program-id. rexxtrial.
 
Anonymous user