Skip to Content
0
Former Member
Oct 28, 2005 at 09:25 PM

Open dataset for input don't work after upgrade from 46C to 47

82 Views

We did an upgrade from 46C to 47, after that all the Z programs that have the sentence "open dataset for input" alwas send a sy-subrc = 8, the curios things is that the sentece "open dataset for output" works ok.

Please I need help to solve this?

En example of code.

PARAMETERS: P_ARCHF(60) OBLIGATORY DEFAULT

'C:\20050900.txt' LOWER CASE.

OPEN DATASET P_ARCHF FOR INPUT IN TEXT MODE.

IF SY-SUBRC <> 0. MESSAGE i001 WITH ARCHIVO. stop. endif.