Answer Posted / sanjudharan
no
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the Purpose of Pointer in the string?
What is the difference between Call and a Link?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
what is the use of outrecord?
Explain the configuration section of a cobol program with examples of syntax.
What are the pertinent COBOL commands?
how to move the records from file to array table. give with code example
Explain about different table spaces.
how do you define single dimensional array and multidimensional array in your cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how to access the file from prodution from changeman tool and to submit a file to production
i need a small 3d program using inline and outline.
what is difference between cobol and cobol/400
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?