IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Problem in CICS installation.


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jerryragland

New User


Joined: 14 Jun 2005
Posts: 3

PostPosted: Tue Jun 14, 2005 5:53 pm
Reply with quote

Hi,

I am new to mainframe and I am currently doing a CICS 3.1 installation on z/OS 1.4 .
I have done the intial configuration for the Installation and I am ready to submit the jobs needed for it.

The first JCL - OFFLINIT(This job initializes two volumes with serial name MVSDLB and MVSRES with Device numbers 0320 and 0321 respectively) it stops in a step before the volume initialization and it wait for a response from the opeator.

A small portion of the JCL is given below :

Code:
//OFFLINIT EXEC PGM=ICKDSF,COND=(4000,LT)
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
 INIT -
      UNITADDRESS(0320) -
      DEVICETYPE(3390) -
      PURGE    -
      MAP      -
      NOVERIFY -
      NOCHECK -
      NOVALIDATE -
      NORECLAIM  -
      VOLID(MVSDLB) -
      INDEX(05,0,015) -
      VTOC(0,1,074)

INIT -
     UNITADDRESS(0321) -
     DEVICETYPE(3390) -
     PURGE    -
     MAP      -
     NOVERIFY -
     NOCHECK -
     NOVALIDATE -
     NORECLAIM  -
     VOLID(MVSRES) -
     INDEX(05,0,015) -
     VTOC(0,1,074)


Before submitting this job I have made 0320 and 0321 offline(as it is said in the JCL)

when I submit this JCL it waits for a response from the user

JOB02498 *35 ICK004D READY DEVICE 0320 AND REPLY U, ELSE T

when I give /r 23,U as a reply it says

RESPONSE=P390 IEE600I REPLY TO 23 IS;U

but again it wait for the same reply with the same device number

JOB02498 *36 ICK004D READY DEVICE 0320 AND REPLY U, ELSE T


I think there could be some problem with the device number so I inquired with

/D M=DEV(0320) --> the output I got is :

RESPONSE=P390
IEE174I 05.04.37 DISPLAY M 328
DEVICE 0320 STATUS=OFFLINE
CHP FD
DEST LINK ADDRESS 00
PATH ONLINE Y
CHP PHYSICALLY ONLINE Y
PATH OPERATIONAL Y
DESTINATION CU LOGICAL ADDRESS = 00
CU ND = 00IDSK.002.IBM.02.000000070996
DEVICE NED = 00IDSK.002.IBM.02.000000070996
PATHS NOT VALIDATED


and when I try to make the device number online with /v 0320,online it says

RESPONSE=P390 IEE025I UNIT 0320 HAS NO PHYSICAL PATHS
Back to top
View user's profile Send private message
jerryragland

New User


Joined: 14 Jun 2005
Posts: 3

PostPosted: Tue Jun 14, 2005 6:01 pm
Reply with quote

-Mesage Trancated-
Continued from the previous post

---------
Is there any problem with the device number which I give ?
Please tell ur suggestions in this for me to proceed further..

Thanks in advance
Jerry.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top