Joined: 26 Sep 2005 Posts: 13 Topics: 4 Location: Blue Mountain Guy
Posted: Fri Dec 09, 2005 7:10 am Post subject: Help in Xpediter compiling option...
I am pasting my compile JCL... Can anyone please... attach the JCL statements with XPED option, Due to this iam not able to test in Xpediter
I have created the DDIO file in XPediter
The compile JCL follows
Code:
//SOA2008C JOB (SDD,13,8C79510000),SARVANAN,PRTY=15,
// CLASS=A,MSGCLASS=Y,NOTIFY=SOA2008,REGION=5M
//*
//*VERRIDE OUTPUT DEFAULT=YES,JESDS=ALL,FCB=F8A FOR LARGE PRINT
//*ROUTE PRINT LOCAL SYSOUT CLASS C
//*
//*--------------------------------------------------------------------
//* COBOL 370 COMPILE AND LINKEDIT.
//* NEED COMPILE OPTION DATA(24) TO ACCESS EASY-TRIEVE,
//* OTHERWISE, USE DATA(31).
//* ALSO CHECK LINKEDIT PARMS BELOW.
//*--------------------------------------------------------------------
//*
//STEP01 EXEC IGYWCL,
// PARM.COBOL='FLAG(I,W),XREF,LIST,TEST,LIB,MAP,
// OPT,SIZE(4000K),NOSEQ',
//* PARM.COBOL='DATA(31),XREF,LIST,LIB,MAP,OPT,SIZE(4000K),NOSEQ',
//* PARM.COBOL='DATA(24),XREF,LIST,LIB,MAP,OPT,SIZE(4000K),NOSEQ',
// PARM.LKED='LET,XREF,LIST,MAP,TEST,CALL',
// GOPGM=SAMPLE1 LOAD PROGRAM
//*
//COBOL.SYSIN DD DISP=SHR,
//* DSN=SOA.OS390.SOURCE(RI814A00) SOURCE PROGRAM
// DSN=SOA2008.TAX1.SARVAN1.PGMS1(SAMPLE1)
//COBOL.SYSLIB DD DSN=SYS0.EQRTNS.CPYLIB,DISP=SHR
// DD DSN=SOA.OS390.COPYLIB,DISP=SHR
//LKED.SYSLIB DD DSN=SYS0.EQRTNS.LOADLIB,DISP=SHR
// DD DISP=SHR,DSN=SYS1.SCEELKED
// DD DISP=SHR,DSN=SYS1.LANGUAGE.COBOLVS
// DD DISP=SHR,DSN=SYS4.COB2.ELASSUBR
//LKED.SYSLMOD DD DISP=SHR,
//* DSN=SOA.OS390.LOADLIB(RI814A00)
// DSN=SOA2008.TAX1.SARVAN1.LOAD1(SAMPLE1)
//LKED.SYSIN DD *
ALIAS SAMPLE1
NAME SAMPLE1(R)
Please help me... _________________ Thanks,
monster bhoja
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
Posted: Fri Dec 09, 2005 8:55 am Post subject:
bhoja,
Every shop has their own standard Compile procs and the xpediter setup/naming conventions differ from shop to shop. So ask around your co-workers for a sample JCL.
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
Posted: Fri Dec 09, 2005 10:12 am Post subject:
gharisankar,
Inorder to use the Compile facility, the Shop needs to configure the COMPILE facility. If shop has version control software they may NOT Defined any Selectable Compile Processors.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum