Hi All,
Can anyone tell me how we can MOVE value of a X(19)
variable to a S9(17) COMP-3 variable?
Answer with an Example will be of great help.
Answer Posted / ram.g
you can try with redefine....
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a report item?
how do you reference the variable block file formats from cobol programs
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
Are you comfortable in cobol or jcl?
what are decleratives in cobol?
What is the difference between comp and comp-3 usage?
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?
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
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the Purpose of Pointer in the string?
) what is the difference between AID and HANDLE AID?
Give some examples of command terminators?
How do you get the data to code the BMS macro?
What is the difference between perform … with test after and perform … with test before?
Write a program that uses move corresponding.