GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Mainframe
Go To First  |  Previous Question  |  Next Question 
 Mainframe  |  Question 75 of 82    Print  
JCL Flat File
How to create flat file thru JCL? Explain with Coding.


  
Total Answers and Comments: 1 Last Update: May 10, 2009     Asked by: Ragup9 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 09, 2009 09:03:59   #1  
jitenpatra Member Since: August 2008   Contribution: 12    

RE: JCL Flat File
To create PS file.

// job card
// s-1 exec pgm IEFBR14
// I1 dd dsn x.y.z disp (new catalog delete) space (trks (10 10) rlse) dcb (lrecl 80
blksize 800 recfm f dsorg ps) unit tape vol ser 001
/*

Note: If any mistake please modify.

 
Is this answer useful? Yes | No

 Related Questions

How to count the records in COBOL data file?what will happen if the file open in extent mode and corresponding is equal to OLD in jcl?by opening an empty vsam file in i/o wii get file status 35 how can you over come this ?
Read Answers (1) | Asked by : latha

What is the difference between plan & packagewhat is difference between views & joinswhat is db2 stored procedures? how to work it in mainframehow to calculate n th maximum valueif the error code -811 ? how to rectify it?if the error in dead lock how to rectify it?how to read the last record in data file don't know the no.of records?what is the use of profile in Qmf?
Read Answers (1) | Asked by : latha

How to write "No records found" text to output file if input file is empty, by writting JCL.
Read Answers (1) | Asked by : shyam

View Question | Asked by : SRINANDHU

View Question | Asked by : Ramanujam

Latest Answer : A Temporary VSAM File can be created using the utility IDCAMS. If you want the job to create this file, kindly let me know so that I'll provide you the code too.In order to delete a record from a VSAM File through a JCL, initially sort the VSAM ...
Read Answers (1) | Asked by : Harish

How to solve S000 abend with file status code 39 (attribute mismatch for a file in JCL and cobol program) .
Read Answers (2) | Asked by : manju

How do you link a DB2 file with a CICS Map? 
Latest Answer : through RCT table entry in CICS region ...

What is a work file buffer? 
View Question | Asked by : sprabodhini

What is the best way to retrieve a record from a vsam file? 
Latest Answer : The Best way of retrieving a record from a VSAM file is performing a KEY READ on the VSAM File. Using the primary key of the record to be located, the record which is required is read directly and the process of Retrieval is faster.   ...


 Sponsored Links

 
Related Articles

What is Data File

In a logical data model, the conceptual data model which is based on the business semantic is being defined. Thus, entities and relationships and corresponding table and column design, object oriented classes, and XML tags, among other things are being laid regardless of the database will be physica
 

Mainframe Features

Mainframe Features In this Mainframe tutorial you will learn about features of Mainframe Processing power memory capacity performance computing multiple operating system time sharing reliability serviceability availability clustering technology and other features available in Mainframe mosgoogle cen
 

PHP Tutorials - File manipulation (Part-2)

File manipulation Part 2 In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file Reading arbitrary amounts of data from a file Writing to a file Creating directories Removing a directory and Opening a directory for reading mosgoogle Reading lines from a file T
 

PHP Tutorials – File manipulation (Part 1)

PHP Tutorials File manipulation Part 1 In the PHP Tutorial You will learn about File manipulation Part 1 Checking file existence A file or directory Determining file size Creating and deleting files and Opening a file for writing reading or appending mosgoogle Checking file existence You can test
 

C Programming - File management in C

C Programming File management in C In this tutorial you will learn about C Programming File management in C File operation functions in C Defining and opening a file Closing a file The getw and putw functions The fprintf fscanf functions Random access to files and fseek function mosgoogle C suppor
 

The File Types Editor

The File Types Editor The File Types Editor can be used to create the required registry to establish a file association for the application being installed A file association is simply a link between a particular file extension and a particular application For example the file extension xls is norma
 

Working with File System in .NET

In this tutorial you will learn about Access and Manipulate Data Working with Disk Files Browsing for Files Streams and Backing Stores Using the FileStream Class Using the StreamReader and StreamWriter Classes Using the BinaryReader and BinaryWriter Classes Access and Manipulate Data Working with Di
 

Oracle Apps 11i : File System

An Oracle Applications Release 11i system utilizes components from many Oracle products These product files are stored below a number of key top level directories on the database and application server machines Depending on how you chose to install Applications these product directories may be locat
 

Mainframe Assembler Ebooks and Manuals

Please find 267 mainframe Assembler ebooks and Manuals mosgoogle center High Level Assembler for MVS VM VSE V1R2 0 HLASM V1R2 0 General Information GIM for MVS VM High Level Assembler for MVS V Category Mainframe
 

Report Builder 2.0 - Dataset Based on Excel File

Create a Dataset based on the data in the Excel file Data that gets displayed in a report is obtained from a dataset. In this section you will see how you get a dataset by using a query. mosgoogle 1. Click on the Next button in the New Table or Matrix window. 2. The Design a query page of the New Ta
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape