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 / kavya
Linkage section is one of the section of Data
division.Linkage section is used to access external data.
With respect to length above ans is right...
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What are 77 levels used for?
How you can characterize tables in cobol?
what is the use of outrecord?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Why occurs cannot be used in 01 level in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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.
explain sorting techniques in cobol program?
State the various causes of s0c1, s0c5 and s0c7.
Which Search verb is equivalent to PERFORM…VARYING?
how do you reference the esds vsam file formats from cobol programs
What are the rules of the move verb?
What rules are followed by the search verb.
What are different data types in cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?