01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / rajeumesh
Answer 2 is correct
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is a report item?
What are the cobol coding sheets?
What is the utilization of copybook in cobol?
what happens if parmparameter passes zero bytes to the program
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 is the Purpose of Pointer in the string?
Write the code implementing the perform … varying.
how to convert the recors form vsam file to db2 table tru file aid
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between Global and External Variables?
Which mode is used to operate the sequential file?
i need a small 3d program using inline and outline.