I have 3 files . 2 files have millions of records.These 2 files have one ( empnumber) common record field. i want to put those records in 3rd file , such that which records having same number in key field (empnumber)in these two files ?
Latest Answer : The only simple solution i can think of is, try expediting the code and press F12. Its should abend and stop at the problem statement.This would give you the record details and values you need to identify the bad record.Once you have noted it out, just ...
Latest Answer : Let us take an example:Total no.of Items = 50 (MAX-ITEM)Total no.of items per page = 8 (PG-ITEM)So, initially display should start with item number one. Whenever you come to the scroll screen display the first 8 items and display page down key alone.User ...
In what situation do we use more than one map/mapset? Does, using more than 1 map/mapset will display all the maps continuously on CICS screen? Do we need to use PgDown and PgUp to view the entire mapset?
When an output file from Mainframes has compressed fields, how do you uncompress them and save the file as a text?
What is code of copy from ps file to gdg file and copy from gdg file to ps file in jcl.how i can do?
Program for employee master creation and update and listing.hint: employee master creation file contains 10 records of 10 employees as.Emp code ename designation jd bp sl etc?
Latest Answer : Changeman is a version and configuration control software for Mainframe, which gives you (the standard) facilities like bundling the related components (programs, JCLs etc) of a release together, version control for installation / rollback of components, ...
I want to know that is it possible by using COBOL programming?
Latest Answer : Not going by the previous complicated ways u can check ur emulator software for file uploading facility.Go into the option 6 in the TSO screen then in ur emulator's menu select Transfer File -> Upload File from PC and browse the file u want ...
How to use start keyword in index(ksds) file ? Explain with real time situation where you would use this.