can i use multiple when statements in search & search all ?
justify ur answer?
Answer Posted / 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 |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What guidelines should be followed to write a structured cobol prgm?
What are all the divisions of a COBOL program?
Give some examples of command terminators?
How do get the result of your program directly on your pc?
how do you reference the variable block file formats from cobol programs
What are 77 levels used for?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Describe the cobol database components?
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
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?
What is perform what is varying?