Are you comfortable in cobol or jcl?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above

5 Answers   TCS,


Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?

6 Answers  


what is subscript in cobol?give realtime example?

2 Answers   Wipro,


How to retain the Duplicates in the one records?

3 Answers   CS,


I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest

2 Answers   IBM,






How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?

1 Answers   CGI,


Name the divisions in a COBOL program ?

7 Answers  


Why occurs cannot be used in 01 level in COBOL?

0 Answers   Arigo Infotech,


how to transfer the file from pc to mainframe??

2 Answers  


Should I use STOP RUN in the sub program??why?

6 Answers   Xansa,


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

0 Answers  


What guidelines should be followed to write a structured cobol prgm?

0 Answers  


Categories