Answer Posted / valmiki1980
Soc7 generally occurs when a non mumeric data moved to a
numeric data type and perform computation.
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is link edit in cobol?
What is the difference between Global and External Variables?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
how do you reference the variable block file formats from cobol programs
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is cobol?
What are various search techniques in cobol? Explain.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do define dynamic array in cobol.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Write a program to enter and display the names of students in a class using the occurs clause.
Name the sections present in data division.