01 b pic +9(4)
How many bytes it will take for storage???
Answers were Sorted based on User's Feedback
Answer / guest
5 bytes.
As usage caluse is not mentioned, default usage clause
which is "Display" will be used for b. Display uses 1 byte
for every character data. So 1 byte of sign(+) and other 4
bytes of pic 9(4). Total 5 bytes will be used.
| Is This Answer Correct ? | 3 Yes | 2 No |
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
Can we use goto statement in inline_perform ?
how to access the file from prodution from changeman tool and to submit a file to production
wht r the advantages of 77 level number ?
What are some examples of command terminators?
comp-3 field occupy?
how you will define variables length in cobol.
plz,could any one tell me? what about EBCDIC in cobol?briefly?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the utilization of copybook in cobol? Could we utilize a similar copybook?