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 |
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)
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?
How to remove 2 duplicate records and copy only one using job control language?
how to display the dataset information?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
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?
diffrence between z(2) and z9(2)
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)
What are the different ways to run a COBOL DB2 program using JCL?
can we read in input the file with a variable length ? please , how ..could you help me ?
What is normalisation?
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.