What is tne need to use sub programs in Cobol?
Answer Posted / chowdary
reusabulity of code and coding time will be reduced
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the pertinent COBOL commands?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the various section in data division and briefly explain them.
What is the difference between comp and comp-3?
What is the difference between comp and comp-3 usage?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
what is difference between cobol and cobol/400
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is comp-1 and comp-2?
What the difference is between continue and next sentence?