FLAM® Issue Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000834FL52.2 Subprogram FLUC (CONV)public2016-11-23 17:342016-11-25 11:43
ReporterFalk Reichbott 
Assigned ToFalk Reichbott 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformSystem zOSz/OSOS VersionV2R20
Product Version5.1.13 
Target Version5.1.15Fixed in Version5.1.14 
Summary0000834: Support dynamic allocation of SYSOUT
DescriptionCurrently the FALLOC object don't support a dynamic allocation of SYSOUT. A parameter like

FALLOC(SYSOUT(CLASS='A',WRITER='SMTP'))

would be useful.
TagsNo tags attached.
Attached Files

- Relationships
related to 0000835resolvedFalk Reichbott Support write of files as mail attachment over the SYSOUT(TCPCSMTP) 

-  Notes
(0001043)
Falk Reichbott (administrator)
2016-11-25 00:00
edited on: 2016-11-25 11:43

A dynamic allocation of sysout is supported with FLAM 5.1.14 like:

//FLCLCONV EXEC PGM=FLCL,REGION=0M,PARM='CONV=DD:PARM'
//STEPLIB DD DSN=&PROJ..&SYSUID..LOAD,DISP=SHR
//SYSPRINT DD SYSOUT=*
//INPUT DD *
HELO YOURMVS
MAIL FROM:<CAROL@YOUR.example.COM>
RCPT TO:<msgs@rsch.example.edu>
RCPT TO:<alice@ai.example.edu>
DATA
Date: Thur, 26 Mar 92 21:48:57 EST
From: Carol <CAROL@YOUR.example.COM>
To: <msgs@rsch.example.edu>
Cc: <alice@ai.example.edu>
Subject: update

Mike: Cindy stubbed her toe. Bobby went to
      baseball camp. Marsha made the cheerleading team.
      Jan got glasses. Peter has an identity crisis.
      Greg made dates with 3 girls and couldn't
      remember their names.
.
QUIT
//PARM DD *
read.record(file=DD:INPUT)
write.record(falloc(sysout(class='A' writer='CSSMTP)))


- Issue History
Date Modified Username Field Change
2016-11-23 17:34 Falk Reichbott New Issue
2016-11-23 17:34 Falk Reichbott Status new => assigned
2016-11-23 17:34 Falk Reichbott Assigned To => Falk Reichbott
2016-11-23 17:38 Falk Reichbott Relationship added related to 0000835
2016-11-25 00:00 Falk Reichbott Note Added: 0001043
2016-11-25 00:00 Falk Reichbott Status assigned => resolved
2016-11-25 00:00 Falk Reichbott Fixed in Version => 5.1.14
2016-11-25 00:00 Falk Reichbott Resolution open => fixed
2016-11-25 11:43 Falk Reichbott Note Edited: 0001043 View Revisions


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker