What is rc 16 in jcl?
If you inadvertently input the wrong name for a PDS in DMHJCLQU, postprocessing will result in a RC=16.
What is RC in mainframe?
rc : This is the return code. logical-operator : This can be GT (Greater Than), GE (Greater than or Equal to), EQ (Equal to), LT (Lesser Than), LE (Lesser than or Equal to) or NE (Not Equal to). stepname : This is the job step whose return code is used in the test.
What are utilities in JCL?
JCL Utilities are pre-written programs, widely used in mainframe to achieve day-to-day requirements, organizing and maintaining data. It is used to reorganize, change or compare data at the data set or record level. These utilities allow to manipulate data sets, which are provided as input to the programs.
What is Icegener utility in JCL?
JCL – IEBGENER Utility The IEBGENER utility is a copy program. One of its many uses is to copy a sequential data set, a member of a partitioned data set (PDS) or PDSE. IEBGENER also can filter data, change a data set’s logical record length (LRECL) and block size (BLKSIZE), and generate records.
What is Iebgener used for?
The IEBGENER utility is a copy program that has been part of the operating system since the first release of OS/360. One of its many uses is to copy a sequential data set, a member of a partitioned data set (PDS) or PDSE, or a z/OS® UNIX® System Services (z/OS UNIX) file such as a HFS file.
How do I copy PDS to PDS?
To move a single member from one PDS to another, enter the complete information (including member name) in the From ISPF Library section of the Move/Copy Utility panel. Then type M on the option line and press the Enter key. To try a simulation of moving a member from one data set to another, click the Launch button.
What is the difference between PS and PDS in mainframe?
PS: Physical sequential file, or u can call it a flat file. PDS: Partioned Data Set. PDS contains member inside it, whereas PS can not. Another difference is that During the creation of PS u dont need to mention Directory Block parameter but for PDS it is necessary.