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
Explain how to differentiate call by context by comparing it to other calls?
how do you reference the ksds vsam file formats from cobol programs
What are the various section in data division and briefly explain them.
i need a small 3d program using inline and outline.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What are the different types of condition in cobol and write their forms.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how to move the records from file to array table. give with code example
How to remove 2 duplicate records and copy only one using job control language?
What are all the divisions of a COBOL program?
What the difference is between continue and next sentence?
What is the Purpose of Pointer in the string?
Which Search verb is equivalent to PERFORM…VARYING?
IF I mention stop run in CICS what happens?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?