describe 805 error

Answer Posted / ramcharantej

805 error means token not found.
it's nothing but inserting duplicates...

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1948


Explain the configuration section of a cobol program with examples of syntax.

650


What is the difference between perform … with test after and perform … with test before?

871


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

728


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1772






How arrays can be defined in COBOL?

658


What rules are followed by the search verb.

629


What is the difference between comp and comp-3?

692


What are various search techniques in cobol? Explain.

639


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

679


how do you reference the ksds vsam file formats from cobol programs

649


what is amode(24), amode(31), rmode(24) and rmode(any)?

688


How do you differentiate between cobol and cobol-ii?

646


what are decleratives in cobol?

1822


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5665