S9(5)V9(2) occupies how many bytes memory ?
Answers were Sorted based on User's Feedback
Answer / naveen87ginjupalli
S9(5)V9(2) occupies 7 bytes of memory.
Here V doesn't occupies any space it assumes internally.V is
the assumed Decimal point, it is used to store the Decimal
values.
| Is This Answer Correct ? | 43 Yes | 10 No |
Answer / saikiran
7 bytes,sign does n't occupy any space internally.
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / ronaldo luyo
I have a file with a field with s9(3)v9(4) and i need to
load with LOAD UTILITY DB2 v9. What data db2 type correspond
to this case in the crate table and load utility DB2 V9 FOR ZOS.
| Is This Answer Correct ? | 1 Yes | 2 No |
it occupies 7 bytes as v doesn't occupy any storage space it is a assumed/implied decimal point.
| Is This Answer Correct ? | 0 Yes | 1 No |
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 ?
wht is structured cobol pgm and non structred cobol pgm ?
how to transfer the file from pc to mainframe??
wht is load module and object module ?
How many maximum number of procedures can we write in one COBOL program?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is IMPACT analysis?
What is the difference between perform … with test after and perform … with test before?
consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.
What is the size of s9(19)comp3? explain
How do we get current date from system with century in COBOL?