how can a cgi check whether an ifs object is available?
No Answer is Posted For this Question
Be the First to Post Answer
what is full form for dds?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
We have seen no of parameter list but If we mention like this 'CALL PROGNAME PLIST ' how to know No of parameter name of program ?
how do you specify page overflow indicator for printer files in rpg?
what is a composite key?
name few ibm supplied libraries?
how to write *pssr ?
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
how can i get the cursor position in display screen to to display my window?
how many printer files maximum can be used in single rpg program?
What is a Join Logical File, Can it be used for Update ?
How to reverse the string in rpg