| Property Group Categories |
Select the following categories:- C/C++ Settings
- JCL Job Card and Data Set
- Link Options
- Runtime Options
|
| C/C++ Settings |
On the Procedures and Steps page:- Enable the ELAXFCPC procedure.
- Specify the following options for the C step:
- Compiler Options: TEST SOURCE NOMAR NOSEQ
NOLIST
- Object Deck Data Set: <HLQ>.CPPOBJS.OBJ
- System Libraries: EDCV120.SeDCDHDR
- Event File Data Set: <HLQ>.SYSEVENT
- Additional JCL: Include any additional
JCL required by your site.
|
| Link Options |
On the Procedures and Steps page:- Enable the ELAXFLNK procedure.
- Specify the following options for the LINK step:
- Link Libraries: SYS1.SCEELKED SYS1.SCEEMAC
- Use specified link instructions: ORDER
CEESTART
- Load Module Location: <HLQ>.LOAD
- Additional JCL: Include any additional
JCL required by your site.
|
| Runtime Options |
On the Procedures and Steps page:- Enable the ELAXFGO procedure.
- Specify the following options for the RUN step:
- Run in batch with debugger: Select this
radio button.
- Runtime Options/Program Parameters: Select
this radio button.
- Additional JCL:
//SYSXMLSD DD DSN=&SYSUID..TEMP.WSEDSF1,DISP=(NEW,CATLG),
DCB=(RECFM=VB,LRECL=16383,BLKSIZE=27998),
SPACE=(TRK,(200,40))
|