how we create binder member for updating service program and
where we type this code on command line or in program ?
strpgmexp pgmlvl(*current)
export symbol (xyz0
endpgmexp.
plz explain me this step by step .

Answers were Sorted based on User's Feedback



how we create binder member for updating service program and where we type this code on command li..

Answer / s. kumar

We write a program Of Source Type BND and write the code
inside it like..

strpgmexp pgmlvl(*current)
export symbol (xyz0)
endpgmexp.


Suppose later date you want to add another procedure say
(xyz1),you can do by
strpgmexp pgmlvl(*current)
export symbol (xyz0)
export symbol (xyz1)
endpgmexp.

strpgmexp pgmlvl(*Pre)
export symbol (xyz0)
endpgmexp.

In this way, we don't need to compile the other programs
which are using this service program cause this binder
contains both types of Signature Current as well as
Previous.




Thanks!!

Is This Answer Correct ?    11 Yes 0 No

how we create binder member for updating service program and where we type this code on command li..

Answer / prasanth

I assume instead of using *Current and *Previous, u can go
for Hard coded signatures, Think of a situation that u r
service program had 100 modules/ procedures which are all
included in Binder language.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More RPG400 Interview Questions

what will happen two jobs have same name are submitted

5 Answers   CTS,


are there any useful c runtime apis that I can call from rpg iv?

0 Answers   IBM,


how do I declare a table or array in rpg iv?

0 Answers   IBM,


1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?

4 Answers   IBM,


wat is meant by hidden field , why it is used?

4 Answers   Four soft,






HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?

1 Answers   TCS,


How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?

8 Answers  


Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?

2 Answers   HSBC,


A rpg or clp command to find if the file field is defined as a character or numeric field.

1 Answers   IBM,


Setps to create .csv file on IFS folder in AS/400( V4R3)....?

3 Answers   TCS,


what is edit word and edit code

0 Answers   Cap Gemini,


I want to add 10 days in current date. how it is possible in CL program...?

11 Answers   CSC,


Categories