01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Answer Posted / nilesh
456 would be the value in b.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
what is difference between cobol and cobol/400
What are 77 levels used for?
how to move the records from file to array table. give with code example
What are all the divisions of a COBOL program?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write a program that uses move corresponding.
What are declaratives and what are their uses in cobol?
What is the Purpose of Pointer in the string?
Explain how to differentiate call by context by comparing it to other calls?
IF I mention stop run in CICS what happens?
How you can characterize tables in cobol?
Describe the cobol database components?
Whats the difference between search & search ALL?