What is the difference between copybooks and subprocedures in as400?
No Answer is Posted For this Question
Be the First to Post Answer
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
In 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?
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
How can you determine the number of characters in a variable?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me
1.How to load Records of a Physical file(PF) in the reverse order, in CL program?
difference between CHAIN and READE?
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
How do I link an existing logical file to it's Physical File without recompiling?
How can i check the object existance in RPG program without using QCMDEXC command.