01 a pic s9(5) occupies how many bytes ?
Answers were Sorted based on User's Feedback
Answer / nag(igate)
hello to all guys,
display is default
so, it will take 5 bytes
| Is This Answer Correct ? | 11 Yes | 7 No |
Answer / kishore sangu
Sorry For the Last Anwer Of Kishore Sangu
I Reffered books for this Quetion
The Answer is 4 Bytes
S9(1) to S9(4) - 2 bytes
S9(5) to S9(9) - 4 bytes
S9(10) to S9(18)- 8 bytes
| Is This Answer Correct ? | 7 Yes | 10 No |
Answer / kishore sangu
S9(5) occupies 3 bytes of memory.
Because This Goes To Comp3 (5+1)/2=3
Comp1 And Comp2 Don't have the PIC (Picture) Clause.
| Is This Answer Correct ? | 0 Yes | 23 No |
What is Static and Dynamic linking ?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
What are decleratives in COBOL ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what r the types of perform statement
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is the purpose of linkage section?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
What is an in-line perform ?
how do u list the abended jobs?