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 to see all members of a file?

1 Answers  


How to reverse a string using RPG?

0 Answers  


when would you prefer logical file than opnqryf?

1 Answers   IBM,


how can you check for a records existence without causing and i/o (chain/read)?

1 Answers   IBM,


What are the two main attributes, which govern the execution of a job?

1 Answers  






An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?

3 Answers  


What is the necessary keyword used in a physical file to refer field definitions from the field reference file?

1 Answers  


what is *inzsr used for?

1 Answers   IBM,


how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE

3 Answers   iGate,


what are the different methods to access seu?

0 Answers   IBM,


Any change in service program we write binder language to allow signature change,What is the maximum number of signature change allowed in RPGLE?

3 Answers   Syntel, Tech Mahindra,


STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command is used to start SFTP in CL language(ILECL)?

1 Answers  


Categories