Search found 6 matches

by neomaxi
Thu Apr 06, 2017 2:12 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort Utility that uses Copybook field names
Replies: 0
Views: 2911

Sort Utility that uses Copybook field names

Not sure if anyone would find the useful, But I created a menu based proc that does commonly used sort functions by Copybook field names as opposed to specificing the field length and positions of each record. I work with these files a lot, and when layouts change, its a pain to have to change the r...
by neomaxi
Thu Apr 06, 2017 2:01 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Remove Leading spaces
Replies: 0
Views: 2683

Remove Leading spaces

How Do I remove leading spaces easily with the below input record. ----+----1----+----2----+----3----+----4----+-- ***************************** Top of Data ***** TEST TEST TEST TEST TEST 1 TEST TEST TEST TEST I want output to look like this: ----+----1----+----2----+----3----+----4----+-- *********...
by neomaxi
Thu Jul 09, 2015 2:59 am
Forum: JCL
Topic: JCL to Purge All Held output?
Replies: 4
Views: 6696

William Collins wrote:You start your block with //, end it with //p, press enter and confirm.
Awesome! Thanks!
by neomaxi
Tue Jul 07, 2015 8:29 pm
Forum: JCL
Topic: JCL to Purge All Held output?
Replies: 4
Views: 6696

You should be able to do a block purge if you are talking about SDSF. Talk to your technical support for anything they have which would allow something by running a job. Avoid taking stuff from the internet and then breaching your site security by trying to run it. I asked them, they don't know of ...
by neomaxi
Tue Jul 07, 2015 6:48 pm
Forum: JCL
Topic: To combine two different steps in a proc
Replies: 1
Views: 2801

give example of what you mean...
by neomaxi
Tue Jul 07, 2015 6:35 pm
Forum: JCL
Topic: JCL to Purge All Held output?
Replies: 4
Views: 6696

JCL to Purge All Held output?

Sometimes I can get 100's of sysout jobs in my held que.
As of right now, I have to put a "P" on every one to purge.. which seems tedious. Is there a way in JCL i can just purge all my held output??