I am facing issue in including one of these values in 88 level in cobol, could you please help me in handling it.
05 COMMON-INP PIC X(20).
88 COMMON-SPL-INP VALUES
'EL_$O.:CREKM3}B9}3I+'
'ESSL.U$D<8WEHCKT"HF`
88 COMMON-SPL-INP VALUES
'EL_$O.:CREKM3}B9}3I+'
'ESSL.U$D<8WEHCKT"HF`
ONE OF THE VALUES IN COMMON-SPL-INP is "JUYP'<SDKKP>}.$+SDD FOR WHICH I AM FACING THE ISSUE ..as its having both " and ' in the data itself its not allowing me to include in this. Kindly help me.