what is meant by "C 3 P'=' '*' PREV"



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

what is meant by "C 3 P'=' '*' PREV"

Postby Farhaan4mf » Tue Apr 15, 2014 12:51 pm

Hi,
I need to modify one existing REXX edit macro.
  "COPY '"COPYDSN1"("VAR9")' AFTER .ZCSR" 
  "C 3 P'=' '*' PREV"                     

I can understand that its asking to change column 3 value with '*' . But what does it mean by P'=' .
Actually I need to remove this line, because I DO NOT want to change the column3 value with * . But when I am deleting this particular line from my macro, the macro is going to infinite loop.

Moreover, how does the above code is different from below one
"ISREDIT CHANGE   P'=' '*' 3"
Farhaan4mf
 
Posts: 29
Joined: Mon May 13, 2013 4:53 pm
Has thanked: 0 time
Been thanked: 0 time

Re: what is meant by "C 3 P'=' '*' PREV"

Postby Blackthorn » Tue Apr 15, 2014 2:59 pm

Have you read up on Picture Strings in the manual?
Blackthorn
 
Posts: 130
Joined: Tue Feb 01, 2011 7:12 pm
Has thanked: 1 time
Been thanked: 9 times

Re: what is meant by "C 3 P'=' '*' PREV"

Postby dick scherrer » Tue Apr 15, 2014 7:14 pm

Hello,

As Blcakthorn mentions, read about Picture Strings (which can be found in the Help for the CHANGE command).
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: what is meant by "C 3 P'=' '*' PREV"

Postby NicC » Tue Apr 15, 2014 7:38 pm

And FIND command
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post