Search found 3 matches

by st_vineela
Sun Nov 13, 2011 9:49 pm
Forum: COBOL INTERVIEW QUESTIONS
Topic: Cobol question
Replies: 4
Views: 9374

Thanks for the reply. INSPECT works on string right.. How should it be used for the whole record?
by st_vineela
Sun Nov 13, 2011 7:42 pm
Forum: COBOL INTERVIEW QUESTIONS
Topic: Cobol question
Replies: 4
Views: 9374

The character 'A' occurs only once per record but it's position changes everyday..
by st_vineela
Sun Nov 13, 2011 7:41 pm
Forum: COBOL INTERVIEW QUESTIONS
Topic: Cobol question
Replies: 4
Views: 9374

Cobol question

There is a PS file that gets created everyday with one record and with a character 'A' in it in different positions. How to write a cobol logic to find it's position in the file?