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 |
if you give cylinder(1,1)how many cylinders it will be allocate?
file status 00 is checked after opening the file or reading the file
what is the difference between Plan & package
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
What is the mode in which you will OPEN a file for writing?
Explain the configuration section of a cobol program with examples of syntax.
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
What is the different between index and subscript?
Give some advantages of REDEFINES clause?
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)