Hi All,
I want to pass numeric data of length (8 0) to my CL program while calling from AS400 command line but program is not receiving correct value into the program.
Can anyone plz help me how to pass numeric data.
Software/Hardware used:
ASKED:
June 24, 2009 1:18 PM
UPDATED:
June 26, 2009 6:27 AM
CALL PGM(PGM1) PARM(X’123F’) to call program with a parameter of + 123.
Thank you… its working
On the basis that it will need running more than once – or testing by someone else, I usually just write a command, whose cpp is the program to be tested/run
cmd name = pgm name or something more snappy
cmd ‘apbjfr’
parm *DEC length 6 – etc
2 lines is enough code – plus 10 lines of comment
You put comments in your code?
Yeah, definately go with the command instead of calling the CL directly for command-line use..
regards
Mike