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

Regarding opening the files in CICS Region using jcl


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nandakumar
Warnings : 2

New User


Joined: 05 May 2005
Posts: 50

PostPosted: Tue Jan 24, 2006 7:29 pm
Reply with quote

Hi all,

Can any one plz tell me how to point & open the files in
CICS Region using jcl?







Thanks
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jan 24, 2006 7:47 pm
Reply with quote

I can't show you, but I can point you:

1. EXCI inteface using System Programming Interface.
2. External products (like DADS).
3. MVS commands from within JCL.

O.
Back to top
View user's profile Send private message
nandakumar
Warnings : 2

New User


Joined: 05 May 2005
Posts: 50

PostPosted: Wed Jan 25, 2006 7:25 pm
Reply with quote

Hi ofer71,

I could not get , can u plz explain me clearly & detaily?
Back to top
View user's profile Send private message
Nitin_mishra

New User


Joined: 18 Jan 2006
Posts: 1
Location: India

PostPosted: Wed Jan 25, 2006 7:34 pm
Reply with quote

First find the actual region in which your file resides. No problem if you have only one region but In my case we have 30 different region.

After this run the program "CICSPBI" with providing proper info in SYSIN.
like this

//STEP01 EXEC PGM=CICSPBI
//STEPLIB DD DSN=ICTP00P.CICSTS.BATCH.LIB,DISP=SHR
// DD DSN=ICTP00P.CICSTS.BATCH.SEYUAUTH,DISP=SHR
//SYSIN DD *
SCOPE CP0HGRP <-- Your CICS Region
LOCFILE DCRMAP01 CLO DIS <--provide the file name
/*
//*

LOCFILE --> Locate the file in CICS region
DCRMAP01---> File Name
CLO ---> (CLO- Close, OPE- OPEN)
DIS --> ( Dis- Disable, ENA- Enable)

Do correct me if i am wrong
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Jan 26, 2006 10:47 am
Reply with quote

Nitin -

AFAIK, CICSPBI is not a standard IBM utility/program.

O.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Using API Gateway from CICS program CICS 0
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
Search our Forums:

Back to Top