What is diff betn PS and ESDS file?
What is the diffrent compiler options in cobol and there
discription?
What is retrive nth maximum salary from salary DB2 table.
Can we redefine COM-3 variable with varchar variable?
Answer Posted / vamshi
Disagree with second point for question 1.
It is possible to create ESDS (In fact any VSAM Dataset)
using the option 3.2.V (V --> VSAM UTILITIES)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to refer the data field?
What are the different rules for performing sort operation?
What are declaratives and what are their uses in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
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 Structured COBOL Programming and Object Oriented COBOL programming?
Write a program that uses move corresponding.
How arrays can be defined in COBOL?
How do you reference the following file formats from cobol programs?
What rules are followed by the search verb.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is length is cobol?
) how do u code after getting data?
Which Search verb is equivalent to PERFORM…VARYING?
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