What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
No Answer is Posted For this Question
Be the First to Post Answer
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
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 do you differentiate between cobol and cobol-ii?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
how can you identify wheather the program is using search or search all in the cobol program?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
What is an in line perform? When would you use it? Anything else you wish to say about it.
Why we are using comp and comp-3 in real time projects?
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
What is CALL statement in COBOL?