how to run sub programs using static and dynamic call ...
Answer Posted / guest
using call statement in the main program
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how do you reference the variable block file formats from cobol programs
How can you get the ksds file records into your cobol program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
State the various causes of s0c1, s0c5 and s0c7.
What is rmode(24)
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Can we redefine the field of x(200) to less than 200?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
In COBOL, what is the different between index and subscript?
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
How do we get current date from system with century in COBOL?
Discuss about changing dataset name in proc.
What is the utilization of copybook in cobol?
What is redefines clause in COBOL?
What kind of error is trapped by on size error option?