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 |
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
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?
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
how can you identify wheather the program is using search or search all in the cobol program?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
what will happen if i give program name and member name as different? program runs successful or w'll abend?
what happens if we wont give timestamp in precompilation process ?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
What are the differences between COBOL and COBOL II?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?
COMP-3 field occupy ?