How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
No Answer is Posted For this Question
Be the First to Post Answer
Why did you choose to work with ibm mainframe cobol programming?
can any one help -s806
what is Pic 9v99 Indicates?
which one is the best of com and com-3.using of real time ?
Name the divisions, which are available in a cobol program?
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
What are the different rules to perform a Search?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
how many divisions are there in cobol
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
How to display the index.(displacement from an array)
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..