In RPG program one file using as a PRIMARY file while
running program some of the records reading twice any body
know why its happening
Answers were Sorted based on User's Feedback
Answer / prabhakar
This will happen if there is any duplicate records in
physical file..
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / prabhakar
This will happen if there is any duplicate records are
exists
| Is This Answer Correct ? | 0 Yes | 3 No |
How do I read records from Subfile? what is the purpose of READC explain with example?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....
Anybody can explain the difference between SFLCLR & SFLINZ?
can i use unique key in LF
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
how do u find whether a record is locked or not??/
1.The questions have given an array declaration and move operation then this statement is correct or not?
3 members in databasefile .how to read records from all the members??
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
steps involved in debugging and types of debugging modes?