What are the two cobol verbs that are used in data division? (one is COPY..what is the other)

No comments

Showing Answers 1 - 30 of 30 Answers

MADHU

  • Oct 28th, 2005
 

VALUE

  Was this answer useful?  Yes

kailasnath janaki

  • Nov 2nd, 2005
 

INCLUDE

  Was this answer useful?  Yes

v.gopalakrishna

  • Nov 8th, 2005
 

move

  Was this answer useful?  Yes

Alien

  • Nov 10th, 2005
 

Call

  Was this answer useful?  Yes

sudheer

  • Nov 13th, 2005
 

the two cobol verbs are move&add.

  Was this answer useful?  Yes

Daya Singh

  • Nov 13th, 2005
 

Include

  Was this answer useful?  Yes

raj

  • Nov 21st, 2005
 

CALL is the statement used in the Data division.

  Was this answer useful?  Yes

kalaivani

  • Dec 20th, 2005
 

1)COPY

2)INCLUDE

  Was this answer useful?  Yes

Praveen

  • Mar 17th, 2006
 

Eject

  Was this answer useful?  Yes

javid

  • Mar 19th, 2006
 

we can use copy ,include and value in data division.

  Was this answer useful?  Yes

kapil vharande

  • May 30th, 2006
 

Move

  Was this answer useful?  Yes

kavitha

  • Sep 25th, 2006
 

Its EXTERNAL

  Was this answer useful?  Yes

javiad

  • May 12th, 2007
 


Hello Sudheer Can you please show with example where we can utilise the MOVE and ADD in Data Division.

  Was this answer useful?  Yes

sekhar

  • Jul 7th, 2007
 

1) If it is only COBOL Program We can use the verbs COPY, VALUE, JUSTIFIED RIGHT VERBS.
2) If it is a  COBOL + DB2 Program then we can also use INCLUDE

  Was this answer useful?  Yes

Shalika

  • Sep 30th, 2007
 

I think Two COBOL Verbs used in Data division are - COPY & INCLUDE.
Many people have answered CALL, REDEFINE, MOVE, ADD etc.
As per my understanding
CALL is used in PROC DIV
REDEFINE is not a verb; its a clause
MOVE, ADD are also used in PROC DIV instead of DATA DIV.
Pls correct me anyone if I am wrong.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions