Select the View for which a C/C++ structure is to be generated using the PARM field of the JCL used to invoke the program. The PARM field is also used to define a structure name. An example of the specification of these parameters is shown below.
//STEP1 EXEC PGM=DK1TCSTR,PARM='view,struct_name'
The parameters are positional. The first parameter, VIEW, must be defined. The parameters have the following meanings:
VIEW
This first parameter defines the name of the View for which a C/C++ structure is to be generated.
STRUCT_NAME
This second parameter becomes the name of the generated structure. This parameter has a maximum length of 25 characters.