how do you read data area in an rpg program?
Answer / shagun chahal
With the help of 'IN' opcode, we can access the data area record in to the program.
| Is This Answer Correct ? | 1 Yes | 0 No |
how many files, printer files you can describe in a rpg?
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
Suppose we have field reference file we were any changes that corresponding Physical file then what will Happen in field reference file??
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
what are activation group and what are its types.?
what is the purpose of ovrdta (override data) keyword?
how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
Is LDA can be access accross the Job?
What is the purpose of Level Check parameter in a Physical file?
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?
Write a logic program for knowing the repeated number of a vowels in a given program?
How to reverse the string in rpg