1)what is use of linkage section?
2)what is difference between comp and comp-3
Answer Posted / samay simant
answer 1) Linkage section is used to accept data from outside the program.either its parm part of Jcl or Call from any other programs,they pass data into called program thru linkage section only.
2)Comp is binary.its the type how system stores ur data.
pic s9(1)-->pics9(4) --occupies 2bytes
pic s9(5)---pic s9(8) ----4 bytes
pic s9(9)---pics9(18)-----8 bytes
comp-3 is for packed decimal data where each character occupies half byte and sign is stored in last nibble.
If wrong,plz correct me anyone
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is amode(24)?
What is the difference between comp and comp-3 usage?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Difference between array and sub-script ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How do you reference the following file formats from cobol programs?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the use of intialize verb?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are the access modes of START statement?
how do you reference the esds vsam file formats from cobol programs