Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ############### USEFUL NOTES ###############
  2. list file fields
  3. output is spool
  4. lstffd [program]
  5. desc fields
  6. Desc type: PRMT15
  7. Desc Key: PSAR15
  8. Desc Desc: PRMD15
  9. Desc limit: PRML15
  10. Find what menu calls a program
  11. WHATMENU Wrkqrys OPSQRYS
  12. Turn date into what system uses
  13. %Dec(%Char( [datevar] :*cymd0):7:0);
  14. Compile sql rpg program with source code
  15. CRTSQLRPGI joshualib/packlist DBGVIEW(*SOURCE)
  16. View spools of active session (for dumps)
  17. WRKUSRJOB CHANP *ACTIVE
  18. LDA
  19. WRKLDA
  20. LIBRARIES
  21. Live source: OSLPUMAPS3
  22. Live objs: OSLPUMAPP3
  23. Live Data: PUMOSLAPF1
  24. Test Data: OSLTSTAPF1
  25. Send email to calling user
  26. PACKLIST is an example of this
  27. View Dump
  28. WRKJOB [program name]
  29.  
  30. IBM i access solutions has macro recording and keybinding.
  31.  
  32. When you log into test, do this:
  33. /excel
  34. 1
  35. F3
  36. F12
  37. You've now quickly set up your library list.
  38.  
  39. Shift+Escape then enter 90 to quit session.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement