What is the difference between comp and comp-3 usage?
No Answer is Posted For this Question
Be the First to Post Answer
what is level 66 means??
how we rectify soc7 and soc4 errors in project?
1.What is the default print format in cobol?
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.
Which Search verb is equivalent to PERFORM…VARYING?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
01 A pic 9(100) find record length of it
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
How will you find the currepted records in a file
What is Static,Dynamic linking ?