Reading CGI Input Data
With ACUCOBOL-GT, there are two ways to read CGI input data:
With the ACCEPT verb. Use this method in most cases.
With the C$GETCGI library routine. Use this method when converting existing COBOL CGI programs to ACUCOBOL-GT.
Using the ACCEPT Verb
Using the C$GETCGI Routine
Parent topic:
Writing a CGI Program