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 / shailendra
Hi the first ans will work when you are working with cics
and second one will work when jcl + cobol.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is static and dynamic call in cobol?
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 an in line perform? When would you use it? Anything else you wish to say about it.
how do you reference the ksds vsam file formats from cobol programs
Name the sections present in data division.
what are decleratives in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
) what is the difference between AID and HANDLE AID?
How do you define a variable of comp-1 and comp-2?
what is search and searchall?what is the diffrence between them?give an best example?