What are various search techniques in cobol? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
What are the divisions in a cobol program? Which one is the mandatory division among them?
What is the Purpose of POINTER Phrase in STRING command
What are literals?
where will u code file status ?
What are the two search techniques ?
is it possible to rename 01 level?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
What is rmode(24)
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
wht happens if we dnt give scope terminator ?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?