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

COMMAND Error: 20 IEFC166D REPLY Y/N TO EXECUTE/SUPPRESS


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

New User


Joined: 17 Feb 2007
Posts: 46
Location: mumbai

PostPosted: Thu Apr 19, 2007 4:26 pm
Reply with quote

Hi All,

Can any one tell me what is the problem occurring while running the program.

JCL

//SAMPLE JOB 'SAMPLE',NOTIFY=&SYSUID,CLASS=X,MSGCLASS=Y
//STEP1 EXEC PGM=IEFBR14
//SYSPRINT DD SYSOUT=*
// COMMAND 'D A,L'


when i specify the class=x
then it gives a message on console

*20 IEFC166D REPLY Y/N TO EXECUTE/SUPPRESS COMMAND


when i specify class=y it doesnot gives request it directly execute
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Apr 19, 2007 4:38 pm
Reply with quote

Not sure that you need the COMMAND bit, I usually use SDSF

Code:

//SDSF     EXEC PGM=SDSF                                     
//SYSOUT   DD SYSOUT=*                                       
//SYSPRINT DD SYSOUT=*                                       
//ISFOUT   DD SYSOUT=*                         
//ISFIN    DD *                                             
LOG                                                         
D A,L
END
Back to top
View user's profile Send private message
ybhavesh
Warnings : 1

New User


Joined: 17 Feb 2007
Posts: 46
Location: mumbai

PostPosted: Thu Apr 19, 2007 4:43 pm
Reply with quote

Hi expat

I know we can go into log and fire command /d a,l
then also it displays all the active job
i want to ask why it is promt a request when i specify class=x in a jcl job
any why it is not promting when i specify class=y
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Apr 19, 2007 4:45 pm
Reply with quote

I guess you would have to ask you systems programmers about that, it seems site specific to me.
Back to top
View user's profile Send private message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 262

PostPosted: Thu Apr 19, 2007 6:32 pm
Reply with quote

The JOBCLASS parameter of JES has a subparameter of COMMAND if this is set to VERIFY then the system will ask the operator for confirmation . possible values for the subparameter are COMMAND=DISPLAY|EXECUTE|IGNORE|VERIFY
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Routing command Address SDSF to other... TSO/ISPF 2
Search our Forums:

Back to Top