What is a scope terminator? Give examples.

Answer Posted / aji cherian

If.. end-if
Perform .. end-perform
read... end-read
evaluate... end-evaluate etc...

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

681


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2725


Write a program that uses move corresponding.

676


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2014






What is cobol?

750


What is the usage of comp fields in cobol?

660


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1950


Have you used comp and comp-3 in your project? And how?

2011


What is comp-1 and comp-2?

766


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

752


What is the difference between external and global variables in COBOL?

815


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1525


) how do u code after getting data?

1582


what happens if parmparameter passes zero bytes to the program

1667