sysin input stream in more than two lines



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

sysin input stream in more than two lines

Postby kakes » Mon Jun 14, 2010 10:33 am

is there any problem in putting sysin input stream in more than two lines.
for eg if iam writing
//SYSIN DD *
COPY INDD=SYSUT1,
OUTDD=SYSUT2
/*
// in IEBCOPY utility iam not getting the output.
kakes
 
Posts: 2
Joined: Mon Jun 14, 2010 10:04 am
Has thanked: 0 time
Been thanked: 0 time

Re: sysin

Postby enrico-sorichetti » Mon Jun 14, 2010 10:54 am

the manual will tell all You might want to know about the proper format for the control statements!
http://publibz.boulder.ibm.com/cgi-bin/ ... 0626223348
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: sysin

Postby steve-myers » Mon Jun 14, 2010 11:04 am

The format of your COPY statement does not follow IEBCOPYs rules. If you are not seeing any output there is likely some other issue with your job which we cannot diagnose with what you have given us.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: sysin

Postby dick scherrer » Mon Jun 14, 2010 11:34 pm

Hello,

in IEBCOPY utility iam not getting the output.
You are getting diagnostic errors - which you chose to not post. . .

Posting "it didn't work" is just a waste of everyone's time. . .

d
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: sysin

Postby wangyang » Fri Jul 16, 2010 8:57 am

Hello, i am new here,maybe you can try this.
/SYSIN DD *
COPY OUTDD=SYSUT2
INDD=SYSUT1
/*
wangyang
 
Posts: 1
Joined: Fri Jul 16, 2010 8:47 am
Has thanked: 0 time
Been thanked: 0 time

Re: sysin

Postby dick scherrer » Fri Jul 16, 2010 9:47 am

Hello and welcome to the forum,

It is best to run a solution to ensure it works before posting it as a reply. . .

This:
/SYSIN DD *
COPY OUTDD=SYSUT2
INDD=SYSUT1
has at least 2 errors. . .

When posting a tested solution, it is best to use copy/paste rather than re-keyingthe info. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post