If you are current on the owner of a set, what is the difference between obtain next and obtain first?
No Answer is Posted For this Question
Be the First to Post Answer
How do you differentiate between cobol and cobol-ii?
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
What is the difference between perform … with test after and perform … with test before?
what is difference between the sysabend and userabend?
What is the Purpose of Pointer in the string?
waht is inspect verb? where it can be in real time?
Without using move verb how to move one variable to another.
Name some of the examples of COBOl 11?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
what is the diff b/w select stsmt and cursor ?
how to pass 100 to s9(4) how r they inserted ?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......