1.How to read a subfile in out put mode?
2.what are the keywords used to share same file?
3.using composite key which rpg code used?
Answers were Sorted based on User's Feedback
Answer / syam
A2. Share open data path = *Yes
A3. KLIST & KFLD in Free Format %KDS
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abhiraj
a1. by CHAIN opcode
a2 and a3 same as syam's ans
Is This Answer Correct ? | 1 Yes | 0 No |
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
purpose of pannel group??/
what is the necessary command needed before OPNQRYF and why?
why we do STRSRVJOB in batch debugging in as400
can anybody help me that what is the procedure of debugging the service program?
How to change the name of physical members Dynamically?
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
Mr.Yallamanda Reddy P thanks for your answer sir,can we use test(D) opcode in RPG/400,if yes please help me by eloborating on that answer by writing a sample code for that sir
As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210AMR (*MODULE) is bound with Other Modules which Forms Program Object as IC210ABP(*PGM) . As400 Command to find the IC210ABP Using IC210AMR..? Thanks
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
What is difference between bind by copy and bind by reference?