What is binder language ?
No Answer is Posted For this Question
Be the First to Post Answer
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error
what are the three line types in rlu ?
what is the favicon.ico request that my site receives now and then?
in conjunction with which statements can orxx and andxx conditions be used ?
which are the figurative constants used in rpg?
what are the necessary keywords for the join logical file?
under given circumstances, my cgi should link to another site. How to implement this?
writing an sql statement from selecting records from two files using single statement and nested select statement.
define the purpose of the *bcat function?
How to inner join more than 2 PFs in a CL program using OPNQRYF command?
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
What is the maximum number of elements in an array?