Answer Posted / reader
no -806 error in DB2
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Difference between array and sub-script ?
Write a program to explain size error.
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is the use of outrecord?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Write a cobol program making use of the redefine clause.
) how do u code after getting data?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the LINKAGE SECTION used in COBOL?
What is difference between static and dynamic call 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 ?