Answer Posted / sreejith
use SEND option in ISPF 6 option.
let it try
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a program to explain size error.
What is the difference between structured cobol programming and object alternativelyiented cobol?
In COBOL, what is the different between index and subscript?
What is the compute verb? How is it used?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between Call and a Link?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Define static linking and dynamic linking.
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?
What rules are followed by the search verb.
What is a report item?
What is redefines clause in COBOL?
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 ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?