MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Help: IEFC001I ROCEDURE WAS EXPANDED USING PRIVATE LIBRARY

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
shashank.sharma
Beginner


Joined: 18 Apr 2007
Posts: 16
Topics: 10

PostPosted: Thu Apr 19, 2007 2:15 am    Post subject: Help: IEFC001I ROCEDURE WAS EXPANDED USING PRIVATE LIBRARY Reply with quote

Please help in resolving the problem:

Code:



//EDIQMCI1 JOB (EDIC00P0),'MCI 811 NDM',MSGCLASS=J,REGION=0M
//PROCS    JCLLIB ORDER=(EDI1.PROC)
//JOBLIB   DD DSN=EDI1.LOAD,
//         DISP=(SHR,KEEP,KEEP)
//STEP01  EXEC DMBATCH2,
//         REGION=1024K,                  - REGION SIZE
//         VINDEX='BDT.NDM',              - NDM MSGS
//         NINDEX='BDT.NDM',              - NDM NETMAP
//         USERLIB='EDI1.NDM',            - NDM CNTLLIB
//         P='(NYSLYNN)'                  - NDM STARTUP PARAMETERS
//NDM.DMPUBLIB DD DSN=&USERLIB..PROCESS,DISP=SHR
//SYSIN  DD *
 SIGNON
 SUBMIT PROC=EDIQMCI1                                                 -
                  SNODE=NDM.MCIRKV                                    -
                  HOLD=NO                                             -
                  &NODE01=NDM.COACCT                                  -
                  &NODE1A=PNODE                                       -
                  &DSN01=EDI.CO05.QEB.MCI1.QPID.IN(0)                 -
                  &DISP1A=SHR,                                        -
                  &DISP1B=KEEP,KEEP                                   -
                  &NODE02=NDM.MCIRKV                                  -
                  &NODE2A=SNODE                                       -
                  &DSN02=BA.P.RKV.NDM.USWSEDI(+1)                     -
                  &DISP2A=NEW,                                        -
                  &DISP2B=CATLG,DELETE,                               -
                  &UNIT=SYSDA,                                        -
                  &SPACE=CYL,(10,05),RLSE,                            -
                  &DCB2=RECFM=FB,LRECL=80,BLKSIZE=27920               -
                  &SID=TL0005                                         -
                  &SPSWD=CRISEDI
 SIGNOFF
//*
//STEP02 EXEC DMBATCH,
//       COND=(0,NE),                     - COND CODE PREV STEP
//       USERLIB='EDI1.NDM.PROCESS'       - NDM PROCESS LIBRARY
//SYSIN  DD DSN=EDI1.NDM.CNTL(EDIQMCI1),DISP=SHR   - GET NDM STATS
//*


JESMSGS:

STMT NO. MESSAGE                                                               
       4 IEFC001I PROCEDURE DMBATCH2 WAS EXPANDED USING PRIVATE LIBRARY OCA7.PROC
      13 IEFC001I PROCEDURE DMBATCH WAS EXPANDED USING SYSTEM LIBRARY SYS1.COMMON.PROC

Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Thu Apr 19, 2007 2:21 am    Post subject: Reply with quote

what problem? There is no error here!
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
shashank.sharma
Beginner


Joined: 18 Apr 2007
Posts: 16
Topics: 10

PostPosted: Thu Apr 19, 2007 3:10 am    Post subject: Reply with quote

It is showing Max CC = 8.
Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Thu Apr 19, 2007 3:40 am    Post subject: Reply with quote

And what error messages - there are no error messages here. You get them in program output e.g. SYSPRINT or on the job log (JESMSGLG) or maybe JESYSMSG.

You also do not say which step is causing the problem and you do not show the SYSIN for STEP02. Nothing you have shown is an error or anything to do with a program return code.
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
shashank.sharma
Beginner


Joined: 18 Apr 2007
Posts: 16
Topics: 10

PostPosted: Thu Apr 19, 2007 3:50 am    Post subject: Reply with quote

Code:

STMT NO. MESSAGE                                                               
        4 IEFC001I PROCEDURE DMBATCH2 WAS EXPANDED USING PRIVATE LIBRARY OCA7.PR
       13 IEFC001I PROCEDURE DMBATCH WAS EXPANDED USING SYSTEM LIBRARY SYS1.COMM
