what are the types of errors available in rpg IV or
400.Like decimal data error,sessional error or device error
etc...means important error occurings,ie to find out
suddenly???pls give answ if u know?
Answers were Sorted based on User's Feedback
Answer / syam
1. I/O error detected
2. Permanent I/O error occurred
3. Attempt to exceed maximum number of devices defined for
file
4. Job ending with controlled option
5. Record number not found
6. Update or delete operation attempted without a prior read
7. Unable to allocate a record in the file
8. I/O operation to a closed file
9. OPEN issued to a file already open
10. Record mismatch detected on input
11. Referential constraint error detected on file member
12. Record out of sequence in file
| Is This Answer Correct ? | 3 Yes | 0 No |
1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be interactive one or batch one? 2)How many members can exist in a PF?
What is the difference between Array and Table?
which are the relational operators in rpg?
write a pgm to read p.f using cl pgm?
records can be read/update/deleted with which file?
What is the use of SDA ?
What is SFLPAG
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
What does SDA stands for ?
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...
what are the uses of factor1, factor2 and result field for the rpg operation code parm?