What are the different data types in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
What are the divisions in a cobol program?
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?
I know my query will return more than one row but I don't want cursor what should I do?
What are the ways you can generate a copybook?
What is amode(24)?
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
What is different between variable length and fixed length?
What is mean by maxcc
what is dynamic array in cobol? what is the difference b/w array and table in cobol?