Re: How do I do this.... Syncsort with E15 exit, input is VB, output is FB
- From: "Gary Walker" <twf@xxxxxxxxxx>
- Date: Mon, 21 May 2007 16:58:57 -0500
Input Procedure ?
"tampascorpion" <scorpion@xxxxxxxxxxxxxxx> wrote in message
news:1179783649.965877.297750@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Ok experts, got a doosie for you all.....
I have been given the task of taking a COBOL program, convert it to an
E15 Syncsort exit. The trick is that the input (to the COBOL pgm) is
VB and the output from the sort is to be FB.
The flow before was VB -> COBOL -> FB -> sort -> FB
now it will be VB -> sort /w E15 COBOL exit -> FB
When I try to run it with no TYPE=V in the sort card it tells me that
the TYPE is missing, but then when I add the TYPE (and record size)
then I get an incompatible RECFM on the SORTOUT.
So I tried to put an OUTREC so I could convert from VB to FB, and when
I ran I got a S0C4.
HELP!!!! The syncsort manual doesn't show a clear (at least to me)
example and my deadline is short (but what's new in the development
world).
Here's what I have in my Sysin for the sort (edited to save space and
remove pgm name)
SORT FIELDS=(field specs)
RECORD TYPE=V,LENGTH=(4504,4530,)
OUTREC FIELDS=(1,4504),CONVERT
MODS E15=(cobolpgmname,128,MODLIB,N)
.
- References:
- How do I do this.... Syncsort with E15 exit, input is VB, output is FB
- From: tampascorpion
- How do I do this.... Syncsort with E15 exit, input is VB, output is FB
- Prev by Date: Re: Delete invalid dataset name
- Next by Date: Re: Is there a way to Remove BOOK from PF6 in SDSF?
- Previous by thread: How do I do this.... Syncsort with E15 exit, input is VB, output is FB
- Index(es):
Relevant Pages
|