Re: JOB card error - it has me stumped.

2005-06-03 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 06/01/2005 at 11:18 AM, Craig Kittendorf [EMAIL PROTECTED] said: In the Assembler Services Guide concerning the Internal Reader, the /*EOF statement causes the jobstream to be immediately sent to JES2 input services. That's certainly the case if you're using BSAM or

Re: JOB card error - it has me stumped.

2005-05-31 Thread Mark Yuhas
Due to the misalignment caused by the font, it's hard to read the information. However, this is positions 1-29 of the JOB card: //VM44K1C JOB (C,VM44,027), 66EDFFDFC444DDC44C6EDFF6FFF56 115 444 21 30001 6 20D3B5444 B027DB Positions 30-72: 'COMP SEARCH PARMS',

Re: JOB card error - it has me stumped.

2005-05-31 Thread McKown, John
A continuation character is not needed in column 72. There is a trailing comma after the programmer name field. This is sufficient for the JCL interpreter to think that you are continuing the JOB card on the next card. If you are not, you get this error. Remove comma after the programmer name

FW: JOB card error - it has me stumped.

2005-05-31 Thread Raymond Noal
Mark, You have a comma after the 'programmer name' (COMP SEARCH PARMS, in your case) which is indicating a continuation. Column 72 has nothing to do with indicating a continuation in your example. Using Col. 72 to indicate continuation was the old format for JCL. Now, if you end the text in a JCL

Re: JOB card error - it has me stumped.

2005-05-31 Thread Mark Zelden
Several people wrote: there is a comma saying that it's expecting more job card parms. I could be wrong, but I think he already knows that. However, he thinks the problem is with the first card because that is when he sees HASP119. I can't say if that is the case or not if the next card is

Re: JOB card error - it has me stumped.

2005-05-31 Thread Kevin Clark
Hello, Mark said something about CICS and INTRDR. did you make sure that a /* was done. Kevin -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN

Re: JOB card error - it has me stumped.

2005-05-31 Thread Mark Yuhas
Problem solved. A colleague discovered that at the end of the jobstream was a '/*EOF' statement. When this was removed from the jobstream, the JOB card was recognized and executed as planned. In the Assembler Services Guide concerning the Internal Reader, the /*EOF statement causes the

Re: JOB card error - it has me stumped.

2005-05-29 Thread Volker Bandke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 IEFUJV? Mark Yuhas said the following on 05/29/2005 03:58 AM: | A CICS program writes a jobstream from the Transient Data Queue to the | Internal Reader. This has been done for a number a years. Recently, rest snipped - -- ~ With kind

Re: JOB card error - it has me stumped.

2005-05-28 Thread John P Baker
Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Yuhas Sent: Saturday, May 28, 2005 09:59 PM To: IBM-MAIN@BAMA.UA.EDU Subject: JOB card error - it has me stumped. A CICS program writes a jobstream from the Transient Data Queue to the Internal Reader. This has been done for a number a years

Re: JOB card error - it has me stumped.

2005-05-28 Thread Lizette Koehler
Would love to see the entire JOB Card. The illegal job card statement maybe due to a parm later in the statement. What you have supplied shows a continuation comma but do not see any additional cards. Plus I am not seeing any message id for the message. Do you have a jobcard exit that might be