1.Can we define condition-name conditions in FD entry.
Answer Posted / guest
Kavya is correct . I have doen it many times .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
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
What is the difference between Global and External Variables?
What is the difference between comp and comp-3 usage?
Describe the cobol database components?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How you can characterize tables in cobol?
What kind of error is trapped by on size error option?
Difference between cobol and cobol-ii?
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?
how do you reference the variable block file formats from cobol programs
What type of SDLC u followed? Why?
Write a cobol program making use of the redefine clause.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?