RPGLE opcode Questions

1

Search a character in a string in rpgle
Hi I have a character filed and and i dont want to allow special character and digits how can i solve My code is Dscan             s             50    inz(’0123456789+         D                                       `~!@#$%¢&*()_+|=-¦¬}{ + D                                       :/.,?:”><.,’) d@scan            s              5u 0                        dstr              s             10    inz(‘am$%@shukl’)                                                                   c*                  eval      scan=%trimr(scan)              c                   eval      @scan=%check(scan :%trim(str)) c     @scan         dsply                                    c                   eval      [...]

Answer Question   |  February 28, 2012  6:49 AM
RPGLE opcode
asked by:
1,240 pts.

READ and READ(E) differ in RPGLE opcode
1) what the different between read and read(e) in rpgle opcode. 2) what the different between write and write(e) in rpgle opcode.. if you have any scenario, show me….

Answer Question   |  March 5, 2012  3:36 PM
RPGLE opcode
asked by:
3,740 pts.

1