A table has two indexes defined. Which one will be used by the SEARCH?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between CALL BY VALUE and CALL BY CONTENT?
What is the difference between working storage copybook and linkage section copybook?
what is the use of filler in cobol programing?
Why did you choose to work with ibm mainframe cobol programming?
What is the maximum length of a field you can define using COMP-3 in COBOL?
What are the divisions in a cobol program? Which one is the mandatory division among them?
Without using move verb how to move one variable to another.
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
What is SSRANGE, NOSSRANGE ?
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
Is It Possible to Update or change in VIEW Mode?
What is the difference between a binary search and a sequential search?