What are some examples of command terminators?



What are some examples of command terminators?..

Answer / guest

Hi,

Commands terminator means a particular command will be
terminated after the control is executed the line like and-
if, end-perform, end-evalute.

and some command terminator will be there. Please make a
search in google.

hope this will be enough for you if not then let us
know.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More COBOL Interview Questions

how to know that the file has 300 records how to acess it?

0 Answers   Hewitt, TCS,


where do u use low-value and high value in cobol

3 Answers   CGI,


if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.

1 Answers   IBM,


What is the difference between Global and External Variables?

0 Answers  


I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?

1 Answers  






Why occurs can not be used in 01 level ?

2 Answers   TCS,


The maximum number of dimensions that an array can have in COBOL-85 is ?

11 Answers  


What is the utilization of copybook in cobol?

0 Answers  


When and how can we use index & subscript ?

2 Answers  


Can we use goto statement in inline_perform ?

5 Answers   IBM,


I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 Answers  


have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..

5 Answers   TCS,


Categories