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 |
how would find total records in files using seqientional
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
Minimum how many Number of Paragraphs are there in ID- Divison?
Write a program to explain size error.
why we are using set in searchall?
What does the initialize statement do ?
what is scope terminator
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
sample code for read a 2nd record from last in flatfile how can do?
s9(18) comp-3:: What is the size of memory it takes internally?
How to retrive the 9th records out of ten records using the cobol program ?