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 is search and searchall?what is the diffrence between them?give an best example?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what is difference between cobol and cobol/400
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you define single dimensional array and multidimensional array in your cobol?
What kind of error is trapped by on size error option?
How to know whether the module is dynamical or statistical?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How can you get the ksds file records into your cobol program?
Write a program that uses move corresponding.
Can a Search can be done on a table with or without Index?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Differentiate between structured cobol programming and object-oriented cobol programming.