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

We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)

1 Answers   Cap Gemini,


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

0 Answers   HeadStrong,


How to remove 2 duplicate records and copy only one using job control language?

0 Answers  


how to display the dataset information?

2 Answers  


In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)

3 Answers   Keane India Ltd,






Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?

1 Answers  


diffrence between z(2) and z9(2)

4 Answers   Cap Gemini,


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 are the different ways to run a COBOL DB2 program using JCL?

2 Answers  


can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


What is normalisation?

2 Answers   IBM,


Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.

2 Answers  


Categories