Ibm – Cgidev2 Interview Questions And Answers
Question: 1. What If My System I Runs With System Value Qccsid 65535?
Answer:
System price QCCSID 65535 inhibits computerized man or woman conversion from a CCSID to any other CCSID. That is general a large trouble with CGI programs.
For instance, the outside HTML of a CGI software isn’t translated to the CCSID of the CGI activity when loaded in memory from it. If this HTML carries special characters, these characters are pratically corrupted and while output-ted to the browser they’ll motive issues, together with a few piece of Javascript no longer running.
Fortunately, CGIDEV2 service software cares for this hassle. The carrier application exams the process CCSID and, if it’s far found to be 65535, it’s far changed to its default fee.
However, this will be no longer sufficient. The HTTP server assumes that the CGI is running with the CCSID of device price QCCSID, and this may also purpose problems in individual conversion.
In order to have your HTTP instance jobs going for walks with a CCSID aside from the only specified in gadget cost QCCSID, simply upload the following directive to the configuration document of your HTTP instance:
DefaultFsCCSID nnn
in which nnn is the desired CCSID price.
Question: 2. How Can I Start A Page In A New Window?
Answer:
The tag helps the keyword goal which helps you to specify the vacation spot of a web page.
starts a web page in a new window
starts a web page in an existing window named xxx; if this doesn’t exist yet, it’s far created.
The key-word target may be also special inside the shape tag. As an instance:
