Answer Posted / shan
This Abend is basically a space abend or Pointer refference
error. By this, both the above answers are correct.
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
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.
What are 77 levels used for?
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 the difference between structured cobol programming and object alternativelyiented cobol programming?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how do you reference the rrds file formats from cobol programs
What is the difference between perform … with test after and perform … with test before?
Explain how you can characterize tables in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How do you define a variable of comp-1 and comp-2?
What are the access modes of START statement?
What is difference between static and dynamic call in cobol?
When is inspect verb is used in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.