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
What do you understand by psb and acb?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the rules of the move verb?
what is the use of outrecord?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Write some characteristics of cobol as means of business language.
In COBOL, what is the different between index and subscript?
What is amode(31)
how to access the file from prodution from changeman tool and to submit a file to production
For rewrite, why is it mandatory that file needs to be opened?
What are 77 levels used for?