Hello,
Could someone help me in incrementing the value from A01 -> A02
code:
"ALLOC FI(V5NAME) DA('"||OUT'('INN.I')'||"')SHR"
"EXECIO * DISKW V5NAME(STEM ICD. FINIS"
"FREE FI(V5NAME)"
here OUT is the output PDS and INN.I is member name
Actual member name is PUWMBA01, i need to write it as PUWMBA02.. Please help!!