which is better comp or comp-3 in terms of memory
utilization?
Answer Posted / i go crazy
COMP uses less memory compared to COMP-3 at word boundaries.
Ex: s9(04) COMP - 2 bytes.
s9(04) COMP-3 - 3 bytes.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
what are decleratives in cobol?
What is inspect in cobol ?
Define cobol?
What type of SDLC u followed? Why?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how do you reference the esds vsam file formats from cobol programs
What is the difference between goback, stop run and exit program in cobol?
) How do u handle errors in BMS macro
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 a binary search and a sequential search what are the pertinent cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
what is the use of outrecord?
Are you comfortable in cobol or jcl?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.