Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Replacing job variables

&pagelevel(4)&pagelevel

Job variables are replaced in SDF-SIM in exactly the same way as outside the context of simulation.

 .
 .
/create-jv jv-name=jv1
/modify-jv jv-contents=jv1,set-value='bbb' ————————————————————————————  (1)
 .
 .
/start-sdf-sim
 .
 .
*sh-f-att &(jv1)
(IN)       sh-f-att bbb ———————————————————————————————————————————————  (2)

ENTRY : DCOFSTAT

INTERFACE : ISL

STRING FORM

/FSTATUS BBB,LIST=(SYSOUT)

*enter-job &(jv1),j-class=jcb00200
(IN)       enter-job bbb,j-class=jcb00200

ENTRY : JMGENTR

INTERFACE : ISL

STRING FORM

/ENTER BBB,ERASE=NO,JOB-CLASS=JCB00200,JOB-PRIO=STD,RERUN=NO,FLUSH=NO,

START=STD,REPEAT=STD,RUN-PRIO=STD,TIME=STD,PRINT=STD,PUNCH=STD,

LOG=(LISTING=NO)

*

 .
 .

  1. The user creates a job variable with the name jv1 and assigns it the value ’bbb’.

  2. SDF-SIM replaces the job variable by its value.

Users should bear in mind that it is not possible to replace procedure parameters.