Skip to main content

Problem:

There are many uses for the indiviual portions of a proc file that are parsed in with the JCL.  Can these items be selectable and usable within Revolve's REQL database?

Resolution:

Currently in Revolve 7.0, a user is able to right mouse/select on an individual piece within a PROC CARD -

The syntax of the statement:

//PRINT    PROC SOUT='*',GEN='0',PRM=''

when RIGHT MOUSE/SELECT on the PRINT

Go to Tools/Shell

Type:

show tree(selected)

Receive this:

jcl_symbolic : PRINT  {YBNKPRT1 at 1,4 of ZBNKBAT1.JCL }

jcl_symbolic_parm : SOUT  {YBNKPRT1 at 1,18 of ZBNKBAT1.JCL }

jcl_symbolic_value : *  {YBNKPRT1 at 1,24 of ZBNKBAT1.JCL }

jcl_symbolic_parm : GEN  {YBNKPRT1 at 1,27 of ZBNKBAT1.JCL }

jcl_symbolic_value : 0  {YBNKPRT1 at 1,32 of ZBNKBAT1.JCL }

jcl_symbolic_parm : PRM  {YBNKPRT1 at 1,35 of ZBNKBAT1.JCL }

jcl_symbolic_value :   {YBNKPRT1 at 1,40 of ZBNKBAT1.JCL }

Old KB# 1145

#SupportTip
#EnterpriseAnalyzer