Explain about different table spaces.
No Answer is Posted For this Question
Be the First to Post Answer
Can we use redefine clause in occurs clause?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
Under which scenario you would go for a static call as opposed to dynamic call?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
what is the default print format? in cobol
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
How do you reference the fixed block file formats from cobol programs
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
What is a scope terminator? Give examples.
How can I tell if a module is being called DYNAMICALLY or STATICALLY?