contents.gifindex.gifprev1.gifnext1.gif

Reading CGI Variables

With ACUCOBOL-GT Version 4.0 and later, 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.