Previous Topic: Updating Modified Maps In Dialogs Using ADSCNext Topic: Step 2:  Recompile Dialog XXXDADD


Step 1: Retrieve Dialog XXXDADD

In order to retrieve a dialog load module, you use ADSC.

If you did not transfer directly to ADSC earlier in this chapter when you exited from MAPC, you need to invoke ADSC by using the task code (for example, ADSCT) for ADSC.

Note: Using the task code ADSCT means that you are invoking ADSC under TCF (the transfer control facility). Once you are in the ADSC tool under TCF, you can switch to another application development tool without returning to DC/UCF.

For more information on invoking ADSC, see Step 1: Invoke ADSC. :P ADSC begins by displaying the Main Menu screen. You use the Main Menu screen to retrieve a dialog definition for update.

Screen Prompts

You typically enter information after one or more of the following Main Menu screen prompts:

    Add  Modify  Compile  Delete  Display  Switch  ._____________________________________________________________________________.                          CA IDMS/DC Online Dialog Compiler                      CA, Inc.     Dialog name . . . . . . .   xxxdadd     Dialog version  . . . . .   1     Dictionary name . . . . .   demo     Dictionary node . . . . .   ________     Screen  . . . . . . . . .   1  1. General options                                    2. Assign maps                                    3. Assign database                                    4. Assign records and tables                                    5. Assign process modules  Command ===>  Enter  F1=Help  F3=Exit  F10=Action

Press [Enter] to retrieve the dialog.

Note: If the dialog has not been explicitly released (using the Release option of the Modify action on the action bar of the Main Menu), naming the dialog on the Main Menu screen retrieves that definition for modification. If the dialog has been released, you use the ADSC Main Menu screen to check out the dialog definition for modification (using the Checkout option of the Modify action on the action bar of the Main Menu).

For information on checking out a dialog, see CA ADS Reference Guide.

If the dialog has been released, subsequently checked out to another developer and not released by that developer, you will not be able to check it out.

After you press [Enter], ADSC redisplays the Main Menu screen with either a confirming message or an error message.

Make sure that you typed the correct dialog name, dictionary, and node, as necessary. You can type over any errors and then press [Enter] again.

After you successfully retrieve XXXDADD, you can recompile the dialog load module as described below.