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

Variable Block Format TAPE output using IKJEFT1B


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

New User


Joined: 25 Jul 2006
Posts: 24

PostPosted: Thu Feb 08, 2007 2:10 pm
Reply with quote

Hi,
In one of my JCL i used the utility IKJEFT1B.
I need the output in a Tape file in Variable Block Format.
I have explictly given as RECFM=VB.
But the output file created is Fixed Block.

Below is the code:
//SYSREC00 DD DSN=T.AC.DEV1.UNLOAD2,
// DISP=(NEW,CATLG,DELETE),
// UNIT=TAPE36E,
// VOL=(,RETAIN),
// LABEL=(1,SL),
// DCB=(DLJ.MODLDSCB,RECFM=VB,LRECL=710)

Whether IKJEFT1B utility allows only creation of FB.
Whether any other option is available.

Thank you for help in advance.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Feb 08, 2007 2:15 pm
Reply with quote

IKJEFT1B is simply TSO. No tricks here.

O.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Feb 08, 2007 8:49 pm
Reply with quote

Hello,

Try removing the "DLJ.MODLDSCB" parameter. That dscb may be forcing the FB.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Fri Feb 09, 2007 7:33 am
Reply with quote

Hi Dick,

The DCB info in his DD stmt o'rides the model dscb DCB, but the app he's invoking may have the FB info hard coded and is o'riding the DD DCB via the DCB merge logic.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Feb 09, 2007 7:56 am
Reply with quote

Hi Jack,

Yes, quite possibly.

One dd statement in a batch tso run is not a lot of info to work with icon_confused.gif

It would be most helpful if we could see the complete JCL and control statements that cause the undesired result. . .
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 TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Populate last day of the Month in MMD... SYNCSORT 2
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
Search our Forums:

Back to Top