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?
Help on Intertest.
-
- Posts: 6
- Joined: Wed Feb 06, 2008 1:02 am
- Skillset: Basic COBOL, DB2, CICS.
And have some knowledge on few tools like Xpeditor, QMF, SPUFI, DCLGEN,
CHANGEMEN - Referer: Friend
- Location: Hyderabad
Help on Intertest.
Thank's and Regards,
K Su@resh..!
K Su@resh..!
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Help on Intertest.
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.
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.
Hope this helps,
d.sch.
d.sch.
Re: Help on Intertest.
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
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
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Help on Intertest.
Hello gerger and welcome to the forum,
Please post your jcl, the diagnostic info from the sysout, and the contents of the problem member in ALIB.
Look at each record and find the one(s) that are not valid.'Invalid ALLO records were found in member.'
Why do you believe that you have problems with your jcl?What may be the problem with my jcl codes
Please post your jcl, the diagnostic info from the sysout, and the contents of the problem member in ALIB.
Hope this helps,
d.sch.
d.sch.
Re: Help on Intertest.
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
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
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Help on Intertest.
Hello,
Please post the abend info.
Please verify if the abend is a 0c1 or a 001.But I get S0C1 abend when it reaches the open file
There should be some diagnostic info presented somewhere.I have done 'Convert JCL' but no message was displayed. I think it didn't work.
Please post the abend info.
Hope this helps,
d.sch.
d.sch.
Re: Help on Intertest.
Hi Dick, please see my attachment for the screen captions of the errors encountered. Hope u can help. Thanks
You do not have the required permissions to view the files attached to this post.
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Help on Intertest.
Hello,
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.
Have you looked at the documentation to see what the CAMRA304 message says?CAMRA304 Invalid ALLO records were found in member.
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.
Hope this helps,
d.sch.
d.sch.