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 818901 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?
2189What 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 9354i 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 5249what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
2 8822
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
) what is the difference between AID and HANDLE AID?
Can we redefine the field of x(200) to less than 200?
) How do u handle errors in BMS macro?
In which area will you utilize 88 level items in cobol?
How do you reference the following file formats from cobol programs?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the LINKAGE SECTION used in COBOL?
What the difference is between continue and next sentence?
Discuss about changing dataset name in proc.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
how do you reference the variable block file formats from cobol programs
How do get the result of your program directly on your pc?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)