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.
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 |
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how to convert the recors form vsam file to db2 table tru file aid
How can we pass data from cobol to JCl?
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
Why we are using comp and comp-3 in real time projects?
What are the divisions in a cobol program?
What is IMPACT analysis?
what is s000 u4087 error? please give the all error codes in cobol,jcl.