We have 3 programms A,B,C.In the middle of the program A
the controls goes to program B and in the middle of the
program B control wants to go program C,after completion of
program C again control comes to program B and again after
completion of program B control comes to program A.How the
process will takes and what are the controls we use for
that process.If it is possible anybody of you explain with
example?
Answer Posted / asmara
LINK and XCTL are helpful for the control flow
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Are you comfortable in cobol or jcl?
) how do u code after getting data?
What is the difference between perform … with test after and perform … with test before?
how to access the file from prodution from changeman tool and to submit a file to production
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 Purpose of Pointer in the string?
how do you reference the printer file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is report-item in COBOL?
How do we get current date from system with century in COBOL?
What is the difference between external and global variables in COBOL?
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