Answer Posted / manthan
yes........we can redefine occurs clause but not having
depending clause
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What is difference between static and dynamic call in cobol?
Which mode is used to operate the sequential file?
how do you reference the variable unblock file formats from cobol programs
What is amode(31)
What are all the divisions of a COBOL program?
What are the various section in data division and briefly explain them.
Which is not true about evaluate statement
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is a report item?
What is the problem of ordered sequential files access?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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 ?
Whats the difference between search & search ALL?
When is inspect verb is used in cobol?