Answer Posted / nataraj
i think 2 nd generation vs cobol II
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Difference between cobol and cobol-ii?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Write a program that uses move corresponding.
Explain how you can characterize tables in cobol?
Give some examples of command terminators?
When is inspect verb is used in cobol?
What are the different data types in cobol?
) how do u code after getting data?
Write some characteristics of cobol as means of business language.
For rewrite, why is it mandatory that file needs to be opened?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do you differentiate between cobol and cobol-ii?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is amode(31)
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?