1.The questions have given an array declaration and move
operation then this statement is correct or not?
Answers were Sorted based on User's Feedback
Answer / joydeep
I think instead of MOVE, we need to use MOVEA for array
operations.
Is This Answer Correct ? | 5 Yes | 0 No |
what is plat file?
in which journalling which attributes are necessary
Write a program to display prime numbers between 1 to 100 using RPGLE.
what was the robotech rpg?
I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)
how to check on which PF , the LF is dependant ?
in which journalling which attributes are necessary??/
1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
How can we know running job is batch or interactive?
what is the use of sflnxtchg?
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?