What are the different data types in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
How many bytes S(8) comp field occupy and its maximum value?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
) How do u handle errors in BMS macro?
tell me about examine inspect and evaluate ?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
Write a cobol program making use of the redefine clause.
Can we redefine the field of x(200) to less than 200?
consider the following FD FILE-1 01 REC-1 PIC X(80) ...... WORKING-STORAGE SECTION 01 W-REC PIC X(90) ........ PROCEDURE DIVISION FIRST-PARA ....... READ FILE-1 INTO W-REC AT END MOVE 1 TO EOF-FLAG which of the following is true with respect to the above? a.REC-1 will contain nothing and W-REC will contain the contains of the record read b.REC-1 and W-REC contain the same data c.syntex is invalid and error will occur d.REC-1 and W-REC must be of same size
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
Whats the use of Examine command? can someone help me?
i need a small 3d program using inline and outline.
How to resolve the soc4 and soc7 errors?