Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 can we sort an array?

1 Answers  


what do we can do with the embedded sql statements?

0 Answers   IBM,


Is it possible to join the same file to itself ?

1 Answers  


What is the native language of AS/400?

1 Answers  


How do you read a subfile record which is in output mode?

3 Answers  


What the purpose of the keywords FIFO, LIFO, FCFO?

1 Answers  


Is qgpl a user library or system library?

1 Answers  


Why would you prefer OPNQRYF than logical file?

1 Answers  


Difference Between Interactive & Batch Job?

0 Answers   IBM,


What is the difference between access path and Dynamic select?

1 Answers  


what key word is used when screen is re-display?

0 Answers   IBM,


What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?

1 Answers   HCL,


Categories