What is the difference between RPG/400 and RPG4
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
How to find d key field of a pf that doesn’t have source physical file?
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
What are the types of identifiers?
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
when will come session device error?
How can you determine the number of characters in a variable?
can you debug ile rpg program using isdb?
How to read alternative records in a pf by using rpg?
1.Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation? 2. Assume my file has 100 records and I want to see only first 10 records. Is this possible through LF? 3.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? 4.What is difference between Bind by copy and bind by reference?
parameters cannot be passed in which one??
How can we call CL program to RPG? How many number of parameter we can pass