| Author | Message | 
  
	|  Topic: Run SPUFUI n times from a JCL with dynamic input | 
  
	| sakreg 
 Replies: 5
 Views: 4094
 
 |  Forum: Job Control Language(JCL)   Posted: Wed Dec 17, 2008 5:09 am   Subject: Run SPUFUI n times from a JCL with dynamic input | 
  
	| @Dibakar, Thats sounds fine but I am looking forward to run the same with no manual intervention. In this case I would need to change the SYSIN everytime with the required value. 
 Thank You
 | 
  
	|  Topic: Run SPUFUI n times from a JCL with dynamic input | 
  
	| sakreg 
 Replies: 5
 Views: 4094
 
 |  Forum: Job Control Language(JCL)   Posted: Tue Dec 16, 2008 10:27 am   Subject: Run SPUFUI n times from a JCL with dynamic input | 
  
	| @Christian, I have 1 SELECT SQL. The output of which needs to be stored in a DS. I need to run these SQL's with various parameters, say If we have a SELECT SQL like, SELECT * from TABLE where COLUMN1= ... | 
  
	|  Topic: Run SPUFUI n times from a JCL with dynamic input | 
  
	| sakreg 
 Replies: 5
 Views: 4094
 
 |  Forum: Job Control Language(JCL)   Posted: Mon Dec 15, 2008 7:21 am   Subject: Run SPUFUI n times from a JCL with dynamic input | 
  
	| I am looking to run a SPUFI with a  defined number of times using an input file which has the required parameters for the SPUFI from a JCL. Is this really posssibe using a JCL? Or Can REXX be used to  ... | 
  
	|  Topic: SORT and PICK ONLY First Record | 
  
	| sakreg 
 Replies: 5
 Views: 2888
 
 |  Forum: Utilities   Posted: Wed Oct 31, 2007 1:23 pm   Subject: SORT and PICK ONLY First Record | 
  
	| This is CLOSED, operator FIRST worked as expected   
 Thank You Frank Yaeger and superk
 | 
  
	|  Topic: SORT and PICK ONLY First Record | 
  
	| sakreg 
 Replies: 5
 Views: 2888
 
 |  Forum: Utilities   Posted: Wed Oct 31, 2007 12:04 pm   Subject: SORT and PICK ONLY First Record | 
  
	| FYI, for those interested, according to previous topics, sakreg is using SYNCSORT. 
 superk,
 
 I am using ICETOOL
 
 //TOOLIN   DD *
 SELECT  FROM(IN01) TO(FS ...
 | 
  
	|  Topic: SORT and PICK ONLY First Record | 
  
	| sakreg 
 Replies: 5
 Views: 2888
 
 |  Forum: Utilities   Posted: Wed Oct 31, 2007 11:55 am   Subject: SORT and PICK ONLY First Record | 
  
	| Missed to add this, 
 In the input file, I should exclude the First and Last rows from the SORT, they are the header and trailer.
 
 There is a feature with ICETOOL to include or exclude DUPLICATES l ...
 | 
  
	|  Topic: SORT and PICK ONLY First Record | 
  
	| sakreg 
 Replies: 5
 Views: 2888
 
 |  Forum: Utilities   Posted: Wed Oct 31, 2007 11:47 am   Subject: SORT and PICK ONLY First Record | 
  
	| Input File: ----+----1----+----2----+----3----+----4-
 ********************************* Top of
 0015007510300000621012000-09-262000-10-18
 0015007510300000621012000-10-189999-12-31
 001500751030000 ...
 | 
  
	|  Topic: Vertical Merge - NOT Omitting any Rows | 
  
	| sakreg 
 Replies: 12
 Views: 5498
 
 |  Forum: Utilities   Posted: Tue Oct 30, 2007 4:35 am   Subject: Vertical Merge - NOT Omitting any Rows | 
  
	| Thank You for your time vivek1983. 
 I am all set now
  | 
  
	|  Topic: Vertical Merge - NOT Omitting any Rows | 
  
	| sakreg 
 Replies: 12
 Views: 5498
 
 |  Forum: Utilities   Posted: Tue Oct 30, 2007 4:16 am   Subject: Vertical Merge - NOT Omitting any Rows | 
  
	| vivek1983, 
 I got what I want. I would be happy if you can explain the usage of overlay. I thought I should use 49, Why are we using 69 to get the actual output at 49?
 
 Thank You
 SAK.
 | 
  
	|  Topic: Vertical Merge - NOT Omitting any Rows | 
  
	| sakreg 
 Replies: 12
 Views: 5498
 
 |  Forum: Utilities   Posted: Mon Oct 29, 2007 11:05 am   Subject: Vertical Merge - NOT Omitting any Rows | 
  
	| vivek1983 
 I have some difficulty when trying to use with files instead of instream data. Maybethe postion is what matters.
 
 Input File #1 is FB, LRECL = 20
 Input File #2 is FB, LRECL = 50
 
 Ou ...
 | 
  
	|  Topic: Vertical Merge - NOT Omitting any Rows | 
  
	| sakreg 
 Replies: 12
 Views: 5498
 
 |  Forum: Utilities   Posted: Mon Oct 29, 2007 7:11 am   Subject: Vertical Merge - NOT Omitting any Rows | 
  
	| vkphani, 
 Thank you for your EZT solution. I know this works in our shop. But I have NOT worked with EZT before. But the solution is more understandable. I will give a try with EZT as well.
 | 
  
	|  Topic: Vertical Merge - NOT Omitting any Rows | 
  
	| sakreg 
 Replies: 12
 Views: 5498
 
 |  Forum: Utilities   Posted: Mon Oct 29, 2007 7:10 am   Subject: Vertical Merge - NOT Omitting any Rows | 
  
	| Your output doesn't seem to match your input or rules.  For example, I see the following match on an account number in input file1 and file2: 
 and I would expect an output record for that account wi ...
 | 
  
	|  Topic: Vertical Merge - NOT Omitting any Rows | 
  
	| sakreg 
 Replies: 12
 Views: 5498
 
 |  Forum: Utilities   Posted: Mon Oct 29, 2007 7:09 am   Subject: Vertical Merge - NOT Omitting any Rows | 
  
	| vivek1983, 
 That works like a charm. Thank you very much.
 | 
  
	|  Topic: Vertical Merge - NOT Omitting any Rows | 
  
	| sakreg 
 Replies: 12
 Views: 5498
 
 |  Forum: Utilities   Posted: Fri Oct 26, 2007 6:04 am   Subject: Vertical Merge - NOT Omitting any Rows | 
  
	| Input File #1 
 Position 01 thru 18 => Account Number (Length : 18 )
 Position 19 thru 20 => Pay Day (Length : 02)
 
 
 ----+----1----+----2----+----3----+----4----+----5----+----6
 *********** ...
 | 
  
	|  Topic: FTP from Mainframe to Windows using OpenSSH SCP command | 
  
	| sakreg 
 Replies: 0
 Views: 1228
 
 |  Forum: Other Technical Topics   Posted: Thu Sep 07, 2006 3:22 am   Subject: FTP from Mainframe to Windows using OpenSSH SCP command | 
  
	| Has anyone worked with a Project that deals with FTP'ing from Mainframe to Windows using OpenSSH  SCP command? If any, can you please share some thoughts,code and what is required at both ends. | 
  
	|  |