db2 variable decimal(15,2) what is the equalent size of
cobol variable
Answers were Sorted based on User's Feedback
Answer / quasar chunawala
The correct COBOL Field that can hold the Value of DECIMAL
(15,2) SQL Field should be declared as
05 WS-COBOL-DECIMAL-FIELD PIC S9(13)V9(02) COMP-3.
| Is This Answer Correct ? | 29 Yes | 3 No |
) How do u handle errors in BMS macro
in cobol perform stmt whether it first checks the condition or not
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between a binary search and a sequential search?
period is missing in the cobol program which error we getting
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
In an EVALUATE statement, can I give a complex condition on a when clause?
88 class is used for
What are various search techniques in cobol? Explain.
In which area will you utilize 88 level items in cobol?