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

NDM is losing my carriage control values


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Barbara

New User


Joined: 21 Jan 2009
Posts: 8
Location: Baltimore, Md

PostPosted: Wed Jan 21, 2009 11:56 pm
Reply with quote

How do I stop losing the carriage controls on my VB records when I NDM this file??
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 Jan 22, 2009 12:19 am
Reply with quote

Hello,

Does the same thing happen with FB files?

When does this happen - transmitting to the mainframe or from the mainframe?

If this happens sending to the mainframe, what is the recfm of the target file?
Back to top
View user's profile Send private message
Barbara

New User


Joined: 21 Jan 2009
Posts: 8
Location: Baltimore, Md

PostPosted: Thu Jan 22, 2009 12:26 am
Reply with quote

I am going to the windows server. This does NOT happen if the file is fixed.
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 Jan 22, 2009 12:47 am
Reply with quote

Hello,

Please post the recfm from the jcl that creates an fb file that works correctly and the recfm from the jcl that creates a vb file that works incorrectly.

What parameters have been used in the ndm control info? Are they the same for both files?
Back to top
View user's profile Send private message
Barbara

New User


Joined: 21 Jan 2009
Posts: 8
Location: Baltimore, Md

PostPosted: Thu Jan 22, 2009 1:00 am
Reply with quote

SIGNON
SUBMIT DSN=user.PARMLIB(NDMOUTX) -
PNODE=NDM.HCFA -
SNODE=CMSDYN -
SNODEID=(user,password) -
&FROMDSN=input.file.here.ZIPPED -
&TODSN=LTST7287.ZIP -
&COMPRESS=COMPRESS(EXT)
SIGNOFF

NDMPARM PROC PNODE=&PNODE SNODE=&SNODE
STEP01 COPY FROM (PNODE -
DSN=&FROMDSN -
DISP=SHR -
) -
TO (SNODE -
DSN=&TODSN -
SYSOPTS="DATATYPE(BINARY)" -
DISP=RPL -
)
STEP02 IF (STEP01 NE 0) THEN
RUN TASK (PGM=DMNOTFY2,PARM=(FAIL,&TODSN,P2SB)) -
PNODE
EIF
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 Jan 22, 2009 1:49 am
Reply with quote

Hello,

That covers the ndm control icon_smile.gif

Is pkzip being used on the mainframe (some other compression utility)? Is it possibly being told to remove carriage control?

If the file is zipped (or otherwise compressed) ndm would not see the carriage control. . . and would not be able to remove it.

Also,
Quote:
Please post the recfm from the jcl that creates an fb file that works correctly and the recfm from the jcl that creates a vb file that works incorrectly.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Converting ASCII values to COMP-3 (ZD... JCL & VSAM 2
Search our Forums:

Back to Top