how the control comes back from subprogram to mainprogram

Answer Posted / ramana

exit program

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the problem of ordered sequential files access?

704


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?

1234


Why occurs cannot be used in 01 level in COBOL?

721


) how do u code after getting data?

1582


Difference between array and sub-script ?

1169






What rules are to be followed while using the corresponding options?

641


What is the difference between Global and External Variables?

666


What is the difference between PIC 9.99 and 9v99 in COBOL?

737


What are different data types in cobol?

695


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1120


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661


What are all the divisions of a COBOL program?

667


Explain the configuration section of a cobol program with examples of syntax.

661


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

679


What is the difference between next sentence and continue in cobol programing language?

712