explain sorting techniques in cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences bitween cobol and cobol-2?
What does the initialize statement do ?
COMP?
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
Name the sections present in data division.
What is a scope terminator? Give examples.
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
Without using move verb how to move one variable to another.
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above