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 |
Why IBM?
I want ALL jcl ERROR cods
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
How to read a record from bottom of a file which is indexed by 'A'.
how can we fetch 3 records in cobol pgm any coding pls ?
Write a program to concert an Indexed file into Sequential file?
What is a SSRANGE and NOSSRANGE?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
. How do we cast a variable in COBOL
wht happens if we dnt give scope terminator ?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......