Answer Posted / pratap thakur
Defining more than one key as a key field in physical file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to write code for singlepage in sqlrpgle with update ?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
how can you execute a command from within an rpg program without calling a clp program?
what are the different methods to access seu?
what are the three types of keywords associated with printer file ?
what is the function of cpysplf command?
how to validate input values in display file ?
What is file access opcodes?
what is *iso date format?
name few ibm supplied libraries?
what is the necessary keyword for non-join logical file?
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
why is the declare cursor statement is used for?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
what is the difference between packed decimal and zoned decimal?