1) Can we declare a Display file in CL?
2) How many no. of files can be declared in a CL?
3) What is Non-Join Logical file and its importance?
Answer Posted / rashmimalpani
1.) Yes. WE declare Display file using DCLF command.
2.)Guess you can have 5 DCLF command in a CL.
3.)
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
define what a data area is along with a brief example of what it may be used for?
define the purpose of the *bcat function?
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?
what is externally described file ?
what is the use of data structures?
what is message subfile?
WHAT IS FERERENTIAL INTRIGRITY ?
What Is Ddm ?
What are the mandatory keywords of sub file?
can a indexed file be accessed in arrival sequence in rpg program?
how to write *pssr ?
what are dds required for subfile?
what is *inzsr used for?
Explain The Keywords Edtcde & Edtwrd?