if one main program ,n -subprograms are then which call you
follow ?why reasonuhg
Answer Posted / harsha
intially we follow main program then all depends on the
control or flow of the main program itself for eg;
In main prog intially we call a subprog1 and after the
execution of subprog1 is over then control is back to the
main prog or to be simple the program which called...to bo
simple wherever the control gets it's start it's(control)
is finally returned to that point in the program
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the different data types in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
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?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
) what is the difference between AID and HANDLE AID?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Write the code to count the sum of n natural numbers.
How do you get the data to code the BMS macro?
How do get the result of your program directly on your pc?
) How do u handle errors in BMS macro?
How many sections are there in data division in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks