How to Write the RESTART Logic Using COBOL?
Answer Posted / sandeep
Using SPICE restart logic.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
A table has two indexes defined. Which one will be used by the SEARCH?
what is search and searchall?what is the diffrence between them?give an best example?
IF I mention stop run in CICS what happens?
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?
explain sorting techniques in cobol program?
Can we redefine the field of x(200) to less than 200?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Mention the guidelines to write a structured cobol program?
Name the divisions, which are available in a cobol program?
What are the pertinent COBOL commands?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are various search techniques in cobol? Explain.