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 / vinay sonar
a)***,178
b)$7,379
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
How many bytes S(8) comp field occupy and its maximum value?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between next sentence and continue in cobol programing language?
How arrays can be defined in COBOL?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Can we redefine the field of x(200) to less than 200?
How do we get current date from system with century in COBOL?
What is a scope terminator give example?
Write some characteristics of cobol as means of business language.
Name some of the examples of COBOl 11?
Explain about different table spaces.
What are all the divisions of a COBOL program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
i want a program using by if, evaluate , string, unstring, perform, occurs?