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
What is comp-1 and comp-2?
What is rmode(24)
what is search and searchall?what is the diffrence between them?give an best example?
how do you reference the variable block file formats from cobol programs
What are the different data types in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
IF I mention stop run in CICS what happens?
Which is not true about evaluate statement
What are the various section in data division and briefly explain them.
How you can read the file from bottom?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is amode(24)?