Page 1 of 1

IEH LIST control card error

PostPosted: Thu Oct 04, 2012 6:54 pm
by gowthamgyaa
Hi everyone,
I need your help in debugging. As like IEHPROGM , am facing the same error in IEHLIST Also, I'l provide you the JCL statements below,


//JOB STATEMENT
//STEP1 EXEC PGM=IEHLIST
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD VOL=SER=ASMS04,UNIT=3390,DISP=SHR
//SYSIN DD *
LISTPDS=*****.TECH.EMP,VOL=3390=ASMS04
/*
//


It shows me the following error,
Info in the control statement not sufficient so program not called.


I kindly request you to debug this and guide me the same

Kind regard's
gyaa

Re: IEH LIST control card error

PostPosted: Thu Oct 04, 2012 7:05 pm
by steve-myers
Kindly read the discussion of IEHLIST control statements in DFSMSdfp Utilities for your z/OS release. In addition to the **** in what may be the data set name, I see at least two other errors in your control statement.

Re: IEH LIST control card error

PostPosted: Thu Oct 04, 2012 7:23 pm
by gowthamgyaa
@Steve
Thanks for your Kind reply.
Actually i written the control card wrongly by starting the keyword for column 1. But in my JCL statement i wrote it from column 4 , with my novice knowledge i think we can start between 4 to 16 columns. But i got the same error which i mentioned above.
If I mentioned wrongly kindly pardon me and provide me a guidance.
Steve you had told me two more errors, so if you provide me knowledge about those two error's it would be of a great help to me.


Kind regard's
gyaa

Re: IEH LIST control card error

PostPosted: Thu Oct 04, 2012 7:29 pm
by NicC
Why not scan your job byte-by-byte with the manuals (JCL and utilities) open at the relevant places? You are there to learn, not to be spoon fed so that you come out with all your learning and work done by others making you useless when it comes to real work!

Re: IEH LIST control card error

PostPosted: Thu Oct 04, 2012 7:30 pm
by Akatsukami
Seriously, Gyaa-kun, if you insist on using IEHLIST, you ought to read the fine manual on the LISTPDS control card. Do so now, and see if you can spot the other error.

Re: IEH LIST control card error

PostPosted: Thu Oct 04, 2012 7:38 pm
by steve-myers
gowthamgyaa wrote:@Steve
Thanks for your Kind reply.
Actually i written the control card wrongly by starting the keyword for column 1. But in my JCL statement i wrote it from column 4 , with my novice knowledge i think we can start between 4 to 16 columns. But i got the same error which i mentioned above.
If I mentioned wrongly kindly pardon me and provide me a guidance.
Steve you had told me two more errors, so if you provide me knowledge about those two error's it would be of a great help to me.


Kind regard's
gyaa
One error I thought I saw was because you did not use code tags. That leaves one real error you will have to deduce by Reading The Fine Manual.

Re: IEH LIST control card error

PostPosted: Fri Oct 05, 2012 6:40 pm
by gowthamgyaa
@Steve,
Kindly pardon me in asking this question , you mentioned in the previous post as CODE TAGS, I searched for it but couldn't get right answer for it, As you are an experience hand can you please give hints about code tags?



Kind regard's
gyaa

Re: IEH LIST control card error

PostPosted: Fri Oct 05, 2012 6:54 pm
by NicC
When you reply using the Quick Reply button, below the input box are 2 buttons - Submit and Full Editor. Click on the full editor button and enter your post. Above the input box is a row of buttons one of which is the Code button. Highlight the part of your message to be 'coded' and click the code button. Use the Preview button below the input box to check that you have done it right. I am sure I have told you this before.

Re: IEH LIST control card error

PostPosted: Fri Oct 05, 2012 7:03 pm
by gowthamgyaa
@nicc,
Kindly pardon me , I learned it , I would do it from my upcoming post


Kind regards
gyaa