Answer Posted / jeetendra yadav
Defining a field as a key in physical file.
Hence we can access records through the key field.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how many printer files can be defined in f specs ?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
WHAT IS FERERENTIAL INTRIGRITY ?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
How to reverse a string using RPG?
what is term cua , saa?
What are the record format field mapping options in cpyf?
what is a spool file?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
what is the use of data structures?
what is full form for dds?
what is the purpose of overrides?
explain the use of dftwrt display keyword?
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
different type of cursor?