Page 1 of 1

Language type

PostPosted: Tue Jan 26, 2010 10:51 pm
by Adolph san
I can't understand the below code in a JCL. What is the below language?
Can you recommend to me a good book about this language?


Code:
SIGNON USERID=(Y) ESF=YES
SUBMIT PROC=MODEL90 SNODE=UNIX.TCMINDU1.P HOLD=NO CASE=YES -
SNODEID=(USERID,PASSWORD)
&FROM=PNODE
&TO=SNODE
&DSN01=PV5240A.DB2.CARR.MKT.DTL
&OUT01='/DATASTAGE/DATA/CLSI_REQMNT/LOSSDB/CARRTST.DAT'-
&OPDISP=(RPL)
SIGNOFF

Re: Language type

PostPosted: Wed Jan 27, 2010 12:32 am
by MrSpock
That code looks like the input parameters for a Connect:Direct for z/OS batch interface job SUBMIT command. I'd suggest reviewing the Connect:Direct for z/OS User's Guide and the Understanding Processes Guide, or contacting your site's administration team.

If you don't have these documents available at your site, you'll have to download an appropriate set from the vendor, Sterling Commerce.

Re: Language type

PostPosted: Wed Jan 27, 2010 2:07 am
by dick scherrer
Hello and welcome to the forum,

I can't understand the below code in a JCL.
And yet you did not post the actual jcl. . . :?

What was posted is not jcl, but is input data to some program.

If the expanded jcl had been posted, the pgm= would have been available.

Re: Language type

PostPosted: Wed Jan 27, 2010 8:03 pm
by Adolph san
Thank you.
I am not able to post the JCL in the forum. I am attending a project of bank, The authority is limited and I can't connect the web.
The screen-shot can't be process when I login the PCOM.
I will write down the JCL code on a piece of paper and post it tomorrow evening.

Re: Language type

PostPosted: Wed Jan 27, 2010 10:00 pm
by MrSpock
We don't need to see your JCL at this point. Your original topic question has been answered.

Re: Language type

PostPosted: Thu Jan 28, 2010 12:11 am
by dick scherrer
Hello Adolph,

As MrSpock mentioned, you don't need to post the jcl if your question is resolved.

My reply was more for suggesting completeness/clarity in future posts. The more complete/clear your question/problem is presented, the more likely a useful reply will be posted quickly. . . :)