01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Answer Posted / pradip
ravi is right
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
Define static linking and dynamic linking.
What are the different types of condition in cobol and write their forms.
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.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what are decleratives 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?
What is amode(31)
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between goback, stop run and exit program in cobol?
What is the compute verb? How is it used?
What are various search techniques in cobol? Explain.
what is search and searchall?what is the diffrence between them?give an best example?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between structured cobol programming and object alternativelyiented cobol programming?