Help with jcl of compilation...



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Help with jcl of compilation...

Postby Alison Oliveira » Thu Feb 02, 2012 8:46 pm

I am trying to understand, but i can´t...

//B0101#BZ JOB (JEVYPG,IM21),'ALISON COSTA',MSGCLASS=F,                 
//             CLASS=S,REGION=0M                                       
//*-------------------------------------------------------------------* 
//JR01      EXEC PLIXCL,PROG=PLITR01,RAPIDO=                             
//PLI.SYSLIB  DD  DSN=Z025.Z025.SYSINGMB,DISP=SHR                       
//            DD  DSN=Z005.SYSINGMB,DISP=SHR                             
//PLI.SYSIN   DD  *                                                     


SO... i read in a manual that this msgclass is what the system have to do with the output... but what about this "F" in this case??? How i have to know what i have to put there??

And one more question... i Try to put
]//JR01      EXEC PGM=PLITR01


and an error occurred...
why???
Alison Oliveira
 
Posts: 37
Joined: Fri Jan 20, 2012 9:08 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Help with jcl of compilation...

Postby Alison Oliveira » Thu Feb 02, 2012 8:49 pm

Sorry... i forget to put the error...
 =============================== T O P =================================
                    J E S 2  J O B  L O G  --  S Y S T E M  G M B 2  -- 
                                                                         
13.17.36 JOB00327 ---- THURSDAY,  02 FEB 2012 ----                       
13.17.36 JOB00327  IRR010I  USERID SZNVH6   IS ASSIGNED TO THIS JOB.     
13.17.37 JOB00327  ICH70001I SZNVH6   LAST ACCESS AT 13:02:19 ON THURSDAY
13.17.37 JOB00327  $HASP373 B0101#BZ STARTED - INIT 15   - CLASS S - SYS
13.17.37 JOB00327  IEF403I B0101#BZ - STARTED - TIME=13.17.37           
13.17.37 JOB00327  CSV003I REQUESTED MODULE PLITR01  NOT FOUND           
13.17.37 JOB00327  CSV028I ABEND806-04  JOBNAME=B0101#BZ  STEPNAME=JR01 
13.17.37 JOB00327  IEA995I SYMPTOM DUMP OUTPUT  354                     
   354             SYSTEM COMPLETION CODE=806  REASON CODE=00000004     
   354              TIME=13.17.37  SEQ=58433  CPU=0000  ASID=0125       
   354              PSW AT TIME OF ERROR  070C1000   81268B7E  ILC 2  INT
   354                NO ACTIVE MODULE FOUND                             
   354                NAME=UNKNOWN                                       
   354                DATA AT PSW  01268B78 - 8400181E  0A0D18FB  180C181
   354                AR/GR 0: 9D6495D6/00001F00   1: 00000000/84806000 


Thanks for helpp...
Alison Oliveira
 
Posts: 37
Joined: Fri Jan 20, 2012 9:08 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Help with jcl of compilation...

Postby enrico-sorichetti » Thu Feb 02, 2012 8:59 pm

13.17.37 JOB00327 CSV003I REQUESTED MODULE PLITR01 NOT FOUND
13.17.37 JOB00327 CSV028I ABEND806-04 JOBNAME=B0101#BZ STEPNAME=JR01

what about researching Yourself the messages starting from
http://www-03.ibm.com/systems/z/os/zos/ ... index.html
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Help with jcl of compilation...

Postby Akatsukami » Thu Feb 02, 2012 9:20 pm

Alison Oliveira wrote:I am trying to understand, but i can´t...

//B0101#BZ JOB (JEVYPG,IM21),'ALISON COSTA',MSGCLASS=F,                 
//             CLASS=S,REGION=0M                                       
//*-------------------------------------------------------------------* 
//JR01      EXEC PLIXCL,PROG=PLITR01,RAPIDO=                             
//PLI.SYSLIB  DD  DSN=Z025.Z025.SYSINGMB,DISP=SHR                       
//            DD  DSN=Z005.SYSINGMB,DISP=SHR                             
//PLI.SYSIN   DD  *                                                     


SO... i read in a manual that this msgclass is what the system have to do with the output... but what about this "F" in this case??? How i have to know what i have to put there??

Message classes are arbitrary and site-specific. You must ask your system support workgroup or senpai what class(es) you should use. Note that compilation JCL may be provided; rolling your own can incur disciplinary action up to and including termination with prejudice.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times

Re: Help with jcl of compilation...

Postby steve-myers » Thu Feb 02, 2012 9:25 pm

MSGCLASS=F is most likely a site standard; it tells JES2 and the JCL manager that system datasets and datasets defined by SYSOUT=* are to be routed to SYSOUT class F; the precise meaning of this output class is a site standard for your site; we cannot help you.

As Mr. Sorichetti has already mentioned, you should be looking up the CSVxxx messages yourself, but "REQUESTED MODULE PLITR01 NOT FOUND" isn't very hard to understand. Once you understand that, the message "ABEND806-04" is very easy to comprehend.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Help with jcl of compilation...

Postby NicC » Thu Feb 02, 2012 10:48 pm

Did your compile and link work - give return codes no greater than 4. Did the bind (PGM=IEWL I think) issue a message saying that the program PLITR01 was marked as executable? If so, in which load library was it placed? Is that load library mentioned eithewr as a JOBLIB or STEPLIB in the job that got the 806?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to JCL