How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
No Answer is Posted For this Question
Be the First to Post Answer
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
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
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
what is a load module ?
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
i need a small 3d program using inline and outline.
can any one help -s806
What compiler option would you use for dynamic linking?
Why there is no questions in this column?
Hai friends why we need to read a file before re-write a record?
if we have a 10 steps how to override the 4th step in jcl?