Hi,
My interviewer ask A calls B and C calls B, a and b are
static c and b are dynamic.what happens if they compile and
execute at same time.
Answers were Sorted based on User's Feedback
Answer / venu
in static call we cannot comile the main program without
compiling the subprg(B), you can get the error that is
object not found.
in dynamic call we can compile the main program without
compilation of subprg(B), but while executing the prg then
u can get the abend i.e, load not found that means s806.
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / vssd
Declaring B as RENT (Re ENTranat) would be of use.
This takes care of allocation of memory for variable usage
of Program B - thus allowing copies of B to be executed
parallely.
Hope this helps, please correct me if wrong.
| Is This Answer Correct ? | 4 Yes | 1 No |
what is index and how to use two tables using index?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
what is internal sort and external sort ? which is preferable ?
What is rmode(24)
How to increase the logical record length of existing PS file?
can we use variable picture clause as xx.99 in cobol.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
How we copy a program from production region to development region.What is the process & syntax ?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?