Hi All,
how is sign is stored in S9(17) comp-3 variable.
Answer with an Example will be of great help.
Answer Posted / blessy
it is stored as hex value in the last nibble(4 bits) of the
storage. for eg: if the number is +100, it stores hex 0C in
the last byte. as 2D if the number is -102 .
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How do u write test cases?
Why did you choose to work with ibm mainframe cobol programming?
When is inspect verb is used in cobol?
How many sections are there in data division in COBOL?
what is difference between cobol and cobol/400
What are the various section in data division and briefly explain them.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Which Search verb is equivalent to PERFORM…VARYING?
What is the utilization of copybook in cobol?
What is the difference between goback, stop run and exit program in cobol?
What are the different data types in cobol?