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

Answer Posted / vaduguru

XCTL call in CICS program

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 the utilization of copybook in cobol? Could we utilize a similar copybook?

720


what are decleratives in cobol?

1831


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2661


How many bytes S(8) comp field occupy and its maximum value?

1634


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17054






What is the LINKAGE SECTION used in COBOL?

894


What is the use of intialize verb?

751


What type of SDLC u followed? Why?

1522


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

650


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8167


What are various search techniques in cobol? Explain.

650


How you can read the file from bottom?

660


How are the next sentence and continue different from each other?

766


What is perform what is varying?

711


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.

1119