Consulting |
Create a DAG module in all your accounts. Copy the source code into the DAG.BP file and compile using the M2K tools EDP or BX.
Source Code | Description | Comment | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
B | Browser Utility | Sends terminal output to a PWS Browser Window | ||||||||||
FILEINFO | File Information Utility | Displays File Information Quickly. Supports all different file types. |
||||||||||
GET_DIR_INFO | Get DIR( ) Information from a Directory Type file for an Item. | Use GET_DIR_INFO from a Basic Program, RPC, or in an I-Descriptor to retrieve Date, Time, Size, or Permissions. Below are the Subroutine Arguments Usage: GET_DIR_INFO(Answer, "InputType", "FileName", "ItemName", Flag)
|
||||||||||
DAG_ADD_DICTS | Add Directory entries quickly and easily from within a Paragraph or Basic Program. | Use DAG_ADD_DICTS from a Paragraph or Basic Program Send the following in DATA statements:
|
||||||||||
OPT.DISP.B4.AFT.SUB | Displays Option Descriptions along with the Option for M2K Screens. | Use OPT.DISP.B4.AFT.SUB in a M2K Screen. On the prompt that has Options and Option Descriptions go to screen C2 and add OPT.DISP.B4.AFT.SUB in the Before Display prompt. Don't forget to add the extra display room on screen C1 just like you would for a validation display. | ||||||||||
ITRANS | An I-Descriptor subroutine that will allow you to TRANS to an I-Descriptor. | Usage: SUBR('ITRANS', TargetFile, TargetId, IDescName, ReturnCode)
|