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 |
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
wht do u mean by (*,intrdr) wht is * used for ?
What are declaratives and what are their uses in cobol?
what is the use of outrecord?
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
What is the figurative constant in cobol?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
How do get the result of your program directly on your pc?
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.