can we define multi-dimensional arrays in rpg ?
Answer Posted / satyanarayan singh
No.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to write code for singlepage in sqlrpgle with update ?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
how do you specify page overflow indicator for printer files in rpg?
how can I predict the performance of my cgis?
can you have multiple key lists for a single 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
what does dfu program you to do on a record?
which are the member types which seu supports?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
which indicator is used for read?
Space & Skip Are Which Level Keywords?
what if my system I runs with system value qccsid 65535?
is it possible to create a physical file without dds?
what are different types of substems?
Can we debug the MSGW JOBS?