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

How to return a value from cobol program to jcl so that it c


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

New User


Joined: 13 May 2005
Posts: 38

PostPosted: Tue Apr 11, 2006 3:35 pm
Reply with quote

Hi,
here in first step of JCL suppose i am dynamically allocating the dataset where the dataset name is decided based on some validation(i.e. depending on tht we use second qualifier). and by using tht dataset name we allocate the dataset.

Now in next step i need to use same dataset name so how can we get what kind of dataset name (second qualifier ) created in earlier step.

Regards,
Umed
Back to top
View user's profile Send private message
umed

New User


Joined: 13 May 2005
Posts: 38

PostPosted: Tue Apr 11, 2006 3:37 pm
Reply with quote

Hi,
here in first step i am dynamically creating the dataset by using a cobol program.after matching data frm input file , to a table i am taking one field contents as second qualifier here.

Regards,
Umed
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Tue Apr 11, 2006 3:40 pm
Reply with quote

hy umed,

how you create that dataset?
with a utility or with a cobol program, or however?
does your jcl already know the name of the dataset?

can you provide the jcl?

martin9
Back to top
View user's profile Send private message
umed

New User


Joined: 13 May 2005
Posts: 38

PostPosted: Tue Apr 11, 2006 3:55 pm
Reply with quote

Hi,
here we are creating the dataset thru cobol program which is used in first step.dynamically allocating/creating the dataset and in next step we are using that as the second dataset name is decided based on some conditions.

As the cobol program creates the dataset name dynamically in next step we are expecting to pass the dataset name which has been given in first step for use in next step.so i need to pass the dataset name which is dymnamically allocated thru cobol program in first step to next one.

Regards,
Amol
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Tue Apr 11, 2006 4:33 pm
Reply with quote

hy umed,

if you have the appropriate access routines, with
which you can dynamically access any datasets,
the dataset name passed, could be as input to
the next program/step. therefore write a file
to pass the name from step1 to step2.

martin9
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top