if a=b how the flow will complete???
perform test through test-exit.
perform activa through activa-exit.
test.
if a=b then
next sentence
else
move a to c.
test-exit.
exit.
activa.
--
--
activa-exit.
exit.
Answer Posted / subbu
It will come out of the activa-exit.
Mans a the condition is a=b fist it will perform "perform
test through test-exit."
if a=b then
next sentence --> comes here
else
move a to c.
test-exit.
exit.
As it is satisfying the if part it should go to next
sentence i.e it will come out of the text-exit.
Now it will perform "perform activa through activa-exit."
so it will come out of the activa-exit.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are the different open modes available in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
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
How many sections are there in data division in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
What is perform what is varying?
how do you reference the printer file formats from cobol programs
What are the rules of the move verb?
what is the use of outrecord?
What is the use of intialize verb?
Which division and paragraphs are mandatory for a COBOL program?