How to Write the RESTART Logic Using COBOL?
Answer Posted / nath.visu
I donot know
| Is This Answer Correct ? | 3 Yes | 21 No |
Post New Answer View All Answers
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 a binary search and a sequential search? What are the pertinent cobol commands?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Can we redefine the field of x(200) to less than 200?
what is the use of outrecord?
How do you reference the fixed block file formats from cobol programs
how do you reference the variable unblock file formats from cobol programs
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?
What is static and dynamic call in cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between comp and comp-3?