How to EXEC PROC in a JCL
From: Andr? Queiroz (andre.queiroz_at_netcabo.pt)
Date: 01/21/04
- Next message: Hugh Candlin: "Re: New Cobol IDE"
- Previous message: S Comstock: "Short notice: COBOL / Unicode / XML course in Denver"
- Next in thread: S Comstock: "Re: How to EXEC PROC in a JCL"
- Reply: S Comstock: "Re: How to EXEC PROC in a JCL"
- Reply: Howard Brazee: "Re: How to EXEC PROC in a JCL"
- Reply: Howard Hess: "Re: How to EXEC PROC in a JCL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Jan 2004 08:34:18 -0800
Hello,
I have a JCL step like:
//XXXPRG EXEC PROC=MYLIB,PG=PGM2,COND=(0,NE)
//FICH1 DD DSN=AAA.DS100.RESULT,
// DISP=(NEW,CATLG,DELETE),
// SPACE=(TRK,(50,50),RLSE),
// DCB=(RECFM=FB,LRECL=128)
Is there any way of knowing where are the libraries defined by
MYLIB?? I need to know because my system has several PGM2 and I don't
know wich is being used in my JCL execution.
Thanks in advance,
Andre Queiroz
- Next message: Hugh Candlin: "Re: New Cobol IDE"
- Previous message: S Comstock: "Short notice: COBOL / Unicode / XML course in Denver"
- Next in thread: S Comstock: "Re: How to EXEC PROC in a JCL"
- Reply: S Comstock: "Re: How to EXEC PROC in a JCL"
- Reply: Howard Brazee: "Re: How to EXEC PROC in a JCL"
- Reply: Howard Hess: "Re: How to EXEC PROC in a JCL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|