What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
No Answer is Posted For this Question
Be the First to Post Answer
waht is inspect verb? where it can be in real time?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
can we use COPY statement in w-s section? how?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
can we use go to statement inline-perform?
what is sync clause?
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
Can the OCCURS clause be at the 01 level?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
Difference between cobol and cobol-ii?