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 |
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is Comm?
2 Answers IBM, Kemper Corporation,
what is internal sort and external sort ? which is preferable ?
Can anyone please give the example of Inline Perform.
How do u initialize an array?
Under which scenario you would go for a static call as opposed to dynamic call?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
What is the difference between copy and include in cobol?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks