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
How are the next sentence and continue different from each other?
What is the utilization of copybook in cobol?
HOw can I get the negative sign while deduct high value from low value
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Why would you use find and get rather than to obtain?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How do you reference the fixed block file formats from cobol programs
How to print 10 to 1 if the input have only 10 digit number?
What are the different rules for performing sort operation?
What is static and dynamic call in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Name the sections present in data division.
What is a report item?