|
|
| Author |
Message |
Ramesh.S
New User
Joined: 08 Jan 2007 Posts: 2 Location: chennai
|
|
|
|
Hi,
I want to create a cobol program to datasets dynamically for seven times.
i used a perform loop to create this but only one file getting created..
i want to create files like as below,
DX45.KLTRAN.B++++.OVERNGHT.DAY1
DX45.KLTRAN.B++++.OVERNGHT.DAY2
DX45.KLTRAN.B++++.OVERNGHT.DAY3
DX45.KLTRAN.B++++.OVERNGHT.DAY4
DX45.KLTRAN.B++++.OVERNGHT.DAY5
DX45.KLTRAN.B++++.OVERNGHT.DAY6
DX45.KLTRAN.B++++.OVERNGHT.DAY7
is there any logic in cobol program to do like tis. |
|
| Back to top |
|
 |
References
|
Posted: Tue May 13, 2008 8:28 pm Post subject: Re: Dyanamic Dataset creation. |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2565 Location: italy
|
|
|
|
| Quote: |
| ... i used a perform loop to create this... |
the logic ( perform loop )is reasonable,
maybe the implementation was a little flaky
but without seeing we cannot tell |
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1128 Location: At my desk
|
|
| Back to top |
|
 |
|
|