01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Post New Answer View All Answers
What are the pertinent COBOL commands?
how do you reference the fixed unblock file formats from cobol programs
Name the sections present in data division.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Can we redefine the field of x(200) to less than 200?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is amode(31)
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Explain about different table spaces.
Which is not true about evaluate statement
Why would you use find and get rather than to obtain?
What is the difference between comp and comp-3 usage?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
IF I mention stop run in CICS what happens?