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


Please Help Members By Posting Answers For Below Questions

What is the difference between goback, stop run and exit program in cobol?

947


How you can characterize tables in cobol?

735


What is length is cobol?

662


Can we redefine the field of x(200) to less than 200?

846


what happens if parmparameter passes zero bytes to the program

1678






What is the difference between binary search and sequential search?

655


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1889


How are the next sentence and continue different from each other?

782


What are the cobol coding sheets?

681


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

743


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.

2026


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

718


Mention the guidelines to write a structured cobol program?

632


What is the difference between comp and comp-3?

710


What is the Purpose of Pointer in the string?

653