Anonymous | Login | Signup for a new account | 2024-11-22 18:42 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000834 | FL5 | 2.2 Subprogram FLUC (CONV) | public | 2016-11-23 17:34 | 2016-11-25 11:43 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | System z | OS | z/OS | OS Version | V2R20 | ||||
Product Version | 5.1.13 | ||||||||
Target Version | 5.1.15 | Fixed in Version | 5.1.14 | ||||||
Summary | 0000834: Support dynamic allocation of SYSOUT | ||||||||
Description | Currently the FALLOC object don't support a dynamic allocation of SYSOUT. A parameter like FALLOC(SYSOUT(CLASS='A',WRITER='SMTP')) would be useful. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
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 |