You can pass a ddname override table.

--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


________________________________________
From: IBM Mainframe Discussion List <[email protected]> on behalf of 
Joseph Reichman <[email protected]>
Sent: Monday, September 14, 2020 12:56 PM
To: [email protected]
Subject: Re: Syncsort E15 not receiving records

I have a really stupid question in chapter 6 of the syncsort manual invoking 
syncsort from a program on the second page of that chapter there is listed DD 
statements for invoked sort merge. There is listed sortin as one of the DD 
statements. If I am doing the reading then when does it have to be called sortin



> On Sep 14, 2020, at 12:47 PM, Binyamin Dissen <[email protected]> 
> wrote:
>
> On Mon, 14 Sep 2020 11:29:54 -0400 Joseph Reichman <[email protected]>
> wrote:
>
> :>I have a VB file I’m trying to process
> :>I calling syncsort from a program and have a E15 exit
>
> :>I’m running this all under test to get the kinks out
>
> :>The first time The exit is invoke Register one
> :>At +0 is 0 meaning I am not selecting anything. I checked by include and it 
> looks right. I wondering about the record statement. I gave it coded as such
>
> :>RECORD TYPE=V,LENGTH=(31996,,,8) would this record control statement get me 
> every record on SORTIN
>
> It would depend on how you are calling SORT, but if you pass an E15 address
> SORT will not read SORTIN - you code is responsible for providing the records.
> You must provide a record address with R15=12 until you are done providing the
> input, in which case you pass R15=8.
>
> Always best to read the manuals.
>
> --
> Binyamin Dissen <[email protected]>
> http://secure-web.cisco.com/1-OojDNUPX9jMOjw0bEYA43XMDgB9ozunZVYJ80DFgjofAu_-pRWp-XBs_M4VgK-zaULLEXU_CrEWRLuEYrBQgYiiUlUJ6G66ku693my2MnNw_M1YJ5sP0PdmYLzlzNrRCEYJll3impvr07ImNmx6AF2CJI7ROWQg33hoCB-NSp32qN460cx6DxXFP_8KGoTD5Y-rOaFBde1uncRGoQhMLJQRHqj1AsyvGUpLOT7b1tUxGUJujL6p68AMvBMdhsK-WXNjYIggtIz_HZ9Hp-LUKNz9CYQbvYIJm6BgjkMpIR6SgVPNlmS6zbV4AT7ZpFwRcI692HtDvwpqt2zujCLYOfI2DOf270lBlJmnLoS14T5PkwKnOE9uOip_LakwTrMgnNz9rjfHf7n1TbI-a_LwtuFoqJaGEyoyXv9cSCNbe4PXLL-1KYbgOH4rJHZMz4BP/http%3A%2F%2Fwww.dissensoftware.com
>
> Director, Dissen Software, Bar & Grill - Israel
>
>
> Should you use the mailblocks package and expect a response from me,
> you should preauthorize the dissensoftware.com domain.
>
> I very rarely bother responding to challenge/response systems,
> especially those from irresponsible companies.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to