I have a question. How can I refresh a program in CICS. With
CEMT INQUIRE PROGRAM(URSSTORE)
get
Prog(URSSTORE) Leng(0000007552) Cob Pro Ena Pri Ced
Res(000) Use(0000000009) Bel Uex Ful Qua Cic Len
Res(000) Use(0000000009) Bel Uex Ful Qua Cic Len
This program is called from a webservice. I can see the numbers on access by the 'use' variable (9).
I changed the code and compiled again (return code 0 - no errors). After that the value of Leng=7552 didn't change. What can I do?
Cheers
Björn