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 can you display specific subfile page on the screen in unequal subfile?
What is the purpose of PUTOVR keyword?
Maximum how many files declare in rpgle
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
can i use UPDDTA command in rpg program in which contains a file
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
what is the rpg system?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
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....
how do u find whether a record is locked or not??/
I know chain keyword retreive records randomly but how chain keyword exactly works internally????
How do you know if a record exists without doing a READ and CHAIN?