simple program to read/write a text file
This commit is contained in:
parent
1ef8f5f48a
commit
7fd140595a
@ -5,3 +5,4 @@
|
||||
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(TXTWKR01)'
|
||||
//GO.TESTDD DD DSN=@05054.DATA(TESTMEM),DISP=OLD
|
||||
//
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user