I want to declare a field with data type Double in my COBOL
program. how shall i do that ?
Answer Posted / i go crazy
For COMP-2 we will not give PIC clause. By default it takes 8 bytes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
i want a program using by if, evaluate , string, unstring, perform, occurs?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
When is inspect verb is used in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
what happens if parmparameter passes zero bytes to the program
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?
Write a program that uses move corresponding.
What is the difference between external and global variables in COBOL?
How do define dynamic array in cobol.
What is redefines clause in COBOL?
What is the Purpose of Pointer in the string?
What is the compute verb? How is it used?