how many bytes do SPPPP999 will store?
Answers were Sorted based on User's Feedback
Answer / ram g mail2ram1983@gmail.com
i culdn't find any correct ans here....
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / jp
SPPPP999 can be like .0000123 total is of 7 digits
7 is odd so answer would be 7/2+0.5=4 bytes
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ram g mail2ram1983@gmail.com
watz left 4 2morow beginner...six or nine...??! u r wrong..!
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / beginner
i think its 8.. let me know if its wrong........
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / shailendra
hi i think 1/2 byte for sign so total it will take 4 byte
| Is This Answer Correct ? | 0 Yes | 6 No |
what is label record is standard or omitted in file description of data division?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between PIC 9.99 and 9v99?
How arrays can be defined in COBOL?
Name the divisions, which are available in a cobol program?
How many sections are there in data division in COBOL?
COMP field occupy ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?