I am running a rexx pgm in batch mode using the utility Ikjeft1a (Please find the code below), the issue is the rexx pgm needs the input, which is 80 bytes long. can anyone help me how to continue the input in the next line.
i tired : -, comma, spaces,
( xxxx -
xxx),
' xxxxx
xxxx'
none was working.
HELLO - rexx pgm
XXXXXXXXXXX- is the input to the rexx
GARUL.COMPARE.ICETOOL.FILE1 - is the input file.
//TSOBATCH EXEC PGM=IKJEFT1A
//SYSEXEC DD DSN=GARUL.PRICING.REXXLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//INFILE01 DD DSN=GARUL.COMPARE.ICETOOL.FILE1,DISP=SHR
//SYSTSIN DD *
%HELLO
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
//*
//SYSEXEC DD DSN=GARUL.PRICING.REXXLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//INFILE01 DD DSN=GARUL.COMPARE.ICETOOL.FILE1,DISP=SHR
//SYSTSIN DD *
%HELLO
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
//*