In which specification can a report layout be defined ?
Answer Posted / avneesh kumar verma
O Specification.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
writing an sql statement from selecting records from two files using single statement and nested select statement.
what does check opcode do ?
how do you specify the number of records to roll in a subfile ?
in which specification the report layout can be defined?
how you will find an error which is not in the first page of the subfile without using rolldown key?
which are control break logic indicators?
name few ibm supplied libraries?
what does defn do?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
what are necessary keywords to code message subfile?
In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.
under given circumstances, my cgi should link to another site. How to implement this?
what key word is used when screen is re-display?
explain the purpose of keep and assume keywords?