Answer Posted / lu
77 level number take less space than 01 level number in
language machine......
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
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 did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the usage of comp fields in cobol?
What is a SSRANGE and NOSSRANGE?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
example for sub strings ? and refernce modifications whit output pls
Describe the cobol database components?
How do you define a variable of comp-1 and comp-2?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Which Search verb is equivalent to PERFORM…VARYING?
What are the various section in data division and briefly explain them.
What are 77 levels used for?
What is the difference between external and global variables in COBOL?
What are all the divisions of a COBOL program?
How do define dynamic array in cobol.