Answer Posted / satyanarayan singh
PFILE is used define the Physical file being referenced.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can you specify no duplicate key?
what is elastic and non elastic subrile?
what is a query can be run in which mode?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
how will you search an array?
under given circumstances, my cgi should link to another site. How to implement this?
what is the purpose of data structure?
explain the difference between defining subfile and message-subfile?
What is access path in as400?
How do I remove a flag or check no. or name when a user opens too many sessions?
Space & Skip Are Which Level Keywords?
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 the string manipulation opcodes?
how many printer files can be defined in f specs ?
can we define multi-dimensional arrays in rpg ?