Hi All,
how is sign is stored in S9(17) comp-3 variable.
Answer with an Example will be of great help.
Answer Posted / srinivas adilapuram
The sign is stored seperately as rightmost half-a-byte
regardless of whether 'S' is specified in the PIC clause or not.
Thanks
Srinivas
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is Pic 9v99 Indicates in COBOL?
what is the difference between COBOL2 AND COBOL390?
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.
What is the difference between next sentence and continue in cobol programing language?
) how do u code after getting data?
What is comp-1 and comp-2?
How many bytes S(8) comp field occupy and its maximum value?
what is the use of outrecord?
What are the pertinent COBOL commands?
Name some of the examples of COBOl 11?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the local-storage section?
What is the difference between PIC 9.99 and PIC9v99?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?