CobShell (Script-Name) |
configuration section. repository. class cobshell as "com.iscobol.cobshell.CobShell" ... working-storage section. 77 joe object reference cobshell. ... procedure division. ... try set joe to cobshell:>new ("validator.joe") catch exception display exception-object end-try. |
CobShell (Script-Name, Arguments) |
configuration section. repository. class cobshell as "com.iscobol.cobshell.CobShell" ... working-storage section. 77 joe object reference cobshell. ... procedure division. ... try set joe to cobshell:>new ("script1.joe", 1, "XYZ") catch exception display exception-object end-try. |