what is data area and how it is used in rpg program ?
No Answer is Posted For this Question
Be the First to Post Answer
Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
Why we cannot call a service program? If I add a PEP can i call the service program?
What will happen if we r using seton lr after return or vice versa.
i would like to know under what circumstance the object will get locked on AS400.
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
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?
how do I preserve and clean the array?
how to retrieve RRN value in RPGLE program