What are declaratives and what are their uses in cobol?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

11 Answers   FirstApex, NIIT,


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

2 Answers   L&T,


Explain Restart Logic in Cobol?

1 Answers   L&T, Syntel,


What was removed from COBOL in the COBOL II implementation?

0 Answers  


What are the rules of the move verb?

0 Answers  






how you will define variables length in cobol.

3 Answers   Temenos,


can anyone explain me the concept of COMP-4 PLEASE??

2 Answers  


i Want All cobol ERROR codes?

4 Answers   HCL, IBM,


after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)

7 Answers   Allianz, Wipro,


What is Control Break processing ?

1 Answers   iGate,


can we read records in a file from botom to top. if possible how can we read

12 Answers   ACS,


1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?

11 Answers   Wipro,


Categories