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 |
can we display comp-3 variables. if we want to display what we have to do . give me one example
What is the significance of 'above the line' and 'below the line'?
COMP field occupy ?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
What guidelines should be followed to write a structured Cobol program?
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Mention the guidelines to write a structured cobol program?
How to read the last 100 records from a COBOL file. The file contains N number of records.
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?