CL Programming issue Questions

1

CL Back up job failing
I have a backup job which fails to back up the first 4 objects and I believe it’s down to my programmer bad programming. This program:- 2100      PGM PARM(&LEDGER)    2200      DCL VAR(&LEDGER) TYPE(*CHAR) LEN(2)    2300      DCL VAR(&OBJLIB) TYPE(*CHAR) LEN(10)    2400      DCL VAR(&SECULIB) TYPE(*CHAR) LEN(10)    2500      DCL VAR(&JRNLIB) TYPE(*CHAR) LEN(10)    2600      [...]

Answer Question   |  March 17, 2012  4:19 PM
CL programming, CL Programming issue, iseries v5r3
asked by:
435 pts.

1