Answer Posted / prabu
Totally five divisions in COBOL.I got four only from you friends.I need the fifth one friends.Can You help me?
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
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 difference between next sentence and continue in cobol programing language?
What is amode(31)
What is the use of intialize verb?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
For rewrite, why is it mandatory that file needs to be opened?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How do you reference the following file formats from cobol programs?
how do you reference the fixed unblock file formats from cobol programs
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the cobol coding sheets?
How do you differentiate between cobol and cobol-ii?
In COBOL programming, what is PERFORM? What is VARYING?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?