9(2).99 how many bytes take? Why . consider as a byte?
Answer Posted / paray2x
It does take 5 bytes. Here the "." is an explicit decimal
point. This format is generally used only for display and
not for computations.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How do u write test cases?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between Call and a Link?
Write a program to enter and display the names of students in a class using the occurs clause.
) what is the difference between AID and HANDLE AID?
Why would you use find and get rather than to obtain?
What is length is cobol?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between external and global variables in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?