how many bytes does a s9(12)COMP-4 field occupy??
a.2
b.4
c.8
d.1
ans with reason please
Answer Posted / sharpmainframe
IT WILL BE 6 BECAUSE COMOP-4 OCCUPIED HALFBYTE.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Explain what you understand by passing by value.
How can you get the ksds file records into your cobol program?
What is the difference between PIC 9.99 and PIC9v99?
Can we change the password using ALTER? anyone tried and changed?
What is a scope terminator give example?
What is rmode(any) ?
What is a SSRANGE and NOSSRANGE?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is Pic 9v99 Indicates in COBOL?
Why would you use find and get rather than to obtain?
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 is the difference between external and global variables in COBOL?
What is the difference between comp and comp-3?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this