How do you define a variable of COMP-1? COMP-2?

Answer Posted / vampire

01 a comp-1
01 b comp-2

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3933


what are decleratives in cobol?

1983


i want a program using by if, evaluate , string, unstring, perform, occurs?

4326


What is the Purpose of Pointer in the string?

810


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

1061






Define cobol?

1058


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2860


What is a scope terminator give example?

819


Which mode is used to operate the sequential file?

905


How many sections are there in data division in COBOL?

871


What are the various section in data division and briefly explain them.

900


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.

2201


When is inspect verb is used in cobol?

900


What is comp-1 and comp-2?

922


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8654