Answer Posted / navjot singh
Data area is an object used to hold data for access by any job running on the system. A data area can be locked to a single user, thus preventing other users from processing at the same time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the use of unique keyword and what level it is defined?
which of the cl command can be used to determine which logical files are dependent on a specific file?
what are dds required for subfile?
What is a query can be displayed without saving it?
can you have multiple key lists for a single file ?
Explain The Keywords Edtcde & Edtwrd?
what is the necessary keyword for non-join logical file?
what is elastic and non elastic subrile?
how does union file maintains record formats?
how to declare a constant variable in the freeformat?
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
how to develop some simple graphs (bar charts) using just html?
what is the function of cpysplf command?
how many files, printer files you can describe in a rpg?
how can I automatically refresh a web page?