Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asynchronous Process translator error #1

Open
sbkesavan opened this issue Jun 4, 2018 · 1 comment
Open

Asynchronous Process translator error #1

sbkesavan opened this issue Jun 4, 2018 · 1 comment

Comments

@sbkesavan
Copy link

for the following command i am getting translator errors;
EXEC CICS RUN TRANSID('PIDP') CHILD(SZPIDCHILD)
CHANNEL(CHANNELNAME) RESP(iCICSResp) RESP2(iCICSResp2);

RUN FUNCTION NOT COMPLETELY SPECIFIED. ACQACTIVITY OR ACQPROCESS OR ACTIVITY
MUST BE SPECIFIED. COMMAND NOT TRANSLATED.

EXEC CICS FETCH CHILD(SZPIDCHILD)
ABCODE(abcode)
COMPSTATUS(child_status)
CHANNEL(CHANNELNAME)
RESP(iCICSResp)
RESP2(iCICSResp2);
LINK FUNCTION NOT COMPLETELY SPECIFIED. ACQACTIVITY OR ACQPROCESS OR ACTIVITY
OR PROGRAM MUST BE SPECIFIED. COMMAND NOT TRANSLATED.

@chrispoole643
Copy link
Contributor

Sounds like you're not on CICS TS V5.4? What version are you running?

The asynchronous API is only supported from V5.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants