What are the different data types available in COBOL?
Answer Posted / ash
X
A
9
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
What is the difference between goback, stop run and exit program in cobol?
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 the Purpose of POINTER Phrase in STRING command in COBOL?
What is perform what is varying?
Write the code implementing the perform … varying.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to remove 2 duplicate records and copy only one using job control language?
Name some of the examples of COBOl 11?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how do you reference the variable block file formats from cobol programs
What rules are to be followed while using the corresponding options?
how to access the file from prodution from changeman tool and to submit a file to production