How many bytes do a s9 (7) comp-3 field occupy?
How do pass the values to the parameters in cobol
What are the different forms of EVALUATE statement?
in how many mode we can open a file ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
What is CALL statement in COBOL?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
How many maximum number of procedures can we write in one COBOL program?
What are the different types of condition in cobol and write their forms.
What is the difference between binary search and sequential search?
what is rediffine clause?in what situation it can use?give me real time example?