COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
TCS,
2 10016what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
IBM,
4 8717i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
4 6288when 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 7845There 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 806101 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
3 8195How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
IBM,
1 4096
Explain the maximum number of pcbs allowed in a psb?
explain how many ways you can load data in a vsam cluster?
In the house keeping section of an MVS assembly language program, like the one below STM R14,R12,12(R13) BASR R12,R0 USING *,R12,R11 LA R11,2048 LA R11,2048(R11,R12) .... .... 1. What if BASR R12,R0 IS NOT PRECEDE USING *,R12,R11? 2. USING (base address), REGISTER does USING directive says assembler to treat particular Register as a base register with the mentioned base address..in the above case * i.e current location counter..well if that is the case why we need BASR R12,R0 ? 3. What if I write like STM R14,R12,12(R13) BASR R12,R0 LA R11,2048 LA R11,2048(R11,R12) USING *,R12,R11 there is no address resolution being calculated in both LA statements so is it a right way to set Base register?..will there be any issues with Domain regarding R11 and R12?
What is the copy idms subschema-binds in idms?
What is the role of the data page in the db2 database?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is a Foreign Key?
How many ways are there for initiating a transaction?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are the types of processes to create a map in cics?
What is the use of disp parameter?
Explain about ISPF/TSO Commands
What are the various data types available in db2?
What are the objectives of dbms in ims?
What is cobol?