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 the problem of ordered sequential files access?
What is static and dynamic call in cobol?
State the various causes of s0c1, s0c5 and s0c7.
How to print 10 to 1 if the input have only 10 digit number?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Which mode is used to operate the sequential file?
How do u write test cases?
Define cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between comp and comp-3 usage?
What is the utilization of copybook in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?