Answer Posted / mandozai
In cobol array starts with 1 not with 0
Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between Global and External Variables?
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?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the problem of ordered sequential files access?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How arrays can be defined in COBOL?
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.
Define static linking and dynamic linking.
What is inspect in cobol ?
What is redefines clause in COBOL?
what is amode(24), amode(31), rmode(24) and rmode(any)?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to know whether the module is dynamical or statistical?