Here is my JCL from z/OS 1.10 and .11 is the same except for the
John:

Here is my JCL from z/OS 1.10 and .11 is the same except for the cobol 
libraries:

//ADCDPION JOB SYSTEMS,MSGLEVEL=(1,1),MSGCLASS=X,CLASS=A,PRTY=8,                
//     NOTIFY=&SYSUID,REGION=4096K                                              
//*----------------------------------------------------------------                                            
 
//COB     EXEC PGM=IGYCRCTL,                                                    
//             PARM=('NOC(E)','FLAG(W)','DATA(31)',NODYN,RES,RENT,OPT,          
//             MAP,NOSSR,NOZWB,NUM,NOTERM,NOVBREF,X,APOST,LIB,LIST),            
//             REGION=1024K                                                     
//STEPLIB   DD DISP=SHR,DSN=IGY410.SIGYCOMP                                     
//SYSLIB    DD DISP=SHR,DSN=CEE.ACEESRC1                                        
//SYSPRINT  DD SYSOUT=X                                                         
//SYSUT1    DD UNIT=VIO                                                         
//SYSUT2    DD UNIT=VIO                                                         
//SYSUT3    DD UNIT=VIO                                                         
//SYSUT4    DD UNIT=VIO                                                         
//SYSUT5    DD UNIT=VIO                                                         
//SYSUT6    DD UNIT=VIO                                                         
//SYSUT7    DD UNIT=VIO                                                         
//SYSLIN    DD DISP=(,PASS),DSN=&&LOADSET,                                      
//             UNIT=VIO,                                                        
//             DCB=BLKSIZE=3200                                                 
//SYSIN     DD *      
*****  Source code *****
  
//*                                                                             

//LIBSET  SET  LINKLIB=SFORD.LINKLIB                                            
//LNK     EXEC PGM=IEWL,                                                        
//             COND=(4,LT,COB),                                                 
//             PARM='LIST,XREF,AC(1)',                                          
//             REGION=4096K                                                     
//SYSLIB    DD 
DISP=SHR,DSN=MYLINK.LINKLIB                                       

//          DD DISP=SHR,DSN=CEE.SCEELKED                                        
//          DD DISP=SHR,DSN=SYS1.CSSLIB                                         
//          DD DISP=SHR,DSN=TCPIP.SEZATCP                                       
//SYSLMOD   DD DISP=SHR,DSN=&LINKLIB                                            
//SYSUT1    DD UNIT=SYSDA,                                                      
//             DCB=BLKSIZE=1024,                                                
//             SPACE=(1024,(200,20))                                            
//SYSPRINT  DD SYSOUT=X                                                         
//SYSLOUT   DD SYSOUT=X                                                         
//SYSLIN    DD DISP=(OLD,DELETE),DSN=&&LOADSET                                  
//          DD DDNAME=SYSIN                                                     
//SYSIN     DD *                                                                
  MODE AMODE(31),RMODE(ANY)                                                     
  NAME MODNAME(R)                                                              
/*                                                                              
//                                                                                                                             
 
 
The modname(r) is your program execution module name....

Regards,
Scott J Ford
www.identityforge.com
 




________________________________
From: Scott Ford <scott_j_f...@yahoo.com>
To: IBM-MAIN@bama.ua.edu
Sent: Fri, May 20, 2011 9:51:56 PM
Subject: Re: COBOL Module Using 'EZASOKET' Calls Receiving 0C!

What version of z/OS are you trying to compile this Cobol prog
John:

What version of z/OS are you trying to compile this Cobol program on ?
We use EZASOKET all the time including STC and batch with no problems. We are 
running from z/OS 1.9 up through including z/OS 1.11 ....

Sounds like your compile/link is wrong..
 
Scott J Ford
www.identityforge.com
 




________________________________
From: John Weber <j...@fiteq.com>
To: IBM-MAIN@bama.ua.edu
Sent: Fri, May 20, 2011 7:09:16 PM
Subject: COBOL Module Using 'EZASOKET' Calls Receiving 0C!

All,

Module HSMSOCKB is a batch COBOL module consisting of only 'EZASOKET' calls.

When is submitted it receives the following error:

'CEE3201S The system detected an operation exception (System Completion 
Code=0C1)
        From compile unit HSMSOCK at entry point HSMSOCK.'

It appears to be having an issue with 'inaccessible storage'.

Does anything need to be included with the compile/link besides SEZATCP with 
the 

link syslib and
004000 //SYSIN    DD *
004200  INCLUDE SYSLIB(EZACICAL)
004400  NAME HSMSOCKB(R)
With the link as well?

Thank you...

John Weber
FiTeq Inc.
Financial Technologies Powering Innovation in Payments
  30851 Agoura Road, Suite 103
  Agoura, CA 91301
O: 818 483 4487begin_of_the_skype_highlighting              818 483 
4487      end_of_the_skype_highlighting  Fax: 818 865 8562
Cell: 562 221 5702

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to