can we use full outer join with cursors declared in cobol
program?

Answer Posted / senthil kumar

we can use

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between static and dynamic call in cobol?

772


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2104


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10578


how do you reference the esds vsam file formats from cobol programs

627


what is the difference between COBOL2 AND COBOL390?

2449






What is the difference between binary search and sequential search?

638


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

624


A table has two indexes defined. Which one will be used by the SEARCH?

753


What do you understand by psb and acb?

661


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3713


How do you reference the following file formats from cobol programs?

693


how do you reference the printer file formats from cobol programs

654


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

8156


Which division and paragraphs are mandatory for a COBOL program?

707


What is the LINKAGE SECTION used in COBOL?

885