|
|
| Author |
Message |
vishal_arora
New User
Joined: 20 May 2005 Posts: 15
|
|
|
|
Hi all,
I am having a situation where there is file in U (Undefined) RECFM=U format being created and now client want this file to be converted to a FB format and then send this via email.
PS: Frank Yaegar ,
Is there any method in DFSORT to convert this U format file to readable FB format so that it can be sent.
All replies appreciated!! |
|
| Back to top |
|
 |
References
|
|
 |
0d311
Active User
Joined: 17 Jun 2007 Posts: 53 Location: manila
|
|
|
|
| vishal_arora wrote: |
I am having a situation where there is file in U (Undefined) RECFM=U format being created and now client want this file to be converted to a FB format and then send this via email.
|
I'm not sure if you are required to use Sort but I'm pretty sure that you can do this with IEBGENER...  |
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2159 Location: Phoenix, AZ
|
|
|
|
| 0d311 wrote: |
I'm not sure if you are required to use Sort but I'm pretty sure that you can do this with IEBGENER...  |
And this has been recently discussed in the forum with IEBGENER, as search might help.. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8643 Location: 221 B Baker St
|
|
|
|
Hello,
What type of data is contained in the unformatted file?
What process on the mainframe created this file?
Once it is received in an e-mail how will it be used?
What should be the attributes of the fixed file that is created from this undefined data?
What are the rest of the attributes of the input data (other than U)? |
|
| Back to top |
|
 |
MBabu
New User
Joined: 03 Aug 2008 Posts: 34 Location: Mumbai
|
|
|
|
| Use XMIT/RECEIVE. SORT isn't the right tool for this job. |
|
| Back to top |
|
 |
Frank Yaeger
DFSORT Moderator
Joined: 15 Feb 2005 Posts: 4579 Location: San Jose, CA
|
|
|
|
| Quote: |
PS: Frank Yaegar ,
Is there any method in DFSORT to convert this U format file to readable FB format so that it can be sent. |
No. DFSORT does not support RECFM=U data sets. |
|
| Back to top |
|
 |
Moved: Thu Aug 07, 2008 11:21 pm by dick scherrer From DFSORT/ICETOOL to Other Mainframe Topics |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8643 Location: 221 B Baker St
|
|
|
|
Hello,
To repeat:
| Quote: |
What type of data is contained in the unformatted file?
What process on the mainframe created this file?
Once it is received in an e-mail how will it be used?
What should be the attributes of the fixed file that is created from this undefined data?
What are the rest of the attributes of the input data (other than U)?
|
If you post the answeers to these (any maybe more) questions, we will be better able to make suggestions.
Possibly - possibly not. It is better to post solutions when the requirement is understood. |
|
| Back to top |
|
 |
|
|