diff --git a/jcl/TXTWKR01.jcl b/jcl/TXTWKR01.jcl index faa1392..c97a3cd 100644 --- a/jcl/TXTWKR01.jcl +++ b/jcl/TXTWKR01.jcl @@ -5,3 +5,4 @@ //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(TXTWKR01)' //GO.TESTDD DD DSN=@05054.DATA(TESTMEM),DISP=OLD // + diff --git a/src/TXTWKR01.c b/src/TXTWKR01.c index d4fd711..9dfa02a 100644 --- a/src/TXTWKR01.c +++ b/src/TXTWKR01.c @@ -17,7 +17,7 @@ int main() fp = fopen("dd:TESTDD", "r+"); if (fp == NULL) { - perror("fopen failed"); + perror("fopen failed. Insure the member exists."); return 1; }