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
How do u write test cases?
What kind of error is trapped by on size error option?
What is the difference between binary search and sequential search?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Which is not true about evaluate statement
What is the local-storage section?
Whats the difference between search & search ALL?
What is a scope terminator give example?
What are the different rules for performing sort operation?
What is the difference between Global and External Variables?
What are declaratives and what are their uses in cobol?
What are the pertinent COBOL
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between comp and comp-3?
What are various search techniques in cobol? Explain.