|
View previous topic :: View next topic
|
| Author |
Message |
dharmaraok
New User
Joined: 10 Mar 2011 Posts: 45 Location: india
|
|
|
|
I am sending the file data as an attachment via email through JCL but i am facing operand too long errr @ FILENAME: position , At 72 position i have tried with X,,,- but still i am facin this issue. I have started O.PDF', at 16th column but the issue still persists
Please let us know how to solve this issue
| Code: |
//JS010 EXEC PGM=IEBGENER,REGION=8M
//*
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//*
//OUT2 OUTPUT DEST=RMT00697,PAGEDEF=A1FROC,FORMDEF=A1FROC,
// TRC=Y,CHARS=(GT15,GT10,PB12),
//* USERDATA=('TO:[email protected]',
// USERDATA=(EMAILPRT,
// 'TO:[email protected]',
// 'CC:[email protected]',
// 'MAILFROM:[email protected]',
// 'REPLYTO:[email protected]',
// 'FILENAME:INR_NBKFGFIT_965676_CHANDRA_SEKHAR_CHINAMANAGONDA_DHARMARA-
// O.PDF',
// 'FILEDESC: PLEASE FIND ATTACHED A COPY OF THE FORWARDER''S',
// 'FILEDESC: CARGO RECEIPT FOR YOUR RECORDS.'),
// TITLE='RECIRPT - DRAFT',
// MAILFROM='[email protected]'
//*
//SYSUT1 DD DSN=TEST.INPUT.FILE,
// DISP=(OLD,DELETE,DELETE)
//SYSUT2 DD SYSOUT=A,OUTPUT=(*.OUT2)
//SYSIN DD DUMMY
//* |
B[img][/img] |
|
| Back to top |
|
 |
Joerg.Findeisen
Senior Member

Joined: 15 Aug 2015 Posts: 1427 Location: Bamberg, Germany
|
|
|
|
| Code: |
USERDATA=(val,val...)
In the above syntax, the following subparameters are used:
"val" - a 1 to 60 character value the installation defines for its own
special purposes. From 1 to 16 values may be specified. |
|
|
| Back to top |
|
 |
dharmaraok
New User
Joined: 10 Mar 2011 Posts: 45 Location: india
|
|
|
|
hi Joerg.
I did not understand what u said |
|
| Back to top |
|
 |
Joerg.Findeisen
Senior Member

Joined: 15 Aug 2015 Posts: 1427 Location: Bamberg, Germany
|
|
|
|
| Your parameter FILENAME:<...> is longer than 60 characters, that's just it. Use a shorter name here. |
|
| Back to top |
|
 |
sergeyken
Senior Member

Joined: 29 Apr 2008 Posts: 2263 Location: USA
|
|
|
|
| Joerg.Findeisen wrote: |
| Your parameter FILENAME:<...> is longer than 60 characters, that's just it. Use a shorter name here. |
Likely, the author cannot count to 60? |
|
| Back to top |
|
 |
|
|
 |
All times are GMT + 6 Hours |
|