Answer Posted / abhijit18in2002
Condition clause
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What type of SDLC u followed? Why?
how do you reference the rrds file formats from cobol programs
What are the different rules of SORT operation?
Difference between array and sub-script ?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the compute verb? How is it used?
) How do u handle errors in BMS macro
What are the different rules for performing sort operation?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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?