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 |
subscript and index r not coded in u r application program what will happen?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
what happens if we wont give timestamp in precompilation process ?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
What divisions, sections and paragraphs are mandatory for a COBOL program?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
what is difference between the sysabend and userabend?
how you read control card into array?
What is difference between COBOL and VS COBOL II?.
diffrence between renames and redifnes with examples
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.