HOw can I get the negative sign while deduct high value from
low value
No Answer is Posted For this Question
Be the First to Post Answer
Can the OCCURS clause be at the 01 level?
Explain complete concept of table handling in COBOL with an example?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
What is the different between index and subscript?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
when COMP-3 is preferrable?
Explain how you can characterize tables in cobol?
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
How to print 10 to 1 if the input have only 10 digit number?
What is the purpose of Identification Division?
What are subroutines ? and how do we pass data to the sub routines?
perform I from 0 by 1 until I=5?How maney times it will executes