What is the Linkage section? What is the Use and Why the
parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9
(4) COMP." any reason?.Please let me know any one...

Cheers,Prasad

Answer Posted / rahul dev

Q) May be the question is why code lenght in COMP only not
in COMP-3 or DISPLAY type!! If somebody know plz asnwer

A) The length of linkage is stored as Binary, hence COMP.
We cannot use COMP-3 because COMP-3 stores in Packed
decimal & not in Binary.

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the esds vsam file formats from cobol programs

623


How many sections are there in data division in COBOL?

668


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5353


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

806


How do get the result of your program directly on your pc?

1870






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?

6781


What are the pertinent COBOL commands?

2616


Why would you use find and get rather than to obtain?

671


Can we redefine the field of x(200) to less than 200?

805


What is the difference between a binary search and a sequential search what are the pertinent cobol?

723


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1794


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2712


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

702


Write a program that uses move corresponding.

664


How you can characterize tables in cobol?

706