How many bytes do a s9 (7) comp-3 field occupy?
How is sign stored in a COMP field ?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
Differentiate between structured cobol programming and object-oriented cobol programming.
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
HOw can I get the negative sign while deduct high value from low value
file status 00 is checked after opening the file or reading the file
wht is structured cobol pgm and non structred cobol pgm ?
what is subscript in cobol?give realtime example?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
What compiler option would you use for dynamic linking?