Yahoo India Web Search

Search results

  1. Aug 24, 2019 · Re: ICEMAN UTILITY. by DieZ » Mon Aug 23, 2010 3:59 pm. I think, that is to ensure compatibility between DFSORT and Syncsort or vice versa. For example, you have set-up an alias as ICEMAN. If you migrated from Syncsort to DFSORT, then none of your job steps are impacted once the alias points correctly.

  2. Jan 16, 2009 · I am having following issue while I am trying to Split a Single record input file into 3 different files using ICEMAN ( uses DFSORT internally) utility. 1) This is my ICEMAN Sort JCL to Split an input file ( having single record) into 3 files: sort1.JPG. 2) This is the Left portion of my input file : sort2.JPG.

  3. Mar 9, 2017 · Input file contains millions of records in which field 1 hold several other store # records. In order to achieve the desired result, I will use DFSORT "SUM" (third field from the input file) for every dept under store # to get the records counts based on FLAG [Y/N]. Also how to display the store # for the very first record in the report.

  4. Jun 20, 2015 · I request your guidance in achieving the below requirement: 1. I need to copy a particular range of records (list of application IDs to which the job belongs to) from the input file (OPC scheduler report) 2. The input file is FBA file of LRECL 122. Here is how the input file looks like. Select all.

  5. Apr 2, 2013 · I am extracting only few records from the input file to the output file in this step. Occasionally this step fails and gives a return code of 16. I want override this return code to something other than 16 (say 4 or 8). I know return code can be overridden using IDCAMS, but I need to do it using ICEMAN.

  6. Oct 21, 2009 · I would like to print a statistic for the fields using ICEMAN say prefer astatistic of 2 fields A and B A start at pos 83,10,ch B start at pos 1,9,ch so for each type in field A, count number of rows in filed B for each type in field A for ex: input file : A B aaaa 123458798 aaaa 125623469 aaaa 368859008 abcd 769843578 abcd 688767897

  7. May 27, 2021 · PLUS a Address LINKMVS ICEMAN using sort to find a match string in a large PS Dataset. At first invocation, everything works fine, but since it is driven by an ISPF panel, returns to the panel and expect new input (for the search string). And at this point the problem starts: Any subsequent call fails at the "Address LINKMVS ICEMAN" with RC16 !

  8. Sep 21, 2009 · Using SORT, I want to split the records to 3 files. - If the column 5 - 10 bytes contains the value '00000', it should go to File 1. - 50% of the remaining records should go to File 2. - 50% of the remaining records should go to File 3. Could you please help me in writing JCL using SORT utility. (I can't ICEMAN here in my company). Thanks. Vinu.

  9. Jun 16, 2015 · Re: IFTHEN= (WHEN= combined with BUILD,OVERLAY,PARSE Query. by BillyBoyo » Tue Jun 16, 2015 1:42 pm. Once an IFTHEN= (WHEN= (logical expression) is true, no more WHEN= (logical expression) statements are processed. So after identifying the remaining header, you can use WHEN=NONE for the data.

  10. Sep 3, 2009 · BUILD is a very function rich operand - it has a great number of parameters for doing different things. A very basic example would be: Select all. BUILD= (1,10,21,20) to put input positions 1-10 and 21-40 in the output record. But that's only one very simple use of BUILD out of many more simple and complex uses.