what is Pic 9v99 Indicates?
Answers were Sorted based on User's Feedback
Answer / guest
3 character numeric data with decimal assumed after first
character.
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / vampire
3 numeric values
result
01 a pic 9v99 value 123
result
1.23
| Is This Answer Correct ? | 8 Yes | 0 No |
What are the different data types available in COBOL?
what is a load module ?
01 a pic s9(5) value '-12345' how it will be stored
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
what is the purpose of linkage section?
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
can we use 77 level no for Redefines?if we use give an example?