how you will define variables length in cobol.
Answer Posted / sree
The variable length in cobol can be defined as s9(4) usage
comp.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
What is difference between static and dynamic call in cobol?
Write some characteristics of cobol as means of business language.
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 PIC 9.99 and 9v99 in COBOL?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What rules are followed by the search verb.
What rules are to be followed while using the corresponding options?
How many bytes S(8) comp field occupy and its maximum value?
Write a program to explain size error.
For rewrite, why is it mandatory that file needs to be opened?
How do you define a variable of comp-1 and comp-2?
How to know whether the module is dynamical or statistical?
Why occurs cannot be used in 01 level in COBOL?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.