IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Hey Meerkat - Another stupid JCL question
Continuations mean commas, right?
What am I doing wrong?
\n00001                    J E S 2  J O B  L O G  --  S Y S T E M  P R D 1  --  N O D E  C C I 1 J E S A\n00002 \n00003 10.07.05 JOB07566 ---- SUNDAY,    30 MAY 2004 ----\n00004 10.07.05 JOB07566  IEFC452I Z6BAR - JOB NOT RUN - JCL ERROR\n00005 ------ JES2 JOB STATISTICS ------\n00006            11 CARDS READ\n00007            27 SYSOUT PRINT RECORDS\n00008             0 SYSOUT PUNCH RECORDS\n00009             1 SYSOUT SPOOL KBYTES\n00010          0.00 MINUTES EXECUTION TIME\n00011         1 //Z6BAR    JOB (CCIP-Z6BAR),'COPY.VB.TO.U',                             JOB07566\n00012           //        CLASS=X,USER=Z6BAR\n00013           /*JOBPARM R=116\n00014           /*ROUTE  PRINT RMT1\n00015         2 //COPY   EXEC  PGM=IEBGENER                                                2.\n00016         3 //SYSPRINT DD  SYSOUT=*                                                    3.\n00017         4 //SYSIN      DD   DUMMY                                                    4.\n00018         5 //SYSUT1   DD   DSN=CCIP.CICST.ARCHIVES.G0018V00,DISP=SHR,                 5.\n00019         6 //                         DCB=RECFM=U                                     6.\n00020         7 //SYSUT2   DD  DSN=CCIP.Z6BAR.COPY.G18,DISP=(,CATLG,DELETE),               7.\n00020         7 //SYSUT2   DD  DSN=CCIP.Z6BAR.COPY.G18,DISP=(,CATLG,DELETE),               7.\n00021         8 //                        UNIT=DISK,SPACE=(TRK,(50,20,RLSE))               8.\n00022  STMT NO. MESSAGE\n00023         5 IEFC621I EXPECTED CONTINUATION NOT RECEIVED\n00024         6 IEFC605I UNIDENTIFIED OPERATION FIELD\n00025         7 IEFC621I EXPECTED CONTINUATION NOT RECEIVED\n00026         8 IEFC605I UNIDENTIFIED OPERATION FIELD\n
New Reaching way back here
I think you need to have a non-space character in column 72 on the lines you want continued.

In this case, lines 5 & 7.
New X in 72 is normal for cont IIRC

So how did the sysprog fix it :-)

Doug
_________________________________________________________

"Blinding ignorance does mislead us. O! Wretched mortals, open your eyes!".

-- Leonardo Da Vinci
New Nah, that's application specific
I've seen the 'X' in the DD * area when send data to programs.
New So, how did the sysprog fix it?
My wild guess is that your continued lines had to be brought to the left a bit because too much whitespace caused JCL to ignore th eline, or treat it differently in some way.
Was that even remotely close to the problem?
Two out of three people wonder where the other one is.
New Exactly correct
Too many spaces.
Max of 13 spaces on the 2nd "continued" lines after the '//'
I HATE JCL!!!!!!!
New RPG programmers tell me we've got it easy. :)
Two out of three people wonder where the other one is.
New RPG is kinda cool
I was going to a 6 month tech school (BASIC,BAL, JCL, COBOL) about 22 years ago. My brother worked on a S/34. I lived with him.

The Unisys mainframe at the school had RPG. So for every assignment I had in COBOL, I also did it in RPG. 1/10 the code.
New *smile*

Imric's Tips for Living
  • Paranoia Is a Survival Trait
  • Pessimists are never disappointed - but sometimes, if they are very lucky, they can be pleasantly surprised...
  • Even though everyone is out to get you, it doesn't matter unless you let them win.


Nothing is as simple as it seems in the beginning,
As hopeless as it seems in the middle,
Or as finished as it seems in the end.
 
 
     Hey Meerkat - Another stupid JCL question - (broomberg) - (8)
         Reaching way back here - (morganek) - (2)
             X in 72 is normal for cont IIRC - (dmarker) - (1)
                 Nah, that's application specific - (broomberg)
         So, how did the sysprog fix it? - (Meerkat) - (4)
             Exactly correct - (broomberg) - (3)
                 RPG programmers tell me we've got it easy. :) -NT - (Meerkat) - (2)
                     RPG is kinda cool - (broomberg) - (1)
                         *smile* -NT - (imric)

No, you didn't. You came here for an argument!
93 ms