what do you mean by SESSION/DEVOCE ERROR?
Answer / vikram malik
Session device error occurs normally with sub-files
whenever we are going to
1. Incorrect record number in subfile SFLRCDNBR
2. Trying to show empty subfile
3. Field and position in display file are matching
4. Trying to write more than 9999 records
| Is This Answer Correct ? | 7 Yes | 0 No |
How do I read records from Subfile? what is the purpose of READC explain with example?
purpose of pannel group??/
how do I declare a minor?
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
we are sending data of physical file to screen design and it is showing no record why?
what is commitment control?explain about it?
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?
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
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,
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
difference between 1:%found and %equal built function in detail with example .