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
Can a Search can be done on a table with or without Index?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is static and dynamic call in cobol?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between next sentence and continue in cobol programing language?
What is the difference between binary search and sequential search?
What rules are to be followed while using the corresponding options?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How many sections are there in data division in COBOL?
IF I mention stop run in CICS what happens?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?