Why Rpg/400 is Famous?
Answers were Sorted based on User's Feedback
Answer / anuj tiwari
* Easy to code and analyze.
* Supports externally described files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahalakshmi
PG/400 is a high-level programming language used for business applications on the IBM AS/400 and iSeries systems. It gained popularity due to its ease of use, efficiency in handling business logic, and seamless integration with the IBM midrange systems. RPG/400 is known for its structured programming features and built-in functions tailored for business applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
when will come session device error?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
What are the necessary keywords required to code a message subfile?
how do I declare a minor?
can we perform CHAIN operation on Subfile record format....?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
i want to retrieve record b/w 2 dates in as400
How can you delete records form a file in rpg without using "Delete" OPCODE?
In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 Answers Infinite Computer Solutions,
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20
in which journalling which attributes are necessary??/
Anybody can explain the difference between SFLCLR & SFLINZ?