Answer Posted / sanjudharan
no
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
How do you reference the following file formats from cobol programs?
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
What is redefines clause in COBOL?
What are the different open modes available in cobol?
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...)
Difference between cobol and cobol-ii?
how do you reference the rrds file formats from cobol programs
Name the divisions, which are available in a cobol program?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how do you reference the variable unblock file formats from cobol programs
How do get the result of your program directly on your pc?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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
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?