01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Answer Posted / kiran
456
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Describe the cobol database components?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to print 10 to 1 if the input have only 10 digit number?
In COBOL, what is the different between index and subscript?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Whats the difference between search & search ALL?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How you can characterize tables in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What type of SDLC u followed? Why?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?