can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / karthik
NO IT CANNOT BE. THE MAXIMUM ALLOWED DIGITS IS 18 ONLY
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
How many bytes S(8) comp field occupy and its maximum value?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are 77 levels used for?
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 can you get the ksds file records into your cobol program?
What type of SDLC u followed? Why?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do you reference the fixed block file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is perform what is varying?
How to know whether the module is dynamical or statistical?
how do you reference the fixed unblock file formats from cobol programs
i want a program using by if, evaluate , string, unstring, perform, occurs?