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 |
how a varible can be passed to a subfile...accnt1 contain data in a data area..ie Daccnt1 uds,Daccnt2 3 overlay(accnt1:1), DNo 4 overlay(accnt1:4)..we want to transfer this dataarea value from acnt0001 to a subfile..that means to enter each record we have to incriment account no,, i normal window we can do move accnt1 account_no eval account_no=accnt1 eval no=no+1 exfmt usr_account how it possible with Subfile????????.Please do answer? (Thank you for all your answers dear friends!!)
Hi,while writing a program, what is the mandatory specification using rpg/400 (in7 specification)?And please tell me what is the difference between SCAN AND CHECK opcodes?can any body tell me in real time senario?with example?
How can you check the existence of object in a system?
what is jurnal?what is the use of theis?what is difference between commitment control and jurnaling?
what is the maximum number of files allowed in rpg?
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
what is term cua , saa?
what is lokup opcode?
what keyword must be used with protect keyword ?
What Does Lokup Does In Tables & Arrays?
1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?
how you will find an error which is not in the first page of the subfile without using rolldown key?