ICH70001I SXSHAR8  LAST ACCESS AT 23:57:57 ON WEDNESDAY, APRIL 18, 2007         
IEF236I ALLOC. FOR OCALDSFX NDM STEP01                                         
IGD103I SMS ALLOCATED TO DDNAME JOBLIB                                         
IEF237I D31E ALLOCATED TO DMMSGFIL                                             
IEF237I D31E ALLOCATED TO DMNETMAP                                             
IGD103I SMS ALLOCATED TO DDNAME DMPUBLIB                                       
IEF237I JES3 ALLOCATED TO DMPRINT                                               
IEF237I JES3 ALLOCATED TO NDMCMDS                                               
IEF237I JES3 ALLOCATED TO SYSIN                                                 
IEF237I D31E ALLOCATED TO SYS00001                                             
IEF237I D31E ALLOCATED TO SYS00002                                             
IEF237I D31E ALLOCATED TO SYS00003                                             
IGD104I BDT.NDM.NETMAP                               RETAINED,  DDNAME=SYS00003
IEF237I D314 ALLOCATED TO SYS00004                                             
IEF285I   SYS1.TCPPARMS                                KEPT                     
ICH70001I SXSHAR8  LAST ACCESS AT 23:57:57 ON WEDNESDAY, APRIL 18, 2007         
IEF236I ALLOC. FOR OCALDSFX NDM STEP01                                         
IGD103I SMS ALLOCATED TO DDNAME JOBLIB                                         
IEF237I D31E ALLOCATED TO DMMSGFIL                                             
IEF237I D31E ALLOCATED TO DMNETMAP                                             
IGD103I SMS ALLOCATED TO DDNAME DMPUBLIB                                       
IEF237I JES3 ALLOCATED TO DMPRINT                                               
IEF237I JES3 ALLOCATED TO NDMCMDS                                               
IEF237I JES3 ALLOCATED TO SYSIN                                                 
IEF237I D31E ALLOCATED TO SYS00001                                             
IEF237I D31E ALLOCATED TO SYS00002                                             
IEF237I D31E ALLOCATED TO SYS00003                                             
IGD104I BDT.NDM.NETMAP                               RETAINED,  DDNAME=SYS00003
IEF237I D314 ALLOCATED TO SYS00004                                             
IEF285I   SYS1.TCPPARMS                                KEPT                     
IEF285I   VOL SER NOS= ZB2SY0.                                                 
IEF237I D314 ALLOCATED TO SYS00007                                             
IEF285I   SYS1.TCPPARMS                                KEPT                     
IEF285I   VOL SER NOS= ZB2SY0.                                                 
IEF237I D314 ALLOCATED TO SYS00009                                             
IEF285I   SYS1.TCPIP.STANDARD.TCPXLBIN                 KEPT                     
IEF285I   VOL SER NOS= ZB2SY0.                                                 
IGD101I SMS ALLOCATED TO DDNAME (SYS00010)                                     
        DSN (SYS07108.T235757.RA000.OCALDSFX.NDMAPI.H03  )                     
        STORCLAS (STANDARD) MGMTCLAS (        ) DATACLAS (        )             
        VOL SER NOS= DW5012                                                     
IGD105I SYS07108.T235757.RA000.OCALDSFX.NDMAPI.H03   DELETED,   DDNAME=SYS00010
IGD104I BDT.NDM.MSG                                  RETAINED,  DDNAME=SYS00002
IGD104I BDT.NDM.MSG                                  RETAINED,  DDNAME=SYS00001
IEF142I OCALDSFX NDM STEP01 - STEP WAS EXECUTED - COND CODE 0008               
IGD106I OCA7.LOAD                                    PASSED,    DDNAME=JOBLIB   
IGD104I BDT.NDM.MSG                                  RETAINED,  DDNAME=DMMSGFIL
IGD104I BDT.NDM.NETMAP                               RETAINED,  DDNAME=DMNETMAP
IGD104I OCA7.NDM.PROCESS                             RETAINED,  DDNAME=DMPUBLIB
IEF285I   SXSHAR8.OCALDSFX.JOB51712.D000000A.?         SYSOUT                   
IEF285I   SXSHAR8.OCALDSFX.JOB51712.D000000B.?         SYSOUT                   
IEF285I   SXSHAR8.OCALDSFX.JOB51712.D0000009.?         SYSIN                   
********************************************************************************
*  STEP NAME      NDM          START     23.57.57.29        VIRTUAL STORAGE     
*  PROGRAM NAME   DMBATCH      END       23.57.58.42       RGN REM    8204K     
*  CONDITION CODE   0008       ELAPSED   00.00.01.13       A.S.REM    9292K     
*                                                                               
*  ACTIVE TIME          1.05                    PAGE IN/OUT           0/       0
*  CPU TIME              .07                    VIO PAGE IN/OUT       0/       0
*  CHANNEL TIME          .04                                                   
*                                                                               
*  DDNAME   UNIT   EXCPS  CONNECT DDNAME   UNIT   EXCPS  CONNECT DDNAME   UNIT 
*  DMPUBLIB D204       1      .00 SYS00003 D31E       4      .00 SYS00004 D314 
*  SYS00009 D314       4      .00 SYS00002 D31E      20      .00               
*                   5 DDS HAD ZERO EXCP COUNT AND WERE NOT PRINTED             
*                                                                               
*  EXCP TOTALS:           DASD-        40             TAPE-         0           
********************************************************************************
IEF373I STEP/NDM     /START 2007108.2357                                       
IEF374I STEP/NDM     /STOP  2007108.2357 CPU    0MIN 00.07SEC SRB    0MIN 00.00S
IEF202I OCALDSFX NDM STEP02 - STEP WAS NOT RUN BECAUSE OF CONDITION CODES       
IEF272I OCALDSFX NDM STEP02 - STEP WAS NOT EXECUTED.                           
IEF373I STEP/NDM     /START 2007108.2357                                       
IEF374I STEP/NDM     /STOP  2007108.2357 CPU    0MIN 00.00SEC SRB    0MIN 00.00S
IGD104I OCA7.LOAD                                    RETAINED,  DDNAME=JOBLIB   
********************************************************************************
*                                                                               
*  JOBNAME     OCALDSFX           START     23.57.57.29  -  2007108-  04/18/2007
*  RDR TIME    23.57.57.20        END       23.57.58.43  -  2007108-  04/18/2007
*  RDR DATE    2007108            ELAPSED   00.00.01.14                         
*                                                                               
*  PERF GROUP                                     PAGE IN/OUT           0/     
*  SERV. UNITS        2230                        VIO PAGE IN/OUT        0     
*                                                                               
*  JOB CLASS   PRODBAT                            PROGRAMMER   NDM EASTERN SFX 
*                                                                               
*  JOB NUMBER  51712                              ACCT. DATA   OCAM00D0         
*                                                                               
*  EXCP TOTALS:           DASD-        40             TAPE-         0           
********************************************************************************
IEF375I  JOB/OCALDSFX/START 2007108.2357                                       
IEF376I  JOB/OCALDSFX/STOP  2007108.2357 CPU    0MIN 00.07SEC SRB    0MIN 00.00S
Back to top
View user's profile Send private message
acevedo
Beginner


