what is scope terminator
Answers were Sorted based on User's Feedback
Answer / shenbagasundari pilavadian
Scope terminator is used to delimit the range of operation
for COBOL conditional statements.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / srinivas yadav
Scope terminator terminates the statements instead of
period operator(.)
eg:
if
-----
-----
-----
end-if
Is This Answer Correct ? | 2 Yes | 0 No |
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
When can the USING phrase be included in the call statement ?
Where the Plan is located in CICS-DB2
what is a load module ?
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
How to execute a set of JCL statements from a COBOL program?
what r the types of perform statement
. How do we cast a variable in COBOL
using redefine can you redefine lower variable size to higher variable size?
What is the difference between write & move in COBOL?
Is It Possible to Update or change in VIEW Mode?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19