Answer Posted / phani
if n is even, then n/2 + 1 bytes
if n is odd, then int(n+1/2) bytes
every time rightmost 1/2 byte is used to store sign value.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the local-storage section?
Write the code implementing the perform … varying.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
) how do u code after getting data?
What is the difference between external and global variables in COBOL?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between Global and External Variables?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are literals?
What is the usage of comp fields in cobol?
What are the different rules of SORT operation?