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
How do you define a variable of comp-1 and comp-2?
How you can characterize tables in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what happens if parmparameter passes zero bytes to the program
Explain the configuration section of a cobol program with examples of syntax.
How many bytes S(8) comp field occupy and its maximum value?
Mention the guidelines to write a structured cobol program?
Explain how you can characterize tables 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.
For rewrite, why is it mandatory that file needs to be opened?
What the difference is between continue and next sentence?
how do you reference the variable block file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between next sentence and continue in cobol programing language?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.