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
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Can we redefine the field of x(200) to less than 200?
What is the usage of comp fields in cobol?
Explain how to differentiate call by context by comparing it to other calls?
What are the different open modes available in cobol?
What is link edit in cobol?
How do you differentiate between cobol and cobol-ii?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Difference between cobol and cobol-ii?
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 rmode(any) ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between external and global variables in COBOL?
how do you reference the variable block file formats from cobol programs
What is the difference between perform … with test after and perform … with test before?