explain sorting techniques in cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
What is static and dynamic call in cobol?
What is ASKTIME, SUSPEND
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are the access modes of START statement?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
What is amode(31)
write a program to eliminate duplicate records in a input file and send them to output file.
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
Name the sections present in data division.
using redefine can you redefine lower variable size to higher variable size?