000149 EXEC CICS QUERY SECURITY RESTYPE('TRANSATTACH') *
000150 RESID(RESIDTRN) *
000151 NOLOG READ(ACCESS) NOHANDLE
000150 RESID(RESIDTRN) *
000151 NOLOG READ(ACCESS) NOHANDLE
We created a batch object that makes a call to this assembler module, but it receives an error. My assumption is that it is because this assembler code was written to perform under CICS. I was hoping someone could tell me what to search for or where to look to create a batch version of this object. I don't even know the right questions to ask.
Thanks.