On 11 Feb 2007 13:25:41 -0800, in bit.listserv.ibm-main you wrote:

>Hi,
>I know this is not the place to ask questions about IMS but I cannot find
>the right place. I registered with IMS-L but I haven't received any mail
>from it yet... I'm not sure whether it's dead or not.
>
>I'm trying to write a CICS cobol program to access IMS database.
>I have configured the connection between CICS and DBCTL which was verified
>by CDBI.
>
>The program is very very simple. But when executed in CICS, it abends at the
>first DL/I call - schedule the PCB.
>
>Everytime it abends, I can see the same message in IMS log:
>
>DFS560I PROC OPTION L OR LS SPECIFIED FOR PSB DFSSAM01 PSB STOPPED..
>
>Here DFSSAM01 is my PSB name. According to the manual, this messag means:
>
>One or more PCBs within the named PSB have L or LS specified as the
>processing option.
>This is valid in a batch region only.
>
>However, where is L or LS? Here is my PSBGEN definiton:
>
>PCB   TYPE=DB,DBDNAME=IVPDB1,PROCOPT=G,KEYLEN=90
>SENSEG NAME=CMPYINFO,PARENT=0
>SENSEG NAME=DEPINFO,PARENT=CMPYINFO
>SENSEG NAME=EMPINFO,PARENT=DEPINFO
>PSBGEN PSBNAME=DFSSAM01,LANG=ASSEM,CMPAT=YES
>END
>
>You see, I didn't use L or LS. Why?
>
>I have struggled with this for all day...hope anyone can help me.
>
>P.S. I'm using IMS V8 and CICS TS 2.3 on Z/OS 1.4

Are you using EXEC DLI ... END-EXEC?  If you are still using CALL
interface, it probably doesn't work.  I remember being part of a
project that converted a large number of programs from the CALL
interface to the EXEC interface.
>.
>
> --
>Best Regards,
>Johnny Luo
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
>Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to