


acuthin command parameters can be specified as follows:
acuthin server[:port] [rarg1 [rarg2 . . .]] alias [carg1 [carg2 . . .]]
or
acuthin acurcep://server[:port]/alias[?carg1[&carg2 . . .]]
where:
| [ ] | optional parameters |
| server | server name |
| port | port number |
| rarg1 | an argument passed on the runtime command line before the program name |
| carg1 | an argument passed on the runtime command line after the program name |
| acurcep | Acucorp Remote COBOL Execution Protocol |
| alias | an alias that identifies a COBOL application on the server |
acuthin myserver:5633 -d myprog1 10 20 30
or
acuthin acurcep://myserver:5633/myprog1?10&20&30
If you want to test and debug your application in a thin client configuration, you can run the ACUCOBOL-GT Thin Client with the "-d" argument. This causes the server to be started in debug mode.