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
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
i need a small 3d program using inline and outline.
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?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
When is inspect verb is used in cobol?
Write a cobol program making use of the redefine clause.
What is the difference between comp and comp-3?
What is the utilization of copybook in cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the difference between next sentence and continue in cobol programing language?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
HOw can I get the negative sign while deduct high value from low value
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.