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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More IBM AS400 AllOther Interview Questions

what is a join logical file?

0 Answers   IBM,


I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.

2 Answers  


records can be read/update/deleted with which file?

0 Answers   IBM,


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

0 Answers  


what is the use of UNIQUEUE KEY WORD? what is the difference between PFILE AND REF?

2 Answers  






how can I control the way a remote browser uses its cache?

0 Answers   IBM,


what are all the contents of subfile?

1 Answers   IBM,


What is the maximum number of key fields allowed defining in a physical file?

1 Answers  


which of the cl command can be used to determine which logical files are dependent on a specific file?

0 Answers   IBM,


how can a cgi check whether an ifs object is available?

0 Answers   IBM,


what is the difference between normal upddta to pf and updating using dfu program?

0 Answers   IBM,


how do you pass parameters in cl?

1 Answers   IBM,


Categories