COBOL Snippet: Tell where the control will when the below
code execute
IF (A=B)
CONTINUE
ELSE
NEXT SENTENCE
PERFORM <IMP-STMT>
END-IF.
Answer Posted / venkat
First of all u have to know the standards and basic things.
If u don't just leave. Other one can answer for this ques.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
How do u write test cases?
Explain what you understand by passing by value.
What are the different open modes available in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Why did you choose to work with ibm mainframe cobol programming?
Which Search verb is equivalent to PERFORM…VARYING?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are various search techniques in cobol? Explain.
how can i see junk values in dclgen or in hostvariable of comp ?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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.
What are the different types of condition in cobol and write their forms.
What are the access modes of START statement?