Answer Posted / swetha
one can use icetool in matching logic
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
Write some characteristics of cobol as means of business language.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Name the divisions, which are available in a cobol program?
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.
What are different data types in cobol?
how to move the records from file to array table. give with code example
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Which Search verb is equivalent to PERFORM…VARYING?
Why would you use find and get rather than to obtain?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Which is not true about evaluate statement
What are the rules of the move verb?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this