Answer Posted / suresh
linkage-section is used to define the storage that is to be
passed between the programs.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Can we redefine the field of x(200) to less than 200?
What are the pertinent COBOL commands?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How you can characterize tables in cobol?
What is a SSRANGE and NOSSRANGE?
How can you get the ksds file records into your cobol program?
Name the sections present in data division.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
explain sorting techniques in cobol program?
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 cobol coding sheets?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?