In EBCDIC, how would the number 1234 be stored?
Answers were Sorted based on User's Feedback
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 |
What is the significance of 'above the line' and 'below the line'?
how many maximum no of variables can be declared in linkage section ?
which is better either static call or dynamic call? and why?
What are the steps you go through while creating a COBOL program executable?
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
What is the meaning of 'Eject' verb in cobol?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
what is subscript in cobol?give realtime example?