How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
No Answer is Posted For this Question
Be the First to Post Answer
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
What are the types of identifiers?
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
what is batch debug in as400?
How can you delete a record from a file in RPG without using DELETE oppcode?
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
how do I preserve and clean the array?
How to read alternative records in a pf by using rpg?
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
What is the difference between RPG/400 and RPG4
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?
how to run only 10 modules of existing N modules in service program in RPGILE ?