ContentsIndexPreviousNext

7.3.2.1 Reading CGI Variables

With ACUCOBOL-GT, there are two ways to read CGI variables: using the ACCEPT verb, and using the C$GETCGI library routine. The ACCEPT verb method should be used in most cases. The C$GETCGI method is designed for those converting existing COBOL CGI programs to ACUCOBOL-GT.

More:

To use the ACCEPT verb

To use the C$GETCGI routine

To strip carriage returns from CGI input