mainframe-wiki.blogspot.com
Mainframe Wiki: JCL Error Codes and Abends
http://mainframe-wiki.blogspot.com/2011/07/jcl-error-codes-and-abends.html
Sunday, July 3, 2011. JCL Error Codes and Abends. Once the work to be done is defined in JCL, it will be submitted to the operating system using SUBMIT command. Before submitting the job the programmer should ensure that, there should not be any JCL error by compiling the job. 00 - Successful completion. 02 - Duplicate key, Non unique key, Alt index. 04 - Record length mismatch. 05&35 - Open file not present. 10 - End of file. 14 – RRN(Relative record no) Relative key data. 20 - Invalid Key VSAM KSDS/RRDS.
mainframe-wiki.blogspot.com
Mainframe Wiki: September 2011
http://mainframe-wiki.blogspot.com/2011_09_01_archive.html
Tuesday, September 20, 2011. FTP - Broken Pipe Error. One of the regular jobs we are doing in most of our mainframe job is doing copy of our job result to some other server data base. The FTP (File transfer protocol) utility is commonly used for copying file to and from other source. EXEC PGM=FTP,PARM='(EXIT',REGION=2048K. PUT ‘INPUT – DATASET ’ OUTPUT – FILE NAME (receiving file). Commands used in FTP. 8211; Exit the FTP. To change the directory in the remote machine. 8211; Mode of transfer is ascii.
mainframe-wiki.blogspot.com
Mainframe Wiki: FTP - Broken Pipe Error
http://mainframe-wiki.blogspot.com/2011/09/ftp-broken-pipe-error.html
Tuesday, September 20, 2011. FTP - Broken Pipe Error. One of the regular jobs we are doing in most of our mainframe job is doing copy of our job result to some other server data base. The FTP (File transfer protocol) utility is commonly used for copying file to and from other source. EXEC PGM=FTP,PARM='(EXIT',REGION=2048K. PUT ‘INPUT – DATASET ’ OUTPUT – FILE NAME (receiving file). Commands used in FTP. 8211; Exit the FTP. To change the directory in the remote machine. 8211; Mode of transfer is ascii.
mainframe-wiki.blogspot.com
Mainframe Wiki: Utilities
http://mainframe-wiki.blogspot.com/2011/07/utilities.html
Tuesday, July 5, 2011. This utility mainly used for allocation and deallocation of dataset. Most of the time mainframe developers encountered to some errors when submitting the jobs. The most common error is “FILE IS ALREADY CATLOGUED”. Even it is a warning message in some cases; it might be the reason for unsuccessful execution of our job. So resolve this problem we need to delete the files which are already catalogued. The below mentioned code should be included in our job as initial step,. SPACE=(CYL,...
mainframe-wiki.blogspot.com
Mainframe Wiki: GDG
http://mainframe-wiki.blogspot.com/2011/07/gdg.html
Thursday, July 14, 2011. GDG - Generation Data Group. GDG is group of datasets that are related to each other chronologically or functionally. Each of these dataset is called a generation. These related dataset share a unique Dataset Name. Every GDG data set has a Generation number and Version number assigned to each data set. Generation number can be represented by GaaaaVnn aaaa. Is between 0000 to 9999 nn is between 00 to 99 In JCL. What is the main purpose of GDG and where we can use. Refer current ve...
mainframe-wiki.blogspot.com
Mainframe Wiki: July 2011
http://mainframe-wiki.blogspot.com/2011_07_01_archive.html
Thursday, July 14, 2011. GDG - Generation Data Group. GDG is group of datasets that are related to each other chronologically or functionally. Each of these dataset is called a generation. These related dataset share a unique Dataset Name. Every GDG data set has a Generation number and Version number assigned to each data set. Generation number can be represented by GaaaaVnn aaaa. Is between 0000 to 9999 nn is between 00 to 99 In JCL. What is the main purpose of GDG and where we can use. Refer current ve...