IBM HOST에서 SELECT 를 하는데 -927이 뜨는데
SPUPI 를 떠보면 데이타는 잘 나오는데
프로그램으로 SELECT 해서 JCL을 돌려보면
-927이 떠버려서 ...
왜 뜨는건지?
그리고 어떻게 처리해야 하는지 알고 싶습니다...
혹시 CICS ONLINE 컴파일하고 JCL로 SUBMIT 한건지??? 참고하세요 -927 THE LANGUAGE INTERFACE (LI) WAS CALLED WHEN THE CONNECTING ENVIRONMENT WAS NOT ESTABLISHED. THE PROGRAM SHOULD BE INVOKED UNDER THE DSN COMMAND Explanation: In the TSO environment, the user has attempted to execute an application program without first establishing the correct execution environment by issuing the DSN command. In the IMS, CICS, or call attachment facility (CAF) environment, the user has attempted to execute an application program that is not using the correct language interface module. System Action: The statement cannot be executed. Programmer Response: In the TSO environment, DB2 application programs should be invoked under the RUN subcommand of the DSN command processor. In the IMS, CICS or CAF environment check that the application was link-edited with or is dynamically allocating the correct language interface module. The language interface modules required in each environment are as follows: IMS: DFSLI000 CICS: DSNCLI CAF: DSNALI TSO: DSNELI The DYNAM option can result in the incorrect language interface module being loaded at runtime. SQLSTATE: 51006