88 class is used for
Answers were Sorted based on User's Feedback
Answer / anjireddy vintha
it is a conditional dataname level number..use of 88 is to
evaluate filestatus codes and also some more advantages are
there.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ts nithiyanandan
condition-name condition, Several values can be checked
with one variable by declaration of all values in Data
Division.
(eg). Basic will be like 7800 8000 8200 every year
increment of 200.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
How to print 10 to 1 if the input have only 10 digit number?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
Explain about different table spaces.
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
where will u code file status ?
1.What is the default print format in cobol?
Explain how you can characterize tables in cobol?
consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
What are the differences between COBOL and COBOL II?
which one is better among static call and dynamic call?
What is an in-line perform ?