What are the different forms of EVALUATE statement?
Answer Posted / ch.mohan
two forms
1)true
2)option
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to refer the data field?
how do you reference the variable block file formats from cobol programs
what happens if parmparameter passes zero bytes to the program
How do you reference the fixed block file formats from cobol programs
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 a SSRANGE and NOSSRANGE?
What rules are to be followed while using the corresponding options?
Can we redefine the field of x(200) to less than 200?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how to access the file from prodution from changeman tool and to submit a file to production
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.