01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Answer Posted / shweta
456 would be in B
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the Purpose of Pointer in the string?
) what is the difference between AID and HANDLE AID?
What is perform what is varying?
Explain the configuration section of a cobol program with examples of syntax.
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
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between comp and comp-3 usage?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the esds vsam file formats from cobol programs