Answer Posted / gagan44
Please correct the question.There is nothing lie signature Validation.It should be signature violation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
difference between view and index ?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
an access path may be in which sequence?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
maximum number of subfiles that can defined in a rpg program for one display file is?
what is the use of data structures?
define the purpose of the *bcat function?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
how do you pass parameters in cl?
what keyword must be used with protect keyword ?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
what does defn do?
what is arrival sequence?
define the purpose of the %sst function?
what are various techniques to pass parameters from one program to another?