Can anybody know what is Pick/Basic? Is it a programming
language? can it be used in AS400 machine?
Answer Posted / syam
No. not using in AS/400
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
can you have multiple key lists for a single file ?
what is the difference between *like and *namvar ?
what is a program described file in rpg?
what is the purpose of ovrdta and ovrata keywords ?
What Is The Purpose Of The "n" In The Following Calculation Specification?
what is the version of os/400 that we have?
If i change any file through application after entering data , how to check which file is updated through applications . For call stack we takes esc 3 then we chose 11..But What is answer of below qtn..?
what does defn do?
how can I predict the performance of my cgis?
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 difference between packed decimal and zoned decimal?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
what is the favicon.ico request that my site receives now and then?
what is the maximum number of subfiles that can specified in a display file ?
what is service program?