Operator

Customize SORT

Thu, 12/22/2011 – 12:05 #1 Customize SORT I have a doubt in SORTING records. Is it possible to customize sort? Neither ascending nor descending order, Its has to be in a customized or a given order . for Ex: field A has values 04,05,07,09,20,25 and 30 And SORTED o/p must be in the below order for field A. 04 05 09 20 07 25 and 30 “; ; ; […]

Customize SORT Read More »

Loading VSAM data from EBCDIC environment to ASCII environment

Tue, 11/15/2011 – 06:11 #1 Loading VSAM data from EBCDIC environment to ASCII environment I have to load some VSAM files from EBCDIC environment to ASCII environment. I am using the following approach 1) Unload the VSAM files from EBCDIC environment (using IDCAMS repro) to FLAT files of VB record format with LRECL= record length

Loading VSAM data from EBCDIC environment to ASCII environment Read More »