Can you summarize the steps I have to go through in writing my first cgi?
No Answer is Posted For this Question
Be the First to Post Answer
what is jurnal?what is the use of theis?what is difference between commitment control and jurnaling?
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
what does vldcmdkey means?
How Many Specs Are There In Rpg & Which Are They?
What is SFLPAG
how to define to define a hidden filed in dspf ?
A join logical file has how many record formats?
What is Job, What are the attributes of a Job?
define what a data queue is along with a brief example of what it may be used for?
Describe about Query/400?
what does exfmt does?
what is procedure prototype and procedure interface.