What is the maximum number of elements in an array?
Answer Posted / avneesh kumar verma
9999
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
define what a data queue is along with a brief example of what it may be used for?
when do you use f-spec. Continuation line ?
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
Write a CL program which will run a batch job at 1 am every night
what is the function of cpysplf command?
In RPG How to read a records from a file without using read opcodes?
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)?
any one have give AS400 study material? pls pass it to gopalsai789@gmail.com
what is the use of jdftval in join logical file?
What is the maximum number of subfiles that can be specified in a display file?
What is RETURN CURSER LOCATION in subfile?
how to validate input values in display file ?
what does check opcode do ?
can you display a empty subfile?
What are the record format field mapping options in cpyf?