how we sort two input files based on a common column and
giving one o/p file please send me the coding logic?
No Answer is Posted For this Question
Be the First to Post Answer
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
What are the two search techniques ?
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
how can u pass the values into db2 values from cobol ?
Give some advantages of REDEFINES clause?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
In COBOL "BEFORE" advancing is there or not ?
What is the local-storage section?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
what is the difference between start and startbr?
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN