How to change file attributes such as size, file wait time, record wait time etc., permanently?
1 1825Post New IBM AS400 AllOther Questions
is there any way to dynamically merge other html scripts into a given html?
what does check opcode is used?
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 syntax for plist?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
Write a CL program which will run a batch job at 1 am every night
how can database records be read without lock ?
what are all the contents of subfile?
is it possible to create a physical file without dds?
what is message subfile?
In Which Specs Arrays, Tables & Constants Are Defined?
what is service program?
what does defn do?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?