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 / jaganmohanreddy
for B answer is 57,397 just check it once
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.
What is link edit in cobol?
How are the next sentence and continue different from each other?
What are the pertinent COBOL commands?
What are the access modes of START statement?
What is the difference between Call and a Link?
how do you reference the esds vsam file formats from cobol programs
Explain how to differentiate call by context by comparing it to other calls?
Can we change the password using ALTER? anyone tried and changed?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the problem of ordered sequential files access?
Write the code to count the sum of n natural numbers.
What is the difference between structured cobol programming and object alternativelyiented cobol?