what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
IBM,
4 8881i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
4 6475when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
1 7928There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
1 819001 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
3 8382how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
2190What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
2 9355i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
2280I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
1 5250what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
2 8823
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the LINKAGE SECTION used in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
how do you reference the variable unblock file formats from cobol programs
What is amode(31)
Write a program to explain size error.
What are the rules of the move verb?
what is the difference between COBOL2 AND COBOL390?
Can a Search can be done on a table with or without Index?
Explain how to differentiate call by context by comparing it to other calls?
What is cobol?
What do you understand by psb and acb?
What is link edit in cobol?
Discuss about changing dataset name in proc.
Can we redefine the field of x(200) to less than 200?