What are various search techniques in cobol? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?
12 Answers T systems, Tech Mahindra,
Under which scenario you would go for a static call as opposed to dynamic call?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
What is an in-line perform ?
What is the difference between comp and comp-3 usage?
What is an in line perform? When would you use it? Anything else you wish to say about it.
how do you reference the variable block file formats from cobol programs
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
hw to create 3 dimensional array & hw to access it?
how can you identify wheather the program is using search or search all in the cobol program?