IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to allocate input and output files in XPD before exec ?


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Rajan Moorthy
Warnings : 1

New User


Joined: 04 Jun 2007
Posts: 11
Location: Chennai

PostPosted: Tue Oct 09, 2007 9:16 pm
Reply with quote

ALL,

I tried to execute a cobol program, contains 2 input file and 1 output file. i used 1.4(EDIT ALLOCATION LIST), in that i want to specify Input and output file names. My runjcl is present in TRKD84E.PERSONAL.JCLLIB(RAJRUN). I am getting File content not Flist, want to know what is the dataset name to enter in the first column(Specify File Allocation List Below:). Can any one help me to resolve this. I am using XPEDITER 7.5 Version, Can you give me where i will get the user reference book for Xpeditor ?

----------------------- XPEDITER/TSO - EDIT FILE LIS File Content not Flist
COMMAND ===>

Specify File Allocation List Below:

ISPF Library:

Project ===>
Group ===>
Type ===>
Member ===> (Blank for member selection list)

Other Partitioned or Sequential Dataset:
Dataset Name ===>
Volume Serial ===> (If not cataloged)

Copy from JCL, CLIST, or Other File Allocation List
Dataset Name ===> 'TRKD84E.PERSONAL.JCLLIB(RAJRUN)'
Copy Option ===> PROMPT (Replace, Append, Prompt, or Cancel copy)
Automatic Expand ===> YES (Yes/No)
Step Selection ===> (Program name for automatic step selection)

Press ENTER to Process or Enter END Command to Terminate
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Wed Oct 10, 2007 12:24 pm
Reply with quote

If you have run jcl then you can directly submit and debug using the XPED batch mode.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Wed Oct 10, 2007 12:30 pm
Reply with quote

The member containing the Xped JCl should be mentioned as shown below

Code:

COMMAND ===>                                                           

                                                                       

Primary Commands:  blank (Process JCL)   Browse   Edit   SEtup   STatus

                                                                       

ISPF Library:                                                         

  Project ===>                                                         

  Group   ===>           ===>           ===>           ===>           

  Type    ===>                                                         

  Member  ===>                (Blank for member selection list)       

                                                                       

Other Partitioned or Sequential Dataset:                               

   Dataset Name ===> 'TRKD84E.PERSONAL.JCLLIB(RAJRUN)'                 

  Volume Serial ===>          (If not cataloged)       


Also please make sure to give the DDIO and loadlib details in the other screen.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts JCL to merge two files side by side DFSORT/ICETOOL 3
No new posts Setting RC using NULLOFL/NOTMTOFL for... SYNCSORT 6
No new posts Create a specific record/file based o... SYNCSORT 8
No new posts COBOL sorting, with input GDG base COBOL Programming 7
No new posts 3 files concatenated to 1 DFSORT/ICETOOL 2
Search our Forums:


Back to Top