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 |
i need a small 3d program using inline and outline.
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
how can we get current dat and time thru cobol pgm
how can i see junk values in dclgen or in hostvariable of comp ?
wht is structured cobol pgm and non structred cobol pgm ?
What is the difference between external and global variables in COBOL?
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
How To move a value to an array using move verb?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
what is the default print format? in cobol