Answer Posted / giri12
Deepu, u said we cannot use icetool in cobol program. can
you please give us the valid reason for that?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give some examples of command terminators?
what is the difference between COBOL2 AND COBOL390?
Mention the guidelines to write a structured cobol program?
What are declaratives and what are their uses in cobol?
Which mode is used to operate the sequential file?
how to convert the recors form vsam file to db2 table tru file aid
What are the different data types in cobol?
Write a program that uses move corresponding.
What is the difference between comp and comp-3 usage?
Write the code implementing the perform … varying.
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 we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
) what is the difference between AID and HANDLE AID?
Can a Search can be done on a table with or without Index?