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 |
IF I mention stop run in CICS what happens?
what is meant by binary search?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
what is filler and what is use of filler
How you can read the file from bottom?
1.What is the default print format in cobol?
Name some of the examples of COBOl 11?
What is the difference between subscript and index?
give the examples of strings in cobol
what is the use of comp2 ? where can we use it with example ?
Hai friends why we need to read a file before re-write a record?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.