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

i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".

3 Answers  


consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

5 Answers   TCS,


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

0 Answers  


How you can read the file from bottom?

0 Answers  






What is the difference between NEXT SENTENCE and CONTINUE?

2 Answers   Mphasis,


What is the maximum data length for Numeric DataType ?

3 Answers   Cap Gemini,


How many maximum number of procedures can we write in one COBOL program?

6 Answers  


TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


How to read the last 100 records from a COBOL file. The file contains N number of records.

11 Answers   IBM,


I have a occurs for 100 times but it has executed 101 time what could be the reason?

4 Answers  


Have you used comp and comp-3 in your project? And how?

0 Answers   IBM,


Categories