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 / rx
Agree Jaganmohanreddy's answer!
B answer is 57,397
I missed the ','
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how to move the records from file to array table. give with code example
What is the usage of comp fields in cobol?
What are declaratives and what are their uses in cobol?
What are various search techniques in cobol? Explain.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
i need a small 3d program using inline and outline.
What are literals?
What is the difference between PIC 9.99 and 9v99 in COBOL?
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?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.