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 see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
define the purpose/use for sflrna?
What is the exact difference between Service Program and Binding Directory?
What is the maximum number of elements in an array?
What is the function of DSPATR (display attributes) keyword?
how do you know that records are locked?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...
how does union file maintains record formats?
why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell
How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to dynamically expand?
what are various techniques to pass parameters from one program to another?
difference between sflrcdnbr and sflnxtchg?