JCL

VSAM DELETE using IDCAMS with Examples

VSAM cluster should be deleted using IDCAMS utility. VSAM DELETE command can be used to delete the VSAM or non-VSAM objects…

4 years ago

VSAM VERIFY EXAMINE using IDCAMS with Examples

The VSAM VERIFY command is used to verify, and if necessary, update, the end of file information in the VSAM…

4 years ago

VSAM PRINT using IDCAMS with Examples

VSAM PRINT command is used to print the contents of VSAM or non-VSAM datasets. Contents can be printed in various…

4 years ago

VSAM REPRO using IDCAMS with Examples

VSAM REPRO command is used to copy data from one file(Input file) to another file(Output file). Input & Output files…

4 years ago

VSAM Alternate Index using IDCAMS with Examples

VSAM Alternate index is the additional index that is created for KSDS/ESDS datasets (but not RRDS or extended ESDS) in…

4 years ago

VSAM DEFINE CLUSTER using IDCAMS with Examples

VSAM DEFINE CLUSTER is used to define attributes for the cluster as a whole or for the components like data…

4 years ago

CSV – PIPE TO FIXED LENGTH FORMAT

Let's say your input file has data that is delimited by PIPE or COMMA e.g. you have uploaded a CSV…

4 years ago

CHANGE Input Data using SORT Lookup

CHANGE in OUTREC statement can be used to look up and change the content in the file while sorting. Build…

4 years ago

XML statement generation using SORT

We will generate XML statement from input records having fixed positions using SORT. We will use REMOVECC, HEADER1, BUILD, JFY,…

4 years ago

SAVE discarded records using SORT

Record Selection for Output File can be done using STARTREC, ENDREC, INCLUDE/OMIT, SAVE Parameters. Use SAVE to include records for…

4 years ago