I want to declare a field with data type Double in my COBOL
program. how shall i do that ?
Answer Posted / fdsfsdfs
yes it has to be declared COMP 2
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Difference between cobol and cobol-ii?
Write a program to explain size error.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
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.
Why occurs cannot be used in 01 level in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
Name the sections present in data division.
Write some characteristics of cobol as means of business language.
What is amode(31)
What are literals?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the utilization of copybook in cobol?
Have you used comp and comp-3 in your project? And how?