Joined: 03 Dec 2002
Posts: 127
Topics: 0
Location: Europe

PostPosted: Thu Apr 19, 2007 5:31 am    Post subject: Reply with quote

Code:
 
 PROCEDURE <procname> WAS EXPANDED USING <text>

it's just an informational message not an error.

use the code tags... this will help to read your post.

post, as nic asked, the sysout, sysprint of the step giving the error.
Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Thu Apr 19, 2007 5:50 am    Post subject: Reply with quote

I do not know this PROC (nor NDM for that matter) but it looks as though DDNAME DMPRINT could be a place to look for messages
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
expat
Intermediate


Joined: 01 Mar 2007
Posts: 475
Topics: 9
Location: Welsh Wales

PostPosted: Thu Apr 19, 2007 6:18 am    Post subject: Reply with quote

Quote:
I do not know this PROC (nor NDM for that matter) but it looks as though DDNAME DMPRINT could be a place to look for messages

That's roughly the advice I gave when it was posted on another forum.
_________________
If it's true that we are here to help others,
then what exactly are the others here for ?
Back to top
View user's profile Send private message
shashank.sharma
Beginner


Joined: 18 Apr 2007
Posts: 16
Topics: 10

PostPosted: Thu Apr 19, 2007 6:29 am    Post subject: Reply with quote

Here is SYSOUT

Code:

SCIC000I Connect:Direct - RC=00000000 MSG=SAFA000I NODE=NDM.CORDE        @ 23:3
   SHORT TEXT => SAFA000I Connect:Direct SIGNON process completed.             
SCIC000I Connect:Direct - RC=00000008 MSG=SCBI108I NODE=NDM.CORDE        @ 23:3
   SHORT TEXT => SCBI108I Invalid step name/label                             
      UIERRM1 =>  IF  )    L#=     21                                         
    LONG TEXT => This message may be generated for the following reasons:     
                                                                               
                 1) An invalid step name/label was found on a statement       
                    within a process.  A valid step name/label can be         
                    1-8 alphameric characters with the first being             
                    alphabetic.                                               
                 2) The process library has not been properly concatinated.   
                                                                               
                                                                               
                 SYSTEM ACTION: Return to invoker with RC=8.                   
                                                                               
                 RESPONSE: Verify the above is correct and resubmit process.   
SCIC000I Connect:Direct - RC=00000000 MSG=SVTA003I NODE=NDM.CORDE        @ 23:3
    SHORT TEXT => SVTA003I Interactive user has been logged off.     
Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Thu Apr 19, 2007 7:20 am    Post subject: Reply with quote

expat wrote:
That's roughly the advice I gave when it was posted on another forum.


was that M-f-M.com? Very Happy

Anyways, the last lot of output actually has the error in it. i do not know what it is talking about without reference to the NDM manual. Suggest you get that open at the correct page and check your coding against what the manual says. It may be that you have specified a DDNAME in your control cards that does not match that in your JCL - but that is just a wild guess full of assumptions.
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12375
Topics: 75
Location: San Jose

PostPosted: Thu Apr 19, 2007 10:41 am    Post subject: Reply with quote

Request to senior members who try to help : If you see the same question on another help board please flag the topic as "posted in another forum" and moving forward such threads will be DELETED. The poster needs to pick one board of his choice (I don't care if it is a competitor board) and if he does not get the answer within reasonable time (8 hours min) then only they can post on this board.
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group