Answer Posted / dev
the most significant bit is used as a sign bit if it is set
then the field is negetive if not than positive
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Explain how to differentiate call by context by comparing it to other calls?
What are the different open modes available in cobol?
Can a Search can be done on a table with or without Index?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is link edit in cobol?
Write the code to count the sum of n natural numbers.
Are you comfortable in cobol or jcl?
Define static linking and dynamic linking.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is the use of outrecord?
what happens if parmparameter passes zero bytes to the program
A table has two indexes defined. Which one will be used by the SEARCH?