${clientId} | WebClient specific unique browser identifier |
${clientIp} | IP address of browser that started this application |
${clientLocale} | Locale of browser that started this application |
${customArgs} | Parameters specified via the "args" parameter in the URL. The value of "args" matches the parameters that you would pass on the command line when running the isCOBOL Client from a command prompt. Multiple parameters must be separated by "%20" that matches the space you would use on the command line. For example, a URL like: http://.../?args=ABC%20123 matches a command like: iscclient PROG ABC 123 |
${user} | WebClient specific logged in user name |
${webclient.rootDir} | Root directory used to resolve relative paths |
Program name and arguments | PROG ${clientIp} ${customArgs} |
http://yourwebsite/yourapp/?args=ABC%20123 |
program-id. prog. ... working-storage section. ... 77 wrk-clientIp pic x any length. 77 wrk-param-1 pic x any length. 77 wrk-param-2 pic x any length. ... procedure division chaining wrk-clientIp wrk-param-1 wrk-param-2 . |