can i use multiple when statements in search & search all ?
justify ur answer?
Answers were Sorted based on User's Feedback
Answer / abhi
we can use multiple statements in search but not in search all.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / kalpanapedda
only multiple statements is possible in serch,in serch all
only one when condition is possible.
| Is This Answer Correct ? | 3 Yes | 0 No |
where will we code call by content and call by reference dude pls reply soon ?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10
What divisions, sections and paragraphs are mandatory for a COBOL program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
where do u use low-value and high value in cobol
How do you define a sort file in JCL that runs the COBOL program?
what is index and how to use two tables using index?
1.Can we define condition-name conditions in FD entry.
How To move a value to an array using move verb?
how do you reference the ksds vsam file formats from cobol programs