Page 1 of 1

Help on Intertest.

PostPosted: Wed Feb 06, 2008 4:44 am
by kalamulasuresh
Hello,

Can any one provide help on Intertest?
May bee some kind of screen shots and how it works in real time.
Is it used to debugg the programs?

Re: Help on Intertest.

PostPosted: Wed Feb 06, 2008 5:31 am
by dick scherrer
Hello,

We cannot "teach" products here.

If you have an actual question, post it and someone may be able to answer.

For intro info about a product, much is available on the vendor web-site.

Re: Help on Intertest.

PostPosted: Fri Apr 11, 2008 12:04 pm
by gerger
Hi Dick,

here is a question on Intertest Batch.

What could possilby be wrong? I cannot make it work. I am encountering a problem in processing Allocation Library (ALIB). after selecting a member in the ALIB pds, error CAMRA304 occurs which says 'Invalid ALLO records were found in member.' What may be the problem with my jcl codes why does it have invalid records? It only contains the normal JCL codes. My ALIB pds has 150 record length as I patterned it in the sample ALIB provided by CA.

I hope you can help me. regards.

gerger

Re: Help on Intertest.

PostPosted: Fri Apr 11, 2008 11:57 pm
by dick scherrer
Hello gerger and welcome to the forum,

'Invalid ALLO records were found in member.'
Look at each record and find the one(s) that are not valid.

What may be the problem with my jcl codes
Why do you believe that you have problems with your jcl?

Please post your jcl, the diagnostic info from the sysout, and the contents of the problem member in ALIB.

Re: Help on Intertest.

PostPosted: Wed Apr 30, 2008 1:43 pm
by gerger
Hi Dick,

the jcl is supposed to be as simple as this:

********************************* Top of Data **********************
//DEMOJCL JOB ,'JZ',CLASS=A,MSGCLASS=X,MSGLEVEL=(1,1),NOTIFY=&SYSUID
//STEP1 EXEC PGM=FMLMSTJ,REGION=4M
//STEPLIB DD DISP=SHR,DSN=JZJNZX.BRRP3.SIT.LOADLIB
//FMACTMI DD DSN=FM.DEV.BVSAM.FMACTM.BKUP,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//REPORT DD SYSOUT=*
******************************** Bottom of Data ********************

I have done 'Convert JCL' but no message was displayed. I think it didn't work.

I have tried triggerring Intertest and executed it from first step. But I get S0C1 abend when it reaches the open file statement. That's why I think it is in the file allocation is where the problem is.

Thanks,
gerger

Re: Help on Intertest.

PostPosted: Wed Apr 30, 2008 9:40 pm
by dick scherrer
Hello,

But I get S0C1 abend when it reaches the open file
Please verify if the abend is a 0c1 or a 001.

I have done 'Convert JCL' but no message was displayed. I think it didn't work.
There should be some diagnostic info presented somewhere.

Please post the abend info.

Re: Help on Intertest.

PostPosted: Fri May 02, 2008 11:09 am
by gerger
Hi Dick, please see my attachment for the screen captions of the errors encountered. Hope u can help. Thanks

Re: Help on Intertest.

PostPosted: Fri May 02, 2008 11:28 am
by dick scherrer
Hello,

CAMRA304 Invalid ALLO records were found in member.
Have you looked at the documentation to see what the CAMRA304 message says?

I still see no "ALLO" records. If the system believes you have erroneous ALLO info, i suspect that will need to be corrected.

You might also check and make sure the "using" parameters match the linkage section in the called module.