some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
IBM,
1130is it there an easy way to determine if an html section is available to issue a wrtsection upon?
IBM,
1016Post New IBM AS400 AllOther Questions
what is a join logical file?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
define the rcvf command?
Difference between NOPASS & OMIT?
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
what does opcode post do ?
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.
what is the function of cpysplf command?
In Which Specs Arrays, Tables & Constants Are Defined?
can error messages as a result of a comp, range or values keyword be overridden?
what is xfoot opcode ?
which single rpg opcode performs both setll and reade?
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 are all the contents of subfile?
how to write code for singlepage in sqlrpgle with update ?