What type of Call you would use if you don;t want the
control back to the calling program?

Answer Posted / menaka

USING 'CHAIN' KEYWORD IN COBOL.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is search and searchall?what is the diffrence between them?give an best example?

6296


) what is the difference between AID and HANDLE AID?

1924


Which Search verb is equivalent to PERFORM…VARYING?

887


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?

1451


What is the difference between PIC 9.99 and PIC9v99?

1075


Explain what you understand by passing by value.

947


) how do u code after getting data?

1859


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1264


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 ?

2119


What is the difference between structured cobol programming and object alternativelyiented cobol?

1038


What is rmode(any) ?

942


how do you define single dimensional array and multidimensional array in your cobol?

903


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

906


What is the problem of ordered sequential files access?

957


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

1001