Answer Posted / jagan
PRESENT COBOL VERSION IS VS-COBOL-2
VISULAIZE SOURSE COBOL-2.
THIS COBOL IS MAINLY DEVELOPED FOR LARGE SIZE OF APP'S
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
What are the cobol coding sheets?
what is difference between cobol and cobol/400
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?
How you can characterize tables in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the pertinent COBOL
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how do you reference the esds vsam file formats from cobol programs
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...)
What are the various section in data division and briefly explain them.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?