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 |
When will DUMP and DEBUG opcodes be ignored?
how to toggle between single line and multi - line display of a particular record in a subfile?
Where would you use Override Data Base File?
when this error ocuurs in openqry file 'OPNID(BANKPF) for file BANKPF already exists.'?
Q1. How to use signature in service program and ILE.? Q2.what is use of signature and binder language and what is the relation between them?
which single rpg opcode performs both setll and reade?
how many triggers can be associated with a file?
what is the difference between packed decimal and zoned decimal?
What is the maximum number of key fields allowed defining in a physical file?
Define an Interactive Job?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...