What is the utilization of copybook 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)
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
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
how will u pass dadta to cobol+db2 program...?
1)what is use of linkage section? 2)what is difference between comp and comp-3
What is the difference between copy and include in cobol?
how can we get current dat and time thru cobol pgm
In INITIALIZE what is Repalcing Word will do
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
How do you define a variable of comp-1 and comp-2?
What are different file OPEN modes available in COBOL?
How do u write test cases?