I am getting below error when I am trying read a file in REXX.
ISPS102
Invalid service name
'ALLOC' is not a recognized dialog service name.
Current dialog statement:
ALLOC F(IN) DSNAME(inputfile) SHR
My REXX code is:
"ALLOC F(IN) DSNAME("inputfile") SHR"
"EXECIO * DISKR IN (FINIS STEM CNAME."
"FREE F(IN)"
"EXECIO * DISKR IN (FINIS STEM CNAME."
"FREE F(IN)"
I am not getting what is the error here.Can you please help me out
Thank you