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 difference between comp and comp-3?
What is Pic 9v99 Indicates in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Why would you use find and get rather than to obtain?
What is the compute verb? How is it used?
Write the code implementing the perform … varying.
How are the next sentence and continue different from each other?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
explain sorting techniques in cobol program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between external and global variables in COBOL?
what is difference between cobol and cobol/400
What is the difference between goback, stop run and exit program in cobol?