IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

IEB435I MISSING COMMAND PRECEDING COL 13


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
anilanju

New User


Joined: 24 Jan 2008
Posts: 4
Location: Delhi

PostPosted: Fri Apr 03, 2009 8:26 pm
Reply with quote

Hi
Copy PDS to PS using IEBCOPY utility
I tried this JCL but it didnt work.

I got this error:
Code:
PRINT/PUNCH DATA SET UTILITY                     
PUNCH TYPORG=PO                                 
IEB435I MISSING COMMAND PRECEDING COL 13         
IEB420I SYSIN IS EMPTY   



where

Code:
//SYSUT1   DD DSN=FST.TST3.ANU.PDS,DISP=SHR   (pds wit 2 members)
//SYSUT2   DD DSN=FST.TST3.ANU.TEST3,        (ps)
//             DISP=(NEW,CATLG,DELETE),       
//             UNIT=SYSDA,                   
//             SPACE=(CYL,(15,05),RLSE)       



Regards
Anju
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Apr 03, 2009 8:33 pm
Reply with quote

Why is is saying "IEB420I SYSIN IS EMPTY"? Did you code SYSIN?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Apr 03, 2009 8:36 pm
Reply with quote

From the Utilities manual (link at the top of the page):
Quote:
The control statements for the utility programs have the following standard format:

* label operation operand comments

The label symbolically identifies the control statement and, with the exception of system utility program IEHINITT, can be omitted. When included, a name must begin in the first position of the statement and must be followed by one or more blanks. The label can contain from 1 to 8 alphanumeric characters. IEBUPDTE control statements are an exception to this rule. They begin with "./" in positions 1 and 2, with an optional label beginning in position 3.

The operation identifies the type of control statement. It must be preceded and followed by one or more blanks.

The operand is made up of one or more keyword parameters, separated by commas. The operand field must be preceded and followed by one or more blanks. Commas, parentheses, and blanks can be used only as delimiting characters.
Move the PRINT (or PUNCH) over a column or two to the right -- the operation cannot start in column 1.
Back to top
View user's profile Send private message
anilanju

New User


Joined: 24 Jan 2008
Posts: 4
Location: Delhi

PostPosted: Fri Apr 03, 2009 8:37 pm
Reply with quote

Hi

No i didnt code SYSIN.

I wrote SYSUT only.

Thanks

Anju
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Fri Apr 03, 2009 8:38 pm
Reply with quote

Does the command "PUNCH TYPORG=PO" need to start after column 1 and before column 13?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Apr 03, 2009 8:41 pm
Reply with quote

CICS Guy: definitely after column 1 -- there must be at least one space before and after the PUNCH operation.
Back to top
View user's profile Send private message
anilanju

New User


Joined: 24 Jan 2008
Posts: 4
Location: Delhi

PostPosted: Fri Apr 03, 2009 8:50 pm
Reply with quote

HI

I tried the punch command at 3 position.
It worked perfectly fine.

Thanks a lot.

Regards

Anju
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top