Answer Posted / vampire
No,in numeric data types numeric wont be applicable
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
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 is difference between cobol and cobol/400
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How you can characterize tables in cobol?
How you can read the file from bottom?
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 get the result of your program directly on your pc?
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 PIC 9.99 and PIC9v99?
What do you understand by psb and acb?
Name the divisions, which are available in a cobol program?
What are the different rules to perform a Search?
example for sub strings ? and refernce modifications whit output pls
Explain about different table spaces.