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 |
DATAONLY, MAPONLY functionality?
how to convert vsam table into DB2 table?
I got user abend U4038 while compiling my runjcl.. can anyone help me?
What does the initialize statement do ?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
HOw can I get the negative sign while deduct high value from low value
What are the different data types available in COBOL?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
what is s013u000 for?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?