Is it possible to mutliply a comp variable with an comp-3
variable. Will there be any error if i do it?
Answer Posted / raja
It should give S0C7. Data Exception.
Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Write down the divisions of cobol program?
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 do you reference the fixed block file formats from cobol programs
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?
what is search and searchall?what is the diffrence between them?give an best example?
What is a report item?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How do you reference the following file formats from cobol programs?
Difference between cobol and cobol-ii?
What are the different types of condition in cobol and write their forms.
In which area will you utilize 88 level items in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What are different data types in cobol?
Explain the configuration section of a cobol program with examples of syntax.