InterviewSolution
| 1. |
Can You Summarize The Steps I Have To Go Through In Writing My First Cgi? |
|
Answer» Suppose the FOLLOWING:
Proceed as FOLLOW: 1. Set up your CGI source and object libraries by ENTERING command
2. Obtain a sample external html source and a sample CGI RPG source by using command CGIDEV2/CRTCGISRC SRCMBR(mycgi1) SRCLIB(mysrclib) PRDLIB(myobjlib) You may compile the module, create the CGI program and run it. Afterwards you may change both the external HTML and the CGI program to fit your needs. Suppose the following: Proceed as follow: 1. Set up your CGI source and object libraries by entering command 2. Obtain a sample external html source and a sample CGI RPG source by using command CGIDEV2/CRTCGISRC SRCMBR(mycgi1) SRCLIB(mysrclib) PRDLIB(myobjlib) You may compile the module, create the CGI program and run it. Afterwards you may change both the external HTML and the CGI program to fit your needs. |
|