what is the advantage of using redefines instead of
delaring the variables ?
Answer Posted / deepak kumar
redefines saves the memory by referring the same memory location by other data items.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are different data types in cobol?
what is the use of outrecord?
Explain how to differentiate call by context by comparing it to other calls?
Write a program to enter and display the names of students in a class using the occurs clause.
Difference between cobol and cobol-ii?
Explain how you can characterize tables in cobol?
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?
What is the difference between next sentence and continue in cobol programing language?
What is cobol?
Can we change the password using ALTER? anyone tried and changed?
how do you reference the fixed unblock 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
I have a File that has duplicate records. I need only those records that occur more than thrice.?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Why would you use find and get rather than to obtain?