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 |
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
What rules are to be followed while using the corresponding options?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
what is the maximum error code in mainframe
What is the difference between static call & Dynamic call?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how many divisions are there in cobol
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
What is "Call by content" and "call by reference"?