I/o error detected,Record Out of sequence,Permanent I/o
error occured....I mean give one eg for these errors...i
understand only,update/delete operation without prior read
oprn..give details of remaining
Answer Posted / syam
I/O error detected = related to Workstn or Disk or
Sequential (Like display record or subfile record)
Permanent I/O error = only related to Workstn
Record out ot sequence = related to Workstn or Disk or
Sequential (Like numeric sequence error - Record number
specified in record address file is not present in file
being processed)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
at what level s,o are defined and what they will do?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
what is a spool file?
what does check opcode is used?
can we define multi-dimensional arrays in rpg ?
how do you use exceptional write in c specs?
how do you specify the number of records to roll in a subfile ?
when are the unique constraints executed?
what does check opcode do ?
how to validate input values in display file ?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
what is subfile?
is it possible to create a physical file without dds?
How can we read file using curser? how to define a curser?