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
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between next sentence and continue in cobol programing language?
Write a cobol program making use of the redefine clause.
Describe the cobol database components?
How do get the result of your program directly on your pc?
how do you reference the rrds file formats from cobol programs
how do you reference the ksds vsam file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol?
When is inspect verb is used in cobol?
Whats the difference between search & search ALL?
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
How arrays can be defined in COBOL?
What are the different rules of SORT operation?
What are various search techniques in cobol? Explain.