Can we use redefine clause in occurs clause?

Answer Posted / manthan

yes........we can redefine occurs clause but not having
depending clause

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between goback, stop run and exit program in cobol?

914


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8602


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 ......

10542


IF I mention stop run in CICS what happens?

1886


How to print 10 to 1 if the input have only 10 digit number?

802






What is rmode(24)

673


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

724


What kind of error is trapped by on size error option?

731


How to remove 2 duplicate records and copy only one using job control language?

729


How do define dynamic array in cobol.

661


What is a scope terminator give example?

650


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?

2091


Which division and paragraphs are mandatory for a COBOL program?

703


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

701


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2716