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

Replacing values even in N command code.


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Prabha
Warnings : 2

New User


Joined: 05 Dec 2005
Posts: 79

PostPosted: Wed May 28, 2008 1:02 pm
Reply with quote

Hi,

I used N command code in GHU call, but still its repalcing.

Pls see my code(PL/1). Pls help.



S467AA20.CCODE='*DN';
S467AA20.SSAKEY = '12599TM076';
S467AA20.ROP = '= ';
S467AT01.SSAKEY = 'YQH6999999';
S467AT01.ROP = '= ';
S467AT01.CCODE='*DN';
DCL
1 S467ASUQ,
2 BEGIN CHAR(8) INIT('F467AS'),
2 CCODE CHAR(4) INIT('*DN ');


CALL XN151(' ',
GHU,
F467P_PTR,
ADDR(F467AA_SEG),
ADDR(S467AA20),
ADDR(S467ASUQ),
ADDR(S467AT01));

F467AS36 = 0.0;
F467AT04 = '2';

PUT SKIP LIST('VALUE 4 ',F467AT03);

CALL XN151(' ',
REPL,
F467P_PTR,
ADDR(F467AA_SEG));
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Thu May 29, 2008 5:02 am
Reply with quote

What is your status code between your retrieval and your replace?
Back to top
View user's profile Send private message
Prabha
Warnings : 2

New User


Joined: 05 Dec 2005
Posts: 79

PostPosted: Thu May 29, 2008 2:53 pm
Reply with quote

Status code is spaces.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Routing command Address SDSF to other... TSO/ISPF 2
Search our Forums:

Back to Top