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

dynamic file creation


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Karthikeyan Subbarayan

New User


Joined: 24 Feb 2008
Posts: 62
Location: Boston

PostPosted: Wed Jul 24, 2013 12:24 am
Reply with quote

Hi,
I have a requirement like below, is there a way where we can do this?

1. We have to read cloud database thru MQ in the program and based on the value we retrieve from MQ, we have to create a files names and no of files.
2. We know the file name and no of files needed only when the pgm runs.

Question:
Is there a way where we can create dynamically the file name and create no of files that is required?
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1787
Location: Bloomington, IL

PostPosted: Wed Jul 24, 2013 12:32 am
Reply with quote

Yes.













BPXWDYN.
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1323
Location: Vilnius, Lithuania

PostPosted: Wed Jul 24, 2013 2:21 am
Reply with quote

PL/I can now do it all by itself, and assembler probably could do it from day one.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Jul 24, 2013 4:04 am
Reply with quote

In Assembler, known as "SVC 99" (DYNALLOC).
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts Sorting date into YYYYMMDD, and creat... DFSORT/ICETOOL 13
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts To Populate Trailer cnt in the file w... SYNCSORT 1
No new posts Any way to prevent dynamic allocation? DFSORT/ICETOOL 6
Search our Forums:


Back to Top