how to write *pssr ?
No Answer is Posted For this Question
Be the First to Post Answer
What is Multi-format logical file?
What is the difference between array and a multiple occurrence data structure?
a program variable coded in an embedded sql statement is referred to as?
records can be read/update/deleted with which file?
which cl command can be used at program execution to redirect the file named in an rpg program?
how can I control from my cgis the cache of a remote browser?
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
define the purpose of the leave operation?
under given circumstances, my cgi should link to another site. How to implement this?
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
which are control break logic indicators?
what is flatfile?what is the use of this file?where we can use usualy?what is the advantage of this?