Answer Posted / dhara
Area B: We mention only Executable statements of Cobol
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
IF I mention stop run in CICS what happens?
How to know whether the module is dynamical or statistical?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Name the divisions, which are available in a cobol program?
What are the different data types in cobol?
What is the difference between Call and a Link?
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 to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is length is cobol?
Why did you choose to work with ibm mainframe cobol programming?
How do u write test cases?
Give some examples of command terminators?