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 to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
what is the use of outrecord?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between perform … with test after and perform … with test before?
What do you understand by psb and acb?
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
IF I mention stop run in CICS what happens?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is a SSRANGE and NOSSRANGE?
) what is the difference between AID and HANDLE AID?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
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 ?
What is the problem of ordered sequential files access?
Write some characteristics of cobol as means of business language.