What is the difference between goback, stop run and exit program in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
how will u pass dadta to cobol+db2 program...?
why 02 level number can't be use as a separate level number like 01 or 77 ?
Why we are using comp and comp-3 in real time projects?
Can 88 level variable be declared in FD section..?
What is the LINKAGE SECTION used in COBOL?
which generation language is cobol
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What do you do to resolve SOC-7 error?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
How do you define a variable of comp-1 and comp-2?
what is meaning by design document? who can repared for this?
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.