Answer Posted / nagaraj ramamoorthy
using concatenate operator
e.g string1||strting2||'string3'
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
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?
Are you comfortable in cobol or jcl?
What is the difference between perform … with test after and perform … with test before?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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?
Difference between array and sub-script ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the usage of comp fields in cobol?
How do define dynamic array in cobol.
What are the pertinent COBOL commands?
Write a program that uses move corresponding.