suresh chacko wrote:

>Edit the job in 3.4 and the PROFILE. If PACK is ON, set it OFF with PACK OFF 
>command and resubmit the job and see it resolves the issue.

PACK Status to do with jobname length? I must be missing something...


Lindy Mayfield, Ok, I submitted a job from an edit session (ISPF =3.4), using 
your exact copy:

EDIT       ......JCL($IEBGEN) - 01.22                    
Command ===> sub;can                                       
****** ***************************** Top of Data **********
000210 //Z         JOB TPX,'RUN JOB',                      
000220 //                 CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
001100 //*                                                 
001200 //PEST     EXEC PGM=IEBGENER                        
001300 //SYSPRINT DD SYSOUT=*                              
001302 //SYSUT2   DD SYSOUT=*                              
001400 //SYSUT1   DD *                                     
001500 PEST                                                
****** **************************** Bottom of Data ********
                                                           
IKJ56250I JOB Z(J0122913) SUBMITTED                        
***  

Failed with JCL error, 

$HASP105 Z        -- EXPECTED CONTINUATION NOT RECEIVED
$HASP119 Z DELETED - MISSING CONTINUATION, RC=3        
IEFC452I Z - JOB NOT RUN - JCL ERROR 023               
$HASP250 Z PURGED -- (JOB KEY WAS D2C16A8A)            

so I redo with

//Z        JOB TPX,'RUN JOB',               
//         CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID

No weird prompting, just a submit without complaints about jobname length. Job 
gave RC=00.


>> Can someone tell me what triggers this message/prompt?
>> IKJ56700A ENTER JOBNAME CHARACTER(S) -

TSO pre-prompt parse routine.


>> Doesn't matter what I put in there for job name, even filling it out to 8 
>> characters, I still get prompted. 

How or with what are you submitting that? Are you using the TSO SUBMIT command? 
That command has this keyword 'JOBCHAR('CHARACTERS')'.


> ...  Usually it's the accounting info in parenthesis

Similar to that recent thread about joblines managed by the accounting field?


>> At some shops I've noticed that the Job name has to be the 7 character TSO 
>> user id plus one character, and if not I'd get that prompt, and if I entered 
>> a letter it would run.

That is site dependend.


>> I'm thinking a system exit, perhaps IEFUSI, may be one source.  What else 
>> could this be?  I'd like to understand it better before bugging the very 
>> busy sysprog.

Look at SUBMIT exit (IKJEFF10). That is if you use TSO/E SUBMIT, not the SUBMIT 
command during an edit session.

This is described here:

https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ikjb400/submitx.htm
 

HTH!

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to