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 / ramesh

could any one give better explaination.
for ex: parm='12345' in jcl
how to declare linkage section variable.
in linkage section.
01 parm
05 ls-var pic 9(05).
(or)
01 parm
05 ls-len pic s9(04) comp.
05 ls-var pic 9(05).
please explain why we hav to declare ls-len.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is difference between cobol and cobol/400

21541


What is the use of intialize verb?

735


What rules are to be followed while using the corresponding options?

627


Can we change the password using ALTER? anyone tried and changed?

1533


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

670






How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2713


What is the difference between comp and comp-3?

688


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8122


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

701


how do you reference the variable unblock file formats from cobol programs

732


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10529


How do you reference the fixed block file formats from cobol programs

690


State the various causes of s0c1, s0c5 and s0c7.

652


How many sections are there in data division in COBOL?

668


How do you define a variable of comp-1 and comp-2?

687