for an INITIALIZE and what keyword allows for an override
of the default.

Answers were Sorted based on User's Feedback



for an INITIALIZE and what keyword allows for an override of the default...

Answer / andy

Replacing is work for INITIALIZE to do override

Is This Answer Correct ?    6 Yes 0 No

for an INITIALIZE and what keyword allows for an override of the default...

Answer / shinoy sansilavose

I think it is REDEFINE clause ........ not sure

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More COBOL Interview Questions

I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

1 Answers  


If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.

1 Answers  


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

0 Answers   Infosys,


What is SET TO TRUE all about, anyway?

5 Answers  


How do you define a variable of comp-1 and comp-2?

0 Answers  






Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?

3 Answers   IBM, UST,


Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?

1 Answers  


Should I use STOP RUN in the sub program??why?

6 Answers   Xansa,


which one is the best of com and com-3.using of real time ?

7 Answers   Cap Gemini,


if we have a 10 steps how to override the 4th step in jcl?

2 Answers   Hewitt,


if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?

3 Answers  


can we display comp-3 variables. if we want to display what we have to do . give me one example

6 Answers   CGI, Deloitte,


Categories