Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
Which is not true about evaluate statement
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
What is the default value of DISP for temp datasets
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
How to read the last 100 records from a COBOL file. The file contains N number of records.
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
Hai friends why we need to read a file before re-write a record?
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?
Mention the guidelines to write a structured cobol program?
Write some characteristics of cobol as means of business language.