what is sessional error or divice error in rpg IV?..when
will it happens...Give few examples?
Answers were Sorted based on User's Feedback
Answer / sulthan
Normally errors that happen on Workstation or Printer files.
1.Trying to display a subfile with no records in subfile,
i.e. with SFLDSP = on.
| Is This Answer Correct ? | 22 Yes | 0 No |
Answer / rahul
Session or device error occurs on workstation file when
program tries to display empty subfile with SFLDSP indicator
ON. Also when program tries to load more than 9999 records
in load all subfile (where MAX SFLSIZE = 9999) this error
occurs
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / syam
While runing a program any error comes system display a
message
Session or device error occurred in file FILENAME (C G D
F).
that means PF not found. of level identifier is wrong
| Is This Answer Correct ? | 2 Yes | 7 No |
How do you grant authority?
How do you use DEBUG utility?
what are the different types of data areas?
What are the different types of keywords in display files?
what is multijoin logical file? what are the keywords available in joinlogical file? what are the mandatary keywords for joinlogical file? explai the keywords?
What are all the compiler directive statements?
What are the different types of specification available in RPG/400 ?
what is the maximum number of files allowed in rpg?
what is the main use of OPNQRYF ?? in that query why we can use OVERDBF and in that OVERDBY why should we use SHARE(*YES)
how we lock a pf???? what are the parameters used in this command.how we understand whether an object is locked or not?? using command .....we have to use *PSSR? and trough *status..how??.if we give an eg to me???pls answer me anyone..
what is the function of crtdupobj command?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?