Getting " IKJ56548I INSUFFICIENT STORAGE FOR CLIST TO CONTINUE " after selecting a lot of members in a PDS before transfer while using XCOM panel.
Partial screen shot:
RESS_PDS=NONE¦CREATEDELETE=N¦LUSER=<user>¦NOTIFY=W951XCU¦FILEOPT=REPLACE¦NEWXFE
R¦TYPE=SEND¦FILETYPE=FILE¦LU=XCOMOC1¦DROPSESS=NO¦FILE='TMN1.TEST.LOAD'¦ID=<user>¦LFILE=TMN1.TEST.LOAD(OPRSRP00)¦RECSEP=NO¦CODE=BINARY¦VLR=NO¦TRUNCATE=NO¦COMP
RESS=YES¦PACK=NO¦CKPT=0¦COMPRESS_PDS=NONE¦CREATEDELETE=N¦LUSER=<user>¦NOTIFY=<user>¦FILEOPT=REPLACE¦NEWXFER¦TYPE=SEND¦FILETYPE=FILE¦LU=XCOMOC1¦DROPSESS=NO¦FIL
E='TMN1.TEST.LOAD'¦ID=<user>¦LFILE=TMN1.TEST.LOAD(OPRSRP01)¦RECSEP=NO¦CODE=BI
NARY¦VLR=NO¦TRUNCATE=NO¦COMPRESS=YES¦PACK=NO¦CKPT=0¦COMPRESS_PDS=NONE¦CREATEDELE
TE=N¦LUSER=<user>NOTIFY=<user>¦FILEOPT=REPLACE¦NEWXFER¦TYPE=SEND¦FILETYPE=FIL
E¦LU=XCOMOC1¦DROPSESS=NO¦FILE='TMN1.TEST.LOAD'¦ID=<ID>
IKJ56548I INSUFFICIENT STORAGE FOR CLIST TO CONTINUE
Release : 12.0
Component : XCOM Data Transport for z/OS
There are several factors contributing to the message in this case:
1. The TSU REGION size and/or the number of sessions.
2. There is a limitation in our XCOMSNRC clist. The limitation we seem to be running into is an IBM limitation regarding the allowed size of a variable when looping thru> 200 members.
1. You can transfers all members of a PDS or PDS/E by specifying the wild card on the Local File (e.g. Local File : 'XCOM.PDS(*)') on the ISPF panel or LFILE=XCOM.PDS(*) in the SYSIN01 of a batch job.
2. Increase the TSU Region size to allow for more members to be selected in this specific case, but be aware of the limitation mentioned above.