IGY.SIGYCOMP is the dataset needed to do COBOL compiles. We have it allocated in the linklist so it is available to everyone. We don't do compiles from ISPF, but I would guess you need to add that data set to the TSO Logon proc STEPLIB or ISPLLIB or use the TSO ALLOC command. If you are using the Debug tool you will also need to make sure all the Debug libraries are available too. Check Chapters 3, 4 and 5 of the Debug Tool for z/OS Customization Guide. Ours is Version 11.1, GC27-3622-03
Brad Wissink Information Technology Services Iowa State University 515-294-3088 "If it ain't broke, you ain't trying" - Red Green -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Graham Hobbs Sent: Wednesday, May 29, 2013 1:11 PM To: [email protected] Subject: IBM Debug Tool IKJ56228I prob Hello, Long post - sorry!! My first try at using the IBM Debug Tool for a COBOL/CICS pgm (no DB2 (that'll be next)), filled out the Program Prep screens (partial groping), pressed Enter when told, finally got to this .. Compile using 5655-S71 IBM Enterprise COBOL for z/OS Input data set: 'IBMUSE2.QKVS(QKVSP04)' Compiler options: TEST(NONE,SYM,SEPARATE) LIB CICS("COBOL3 CICS") NODYNAM LIB RENT NOSEQ SIZE(4000K) CICS(''COBOL3'') These data set names were generated using patterns that were specified in the "Edit data set name patterns" panel. Override these names by overtyping. These data sets will be created, if they do not exist Compilation output data sets: Listing . 'IBMUSE2.QKVS.LISTING(QKVSP04)' Object. . 'IBMUSE2.QKVS.OBJECT(QKVSP04)' SYSDEBUG. 'IBMUSE2.QKVS.SYSDEBUG(QKVSP04)' SYSTERM . * CICS Translator and DB2 SQL Processor options (Integrated and separate Y CICS. . . COBOL3 CICS N DB2 . . . HOST(COBOL) N DB2 SQL output DBRM data set (Integrated and Separate): DBRMLIB : N Run Separate CICS Translator using these data set names: Listing . SYSTERM . N Run Separate DB2 Precompiler using these data set names: Listing . SYSTERM . .. Enter got me .. EQAZ040I 5655-S71 IBM Enterprise COBOL for z/OS started for 'IBMUSE2.QKVS(QKVSP 04)' using 'IBMUSE2.QKVS(QKVSP04)'. IKJ56228I DATA SET IGY.SIGYCOMP NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED IKJ56109I DATA SETS NOT CONCATENATED+ IKJ56109I FAILURE TO ALLOCATE DATA SET IGY.SIGYCOMP *** ..enter got me.. Allocation Error Compile using 5655-S71 IBM Enterprise COBOL for z/OS DB2 Precompiler return code = NOT RUN CICS Translator return code = NOT RUN COBOL Compiler return code = NOT RUN The following data sets were used for this compilation. Enter E to Edit, V to View, or B to Browse these data sets. Input . : 'IBMUSE2.QKVS(QKVSP04)' Compilation output data sets: Listing : 'IBMUSE2.QKVS.LISTING(QKVSP04)' Object. : 'IBMUSE2.QKVS.OBJECT(QKVSP04)' SYSDEBUG: 'IBMUSE2.QKVS.SYSDEBUG(QKVSP04)' SYSTERM : * N DB2 SQL output DBRM data set: DBRMLIB : N CICS Translator data sets: Listing : SYSTERM : N DB2 Precompiler data sets: Listing : SYSTERM : .. boils down to an Allocation Error I think; looked for IKJ56228I in z/OS V1R12.0 MVS System Messages Vol 9 (IGF - IWM) but isn't there, googled but told me little, so possible someone might know where I messed up? As usual, please, thanks Graham Hobbs ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
