what is sessional error or divice error in rpg IV?..when will it happens...Give few examples?
CTS,
3 10607What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?
2 7908In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
4 10513
how many maximum spaces could be given in o specs?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
how to define to define a hidden filed in dspf ?
how do I declare a table or array in rpg iv?
define the purpose of the iter operation?
what is a keyed physical file?
How would display prime numbers using CL program?
what is subfile?
what are the limitations of cl (compare to rpg) ?
what is the use of unique keyword and what level it is defined?
how to read database records without locking them?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
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
name few ibm supplied libraries?
Write a CL program which will run a batch job at 1 am every night