Skip to content

Commit

Permalink
Merge branch 'master' of github.com:WorksOfLiam/migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed May 1, 2019
2 parents 4caff44 + 7b565ca commit acd9262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/migsrcpf.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CMD Prompt('Migrate Source PF')

PARM KWD(LIBRARY) TYPE(*CHAR) LEN(10) +
PROMPT('Source Library')
PROMPT('Source Library2')
PARM KWD(SOURCEPF) TYPE(*CHAR) LEN(10) +
PROMPT('Source PF') ALWUNPRT(*NO)
PARM KWD(OUTDIR) TYPE(*CHAR) LEN(128) +
Expand Down
2 changes: 2 additions & 0 deletions src/migsrcpf.rpgle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
Dcl-S MbrCnt Int(5);
Dcl-S IterNum Int(5);
Dsply ('This change came from cool branch');

DirName = %TrimR(pOutDir) + '/' + %TrimR(Utils_Lower(pSRCPF)) + '/';
If (system('MKDIR DIR(''' + DirName + ''')') = 0);
Expand Down

0 comments on commit acd9262

Please sign in to comment.