In EBCDIC, how would the number 1234 be stored?

Answers were Sorted based on User's Feedback



In EBCDIC, how would the number 1234 be stored?..

Answer / rakesh

F1 F2 F3 F4

Is This Answer Correct ?    12 Yes 0 No

In EBCDIC, how would the number 1234 be stored?..

Answer / veni

It will occupy only 2 bytes.Each byte will occupy 1/2 byte.
12 34

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More COBOL Interview Questions

I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest

2 Answers   IBM,


is it possible to rename 01 level?

4 Answers  


Which is not true about evaluate statement

0 Answers  


COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,


How do we get current date from system with century in COBOL?

0 Answers   Winsol Solutions,






What is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


What is SSRANGE, NOSSRANGE ?

5 Answers  


In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?

3 Answers  


why 02 level number can't be use as a separate level number like 01 or 77 ?

3 Answers  


What does the IS NUMERIC clause establish ?

2 Answers  


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

0 Answers   Accenture,


I want ALL ERROR codes in VSAM

3 Answers   American Express, TCS,


Categories