book
Article ID: 73171
calendar_today
Updated On:
Issue/Introduction
The customer is using the SYNCSORT of other vendor. According to their research, when utilizing the zIIP, the program calling SYNCSORT must set "AC=1". So, they would like to know how to specify the "AC=1" for user assembler program from the PANLINK.
How to set the AC=1 to user program module with the PANLINK of CA Panexec ?
Resolution
Please specify the AC=1 in the PARM field. The following is an example.
For PGM=PANLINK;
//STEP02 EXEC PGM=PANLINK,REGION=2M,PARM='XREF,LIST,NORENT,AC=1'
For PGM=PANEXEC;
//PANEIN DD * %EXEC PANESRL*$OS.PANLINK/EXEC;PA, -
'NOLIST,NOSSR,NOXREF,NOLET,NOMAP,CALL,RENT,REUS,AMODE=31,' -
'RMODE=ANY,SIZE=(1024K,200K),AC=1/SYSLMOD*$OS./EXEC;TA'
/*
//
Additional Information
For more Binder options, please see the IBM documents:
<https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieab100/ac.htm>