GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Mainframe FAQs


Mainframe FAQs

Questions: 56
Comments: 28
 Showing Questions 41-50 of 56 Questions
<< Previous 1 2 3 4 [5] 6 Next >>
 Sponsored Links

 
 Mainframe FAQs
Sorting Options :  

View Question | Asked by : kumar

Latest Answer: A lot depends on how much data and where it is coming from. Assuming the data is originated in JCL1, simply include a step to write the data to a data set or member of a PDS. You can do this with IDCAMS, SORT, FILE-AID, etc. Then in JCL2 you just read ...
Read Answers (1) | Asked by : kumar

Latest Answer: using attention identifier keys ...
Read Answers (1) | Asked by : lavanya

For example to right justify the constant "hello" in a variable declared as X(10). 
Latest Answer: While declaring the string variable, append the JUST clause.ex: 01 string-variable Pic x(10) JUSTthis will right justify the characters.......similary u can also left justify the numbers.... ...
Read Answers (1) | Asked by : Anshad K

Latest Answer: I've done this many times. Set up the JCL statements in Working-Storage as you want them to be presented to the operating system. Create an FD for an output data set with a fixed, 80-character format and write the statements to this file.In the JCL, ...
Read Answers (1) | Asked by : lakshmi

Latest Answer: If the data is in a specific position in the records, use the sort INCLUDE statement to select the records.//SORTSEL EXEC PGM=SORT//SYSOUT     DD  SYSOUT=*//SORTIN     DD  DSN=INPUT.FILE,DISP=OLD//SORTOUT  DD  ...
Read Answers (1) | Asked by : ANILSAYA

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

Latest Answer: JCL acts as an intermediate which links the source code with the resources needed.for example: If in a cobol program you specify a file which you are manipulating, then through JCL, you tell the System about the specifications/Location of this file.Other ...
Read Answers (1) | Asked by : manoj

Latest Answer: Hi Siva,What is the purpose of JOB 7359?Elaborate your question......... What is that JOB 7359? What exactly you are looking for? ...
Read Answers (1) | Asked by : Sivakumar S

Latest Answer: Tape storage processing can only be used to store and retrieve sequential data. But in disk storage processing can used to store and retrieve data in sequentially and randomly. Access is faster in disk storage  than tape storage. Tape storage device ...
Read Answers (1) | Asked by : katzzz63

View page << Previous 1 2 3 4 [5] 6 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape