View previous topic :: View next topic |
Author |
Message |
sudipta15ee Beginner
Joined: 03 May 2011 Posts: 8 Topics: 6
|
Posted: Sat Mar 17, 2012 2:16 am Post subject: Rexx using copybook |
|
|
Is there any way out to prepare file according their copybook using in rexx?
Actually i have to prepare ps file on daily basis.  |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Sat Mar 17, 2012 8:35 am Post subject: |
|
|
Yes - code it field by field by field. Rexx does not use record layouts. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
asr2 Beginner
Joined: 25 Jun 2011 Posts: 26 Topics: 4 Location: Germany
|
Posted: Mon Mar 19, 2012 1:55 am Post subject: |
|
|
Although it is not quite clear what the requirement is here, but your task would appear to be able to be solved with ISPF skeletons, although this is not a direct REXX solution.
In this case, the skeleton serves as "copy book" with the variable substitutions being provided as Dialog Manager (ISPF) variables. |
|
Back to top |
|
 |
misi01 Advanced
Joined: 02 Dec 2002 Posts: 629 Topics: 176 Location: Stockholm, Sweden
|
Posted: Wed Mar 21, 2012 11:19 am Post subject: I have to agree with asr2 |
|
|
What exactly are you trying to do ??? Please give a simple example |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Mar 21, 2012 11:32 am Post subject: |
|
|
sudipta15ee,
If you have File-Manager or FILE-AID you can print the file based on the copybook in readable format.
Kolusu |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Wed Mar 21, 2012 12:43 pm Post subject: |
|
|
the printed file would be your ps file. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
|
|