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 do u handle errors in BMS macro?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how to access the file from prodution from changeman tool and to submit a file to production
Why did you choose to work with ibm mainframe cobol programming?
How do u write test cases?
how do you reference the printer file formats from cobol programs
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What type of SDLC u followed? Why?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What rules are to be followed while using the corresponding options?