1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: update test suite README with lrecl option

This commit is contained in:
Allan Bowe
2022-04-28 11:11:46 +01:00
committed by GitHub
parent 6bfd7024ce
commit 72ed5e3fab

View File

@@ -65,7 +65,7 @@ The below services need to be created on your SAS server, at the location specif
```sas
filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas";
%inc mc;
filename ft15f001 temp;
filename ft15f001 temp lrecl=1000;
parmcards4;
%webout(FETCH)
%webout(OPEN)
@@ -113,7 +113,7 @@ data _null_;
```sas
filename mc url "https://raw.githubusercontent.com/sasjs/core/main/all.sas";
%inc mc;
filename ft15f001 temp;
filename ft15f001 temp lrecl=1000;
parmcards4;
%webout(FETCH)
%webout(OPEN)