Answer Posted / raghu
what about B, anand,can v pass value to B
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Discuss about changing dataset name in proc.
What is rmode(any) ?
In COBOL programming, what is PERFORM? What is VARYING?
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 report-item in COBOL?
how do you reference the variable unblock file formats from cobol programs
Mention the guidelines to write a structured cobol program?
How do you differentiate between cobol and cobol-ii?
how to refer the data field?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What guidelines should be followed to write a structured cobol prgm?
How do you get the data to code the BMS macro?
What are the different rules of SORT operation?