how many files, printer files you can describe in a rpg?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of OVRATA keyword ?
OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
when is a tag statement used in rpg?
What is the difference between production library and test library ?
what are the necessary keywords for the join logical file?
How to reverse the string in rpg
what is arrival sequence?
What is the default access path of a file?
how can you detect overflow for a print program that prints multiple lines per cycle?
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 are the system objects required for journalling?
What is the type, length of a LDA?