Answer Posted / rakesh
Limit of Linkage section is 16mb.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the cobol coding sheets?
What is the difference between Call and a Link?
Name the sections present in data division.
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.
Why did you choose to work with ibm mainframe cobol programming?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How do you differentiate between cobol and cobol-ii?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how to refer the data field?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is static and dynamic call in cobol?
What do you understand by psb and acb?
how to access the file from prodution from changeman tool and to submit a file to production
How you can characterize tables in cobol?