What are different file OPEN modes available in COBOL?
Answer Posted / arti
input,output,i-o,extend.
Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do define dynamic array in cobol.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Give some examples of command terminators?
i need a small 3d program using inline and outline.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
explain sorting techniques in cobol program?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How do you reference the fixed block file formats from cobol programs
how do you reference the variable block file formats from cobol programs
How many bytes S(8) comp field occupy and its maximum value?
what are decleratives in cobol?
What is the difference between comp and comp-3?
Which division and paragraphs are mandatory for a COBOL program?