What is tne need to use sub programs in Cobol?
Answer Posted / naresh
reusability...........and subprogram can be used number of
times and call subprogram using 'call'
statement............inthis both supprogram and mainprogram
have same structure.........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is report-item in COBOL?
What is amode(31)
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
what is difference between cobol and cobol/400
how to convert the recors form vsam file to db2 table tru file aid
What is length is cobol?
How do get the result of your program directly on your pc?
Can a Search can be done on a table with or without Index?
How do u write test cases?
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 is cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example