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 / i go crazy
S9(4) COMP uses 2 bytes. where as S9(4) COMP-3 uses 3 bytes. As COMP needs less storage at word boundaries, we use COMP.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is difference between static and dynamic call in cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the various section in data division and briefly explain them.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Difference between cobol and cobol-ii?
Discuss about changing dataset name in proc.
A table has two indexes defined. Which one will be used by the SEARCH?
Have you used comp and comp-3 in your project? And how?
What is amode(24)?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the difference between goback, stop run and exit program in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Whats the difference between search & search ALL?
What is amode(31)
What is inspect in cobol ?