1.Can we define condition-name conditions in FD entry.
Answer Posted / kavya
We can define condition-name conditions in Fd entry.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
how to convert the recors form vsam file to db2 table tru file aid
How do define dynamic array in cobol.
Explain how you can characterize tables in cobol?
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.
Explain what you understand by passing by value.
what happens if parmparameter passes zero bytes to the program
What is redefines clause in COBOL?
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 ......
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Which Search verb is equivalent to PERFORM…VARYING?
how to refer the data field?
how do you reference the rrds file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
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?