what will be the output when
a)pic 9(6)value 000178 is moved to pic ***,***.
b)pic 9(5) value 57397 is moved to pic $$,$$9.
Answer Posted / asa
A. ****178
B. BBB$7
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
In which area will you utilize 88 level items in cobol?
explain sorting techniques in cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is redefines clause in COBOL?
What are the pertinent COBOL
Write the code to count the sum of n natural numbers.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are various search techniques in cobol? Explain.
What is cobol?
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
Describe the cobol database components?
What is the difference between comp and comp-3?