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

Line number appearing in Output file


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

New User


Joined: 18 Sep 2007
Posts: 73
Location: Bangalore

PostPosted: Tue Feb 22, 2011 12:40 pm
Reply with quote

Hi,
I have created a dynamic JCL , but in the output i get line number "001000" at the place where instream data ends. I tried putting NUM OFF.
Code:
//STEP020.SYSIN DD *
 ALTER  XXXX.NC.YYY.REGL.RXRC.FILE01.TEMP  -
  NEWNAME   (SNLT.NC.REGL.RXRC.FILE01.STRIP)
//*                 1000
//XMIT02   EXEC AREL4700,
//         HLQ=XXXX,
//         CO=C,
//         NOS=YYY,
//         RUNTYP=REGL,
//         CT=RXRC,
//         FILENO=FILE02
//*
//STEP020.SYSIN DD *
 ALTER  SNLT.NC.NOS.REGL.RXRC.FILE02.TEMP  -
  NEWNAME   (SNLT.NC.REGL.RXRC.FILE02.STRIP)
//*               001000


Kindly help me to solve this problem
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Feb 22, 2011 12:51 pm
Reply with quote

what You are telling is very sad and we are very sympathetic with You icon_cool.gif
given the scarce info provided, the only reasonable suggestion is ...
fix Your broken <creation> process
Back to top
View user's profile Send private message
sun_job

New User


Joined: 18 Sep 2007
Posts: 73
Location: Bangalore

PostPosted: Tue Feb 22, 2011 1:55 pm
Reply with quote

Please find the full info
Code:

//STEP010   EXEC PGM=DYNMIC
//*
//FILENO    DD DSN=XXYYYY.NC.REGL.RXRWD.MFT.DATA,
//             DISP=SHR
//STEPCNTL  DD DSN=XXYYYY.NC.REGL.RXRWD.MFT.STEP2,
//             DISP=SHR
//DYNMJCL   DD DSN=XXYYYY.NC.REGL.RXRWD.MFT.JCL,
//             DISP=(NEW,CATLG,DELETE),
//             SPACE=(CYL,(1,3),RLSE),
//             UNIT=SYSDA,
//             DCB=(RECFM=FB,LRECL=80,BLKSIZE=0)
//SYSOUT   DD  SYSOUT=*
//SYSPRINT DD  SYSOUT=*
//SYSUDUMP DD  SYSOUT=*
//*

The output of DYNMJCL is given in the first topic, which has 001000 coming . Hope this information is ok[/code]
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Feb 22, 2011 2:04 pm
Reply with quote

what You posted is still completely useless
PGM=DYNMIC
what makes You believe that we know something about it ? icon_evil.gif
would not be faster to speak to Your support or even faster read the documentation for the DYNMIC program ?

You classify as an IT Consultant
looks more like a joke to me ...
Your skills on providing useful info are just non existant
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Feb 22, 2011 2:20 pm
Reply with quote

as an aside,

the '//*' is a jcl comment.
not an indicator of end-of-instream-data which is '/*'

and since it is a comment, why do you care?

when the 'dynamic'ly generated JCL is submitted, are there jcl errors?
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top