What is an explicit scope terminator?

Answer Posted / s.v.venkata sivaprasad

scope terminator is used to terminate the cobol statements
instead of period.
ex perform
st1
end-perform.,

search
st1
end-search.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

) what is the difference between AID and HANDLE AID?

1637


What is the compute verb? How is it used?

661


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1931


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2105


What is a report item?

741






In COBOL, what is the different between index and subscript?

759


What is report-item in COBOL?

711


Why occurs cannot be used in 01 level in COBOL?

719


how do you reference the variable unblock file formats from cobol programs

748


What do you understand by psb and acb?

666


What is the use of intialize verb?

750


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710


how do you reference the printer file formats from cobol programs

665


how do you reference the esds vsam file formats from cobol programs

634


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

998