can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / vikash
we can declare.It will take total bytes based on formula=(n/2+1).
Thus, 9+9=18
Here n=18,
Thus number of bytes=18/2+1=10 bytes
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the fixed unblock file formats from cobol programs
What is difference between static and dynamic call in cobol?
What is the difference between perform … with test after and perform … with test before?
What is the difference between next sentence and continue in cobol programing language?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What rules are followed by the search verb.
What are the different rules of SORT operation?
Can we redefine the field of x(200) to less than 200?
State the various causes of s0c1, s0c5 and s0c7.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
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.
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.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that