aop_openenvΒΆ
aop_openenv creates a new session.
- envId = aop_openenv(nvSeq, cl)
Return Value
envId is the environment Id.
Parameters
- nvSeq
nvSeq is an object in the following form:
nvSeq = [. n=1 ]
nvSeq[1].name = "USER"
nvSeq[1].unitId = 0
nvSeq[1].valMap = [. dtyp=ODS_DT_STRING, val=["abc", "def"] ]
- &openEnvReq
&openEnvReq.
- cl
cl is the client pointer, returned by rpc_clnt_create.
History
Version |
Description |
---|---|
5.0.0 |
New |
See also
id-1377864