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 to define to define a hidden filed in dspf ?
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
Can we debug the MSGW JOBS?
which are the relational operators in rpg?
what is procedure prototype and procedure interface.
how to see the error messages for each command in cl?
What is the difference between regular logical file and join logical file?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
in conjunction with which statements can orxx and andxx conditions be used ?
what is the use of unique keyword and what level it is defined?
Can we use OVRDBF command without using of OPNQRYF ? Or can we use OPNQRYF command without using of OVRDBF command ?
what is the purpose of data structure?