Answer Posted / sandy
Not possible. It will throw compilation error.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
IF I mention stop run in CICS what happens?
Difference between cobol and cobol-ii?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are various search techniques in cobol? Explain.
What rules are followed by the search verb.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is perform what is varying?
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?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Write a program to explain size error.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How do you define a variable of comp-1 and comp-2?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning