Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Replacing values even in N command code.

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IMS DB/DC
Author Message
Prabha
Warnings : 1

Active User


Joined: 05 Dec 2005
Posts: 64

PostPosted: Wed May 28, 2008 1:02 pm    Post subject: Replacing values even in N command code.
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
References
Sandy Zimmer

Senior Member


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

PostPosted: Thu May 29, 2008 5:02 am    Post subject:
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 : 1

Active User


Joined: 05 Dec 2005
Posts: 64

PostPosted: Thu May 29, 2008 2:53 pm    Post subject: Reply to: Replacing values even in N command code.
Reply with quote

Status code is spaces.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IMS DB/DC All times are GMT + 6 Hours
Page 1 of 1