Answer Posted / jswan
The Pic 9.99 has a definite decimal point and contains 4 bytes, while the Pic 9v99 has a implied or assumed decimal point and contains 3 bytes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between next sentence and continue in cobol programing language?
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 ?
What is length is cobol?
how to convert the recors form vsam file to db2 table tru file aid
How do define dynamic array in cobol.
What is amode(31)
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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
Difference between cobol and cobol-ii?
How many sections are there in data division in COBOL?
What is rmode(24)
What is report-item in COBOL?
What is a report item?
Give some examples of command terminators?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc