can we use full outer join with cursors declared in cobol
program?
Answer Posted / raghu
no we cant use joins in cursors
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Write some characteristics of cobol as means of business language.
Explain the configuration section of a cobol program with examples of syntax.
explain sorting techniques in cobol program?
Which mode is used to operate the sequential file?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the variable unblock file formats from cobol programs
What are all the divisions of a COBOL program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is a SSRANGE and NOSSRANGE?
) how do u code after getting data?
i need a small 3d program using inline and outline.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc