Rob and Ituriel Thanks very much, I'll give this a try. JCTCLASS has always contained the correct job class ( I think ) but maybe I've just been lucky with that particular field!
Thanks again Paul -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of ITURIEL DO NASCIMENTO NETO Sent: 08 February 2006 12:21 To: [email protected] Subject: RES: JCTSCHEN field Paul, Mr Scott is rigth. You may try this piece of code : @SCHENV DS 0H ST R14,ADRSUBRT LA R0,JDTKWDK Get SCHENV key value LA R1,STRJKEY Get address of JOB key $CALL XINTKEY,[EMAIL PROTECTED] Check for SCHENV key L R14,ADRSUBRT Go back BR R14 @SCHENVX MVC JCTSCHEN(16),Your_Schenv L R14,ADRSUBRT BR 14 Ituriel do Nascimento Neto Banco Bradesco S.A. 4254/DPCD Alphaville Software Basico Mainframes Tel.: (55 11) 4197-2021 Fax: (55 11) 4197-2814 >-----Mensagem original----- >De: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] nome >de Rob Scott Enviada em: quarta-feira, 8 de fevereiro de 2006 07:10 >Para: [email protected] >Assunto: Re: JCTSCHEN field > > >Paul, > >If memory serves - you must $CALL the XINTKEY service to retrieve the >actual settings of keywords rather than rely on the contents of the >$JCT. > >Rob Scott >Rocket Software >http://www.rs.com/portfolio/mxi/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

