Without using move verb how to move one variable to another.
Answer Posted / sudha
01 A PIC 9.
01 B PIC 9.
Compute A = B.
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is comp-1 and comp-2?
What is cobol?
What is report-item in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
how can i see junk values in dclgen or in hostvariable of comp ?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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 pertinent COBOL
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between comp and comp-3 usage?