View previous topic :: View next topic |
Author |
Message |
Dibakar Advanced
Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Thu Feb 02, 2006 1:07 am Post subject: Error in executing pan#2 in jcl |
|
|
When I submit the following jcl i am getting return code 8 for some invalid parameter.
JCL
Code: | /*ROUTE PRINT U1
/*JOBPARM S=*
//*
//PAN2 EXEC PGM=PAN#2
//PANDD1 DD DSN=DIBA.PROD.PANVALET,
// DISP=SHR
//SYSIN DD *
++CONTROL 0
++PRINT 1-UP
//SYSPRINT DD SYSOUT=* |
SYSPRINT
Code: | S E I I N V E S T M E N T S
DIBA.PROD.PANVALET
++CONTROL *
***** INVALID PARAMETER *****
++PRINT 1-UP
***** INVALID COMMAND *****
FILE VERSIONS: PANDD1 => V14.2 PANDD2 => NOT-USED |
I don't know where this '*' is coming from. Is it referring to the dataset name or the control card?
Note: While posting the jcl and sysprint I changed the HLQ to'DIBA'.
Thanks,
Diba |
|
Back to top |
|
|
Dibakar Advanced
Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Thu Feb 02, 2006 1:27 am Post subject: |
|
|
I read that if security code is invalid then also it gives 'INVALID PARAMETER' message. Now I have to ask for security code. |
|
Back to top |
|
|
|
|