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

how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?

1 Answers   IBM,


How do I remove a flag or check no. or name when a user opens too many sessions?

0 Answers  


what are dds required for subfile?

0 Answers   IBM,


What are all the compiler directive statements?

1 Answers  


Feedback about ELI Faridabad.

3 Answers   Eli India,


What is the use of jdftval in as400?

0 Answers  


how can a message from a message file appear as a constant on the screen?

1 Answers   IBM,


What is RETURN CURSER LOCATION in subfile?

0 Answers  


How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.

2 Answers   IBM,


what does vldcmdkey means?

0 Answers   IBM,


What are Control level indicators?

1 Answers  


What is file information data structure(infds) in as400?

0 Answers  


Categories