FLAM Issue Tracker - FL5
View Issue Details
0000818FL51.2 FLCCpublic2016-07-20 09:242016-07-22 15:04
Falk Reichbott 
Ulrich Schwab 
normalminoralways
resolvedfixed 
GeneralGeneralGeneral
5.1.12 
5.1.13 
0000818: FLCC insert default values in generated command
The hard coded default values (f.e. INDSIZ) from the parameter tables are always put into a generated command. This is only required if the value changed by entering another vaule over the dialog.
//FLCLCONV EXEC PGM=FLCL,REGION=0M,PARM='CONV=DD:PARM'
//STEPLIB DD DSN=&SYSUID..FLAM.LOAD,DISP=SHR
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//PARM DD *
   READ.BINARY(
   )
   WRITE.RECORD(
      INDSIZ=-1
   )
/*
No tags attached.
Issue History
2016-07-20 09:24Falk ReichbottNew Issue
2016-07-20 09:24Falk ReichbottStatusnew => assigned
2016-07-20 09:24Falk ReichbottAssigned To => Ulrich Schwab
2016-07-22 15:01Ulrich SchwabDescription Updatedbug_revision_view_page.php?rev_id=306#r306
2016-07-22 15:04Ulrich SchwabStatusassigned => resolved
2016-07-22 15:04Ulrich SchwabResolutionopen => fixed

There are no notes attached to this issue.