What is file status 92?

Answers were Sorted based on User's Feedback



What is file status 92?..

Answer / amarnadh reddy

Logic Error. For example: If file opened in Input mode and
try to insert the records in that file

Is This Answer Correct ?    19 Yes 4 No

What is file status 92?..

Answer / jkb

LOGIC ERROR/OPENING AN OPEN FILE

Is This Answer Correct ?    15 Yes 7 No

What is file status 92?..

Answer / balmukund bihari

if is lock with a KEY and Update / Delete is performed with
another KEY then status 92 will be apear. To resolve the
issue delete/update should be perfomed by the same key.

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More COBOL Interview Questions

how to pass 100 to s9(4) how r they inserted ?

3 Answers   TCS,


if one main program ,n -subprograms are then which call you follow ?why reasonuhg

4 Answers   UHG,


what is linkcard in cobol?

1 Answers   TCS,


What is the difference between PIC 9.99 and PIC9v99?

0 Answers  


C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE

1 Answers   TCS,






I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?

5 Answers  


how to convert vsam table into DB2 table?

1 Answers   IBM, Wipro,


What is the difference between next sentence and continue in cobol programing language?

0 Answers  


given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.

2 Answers   TCS,


What is the difference between a DYNAMIC and STATIC call in COBOL?

2 Answers  


where will u code file status ?

2 Answers   TCS,


What is Control Break processing ?

1 Answers   iGate,


Categories