can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / jaganmohanreddy
ya we can code like this it will occupy 18 bytes only s9(9)
v9(9) v is for assumed decimal
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Write the code to count the sum of n natural numbers.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is a scope terminator give example?
What type of SDLC u followed? Why?
example for sub strings ? and refernce modifications whit output pls
For rewrite, why is it mandatory that file needs to be opened?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are literals?
Explain what you understand by passing by value.
Why would you use find and get rather than to obtain?