| View previous topic :: View next topic |
| Author |
Message |
nagalakshmi
Joined: 23 Feb 2005
Posts: 7
|
| Posted: Thu Feb 24, 2005 9:49 pm Post subject: xpediter Interview Questions |
|
|
Hi,
Please Clarify :
1. What is the diff b/w opening/reading an empty PS/VSAM file and opening/fetching an empty CURSOR?
and some questions on Xpeditor
2. How to Setup data in Xpeditor before the preparation of the jcllist
3. How the variables in the linkage section of a called program are setup
4. what are the ddio files and load libraries
If anyone having detail description of Xpeditor with screenshots please do forward
Thanks in advance
Lakshmi |
|
| Back to top |
|
Bakulesh
Joined: 01 Sep 2004
Posts: 4
|
| Posted: Fri Feb 25, 2005 3:57 pm Post subject: |
|
|
Opening and reading PS (Physical Sequential) and VSAM file means we issue OPEN verb and then a READ verb (which because the file is empty should raise an END OF FILE condition and in COBOL/2 control should go to statements in AT END clause. I say 'should' because that is commonsense answer but IBM would not be IBM if it did not do these things in convoluted way. Not sure even OPEN in case VSAM file might also fail.
Anyways OPEN of a cursor which produces zero rows in result table should always be successful and FETCH should return End of Table condition (IIRC it is SQLCODE = 100).
Donno much about XPDTR.
Variables in a linkage section: You do not set them up, it is the business of calling program.
DDIO? Whatzzat?
Load libraries are excutable libraries. |
|
| Back to top |
|
mmwife
Joined: 30 May 2003
Posts: 1508
|
| Posted: Sun Feb 27, 2005 2:43 am Post subject: |
|
|
Hi Lakshmi,
Just an addition to Bakulesh's OPEN ans. There are 2 kinds of "empty" for MVS, etc. files:
1) Where the file has been properly closed. In this case a READ will produce an EOF condition as Bakulesh indicated.
2) Where the file has not been closed (e.g. allocated, but not used). In this case a READ will produce an "exception condition". If you don't use FILE-STATUS or some other SYNAD routine the pgm will abend. |
|
| Back to top |
|
venu_anne
Joined: 24 Feb 2005
Posts: 3
|
| Posted: Sun Feb 27, 2005 5:40 am Post subject: |
|
|
Hi all,
Iam a new member to this group.
1. when we want to read a record from vsam file from the vsam and send it to insert statement.
cursor is used when we want read a table and and put it on a select statement.
More Precise vsam is a file and cursur is used with tables.
4. 1. DDIO libraries containing the source listing members.
2. Load libraries containing the programs to be tested and
Debugged.
Note: The source listing dataset and your load libraries are
the output of the compile and link.
can u reframe the third question..
The answers are to my knowledge....
if any thing wrong pl. correct it |
|
| Back to top |
|
mainframemouli
Joined: 01 Mar 2005
Posts: 53
Location: Mysore
|
| Posted: Wed Mar 02, 2005 12:24 pm Post subject: |
|
|
Quote: How to Setup data in Xpeditor before the preparation of the jcllist
1.first enter into Xpediter primary option menu.
2.enter the optio 2. ( 2== TSO)
3.Enter SET
4. Enter 2 ( loadlib option)
in that give the loadlibraries u need to debugg the programs.
loadlibs are nothing but the loadlibs for your programs.
( the link-edited module)
5. press F3
6. Enter 1 ( DDIO optio)
here we have to give the source listing library files.
(Unlike loadlibs which needs to be changed for each and every program,this set up is applicable for all program )
If u want the Screen shots of the Xpediter pls send a mail to my personal ID in subject mention Xpediter. |
|
| Back to top |
|
ovreddy
Joined: 06 Dec 2004
Posts: 200
Location: Keane India Ltd., Hyderabad
|
| Posted: Thu Mar 03, 2005 5:24 pm Post subject: |
|
|
Hi Lakshmi,
I will give more suggestions on XPEDITOR INTERVIEW QUESTIONS and SCREEN SHOTS. Give me your personal mail id. Mail me to ****Email Deleted****Bye,
Reddy. |
|
| Back to top |
|
anuradha
Joined: 06 Jan 2004
Posts: 257
|
| Posted: Fri Mar 04, 2005 3:11 pm Post subject: |
|
|
Hi OVReddy,
This is an open forum and it will be better if you post those kind of helpful stuff here itself. What do you say???
This is just my suggestion:-) |
|
| Back to top |
|
shashi
Joined: 10 Mar 2005
Posts: 8
|
| Posted: Thu Mar 10, 2005 4:57 am Post subject: |
|
|
Hello Reddy,
I think wat Anu says is crect ....THis is an open forum so u can post ur answers here itself ..than sending it in personal mail ids...others will also learn if u post the answers ...
Bye |
|
| Back to top |
|
ovreddy
Joined: 06 Dec 2004
Posts: 200
Location: Keane India Ltd., Hyderabad
|
| Posted: Thu Mar 10, 2005 11:26 am Post subject: |
|
|
Hi Anu and Shashi,
I agree with you. But the problem is Laxmi asked for screen shots and material, which we cannot post directly. I have posted this answer on 06 Dec 2004, At that time we dont have an upload option ( which was Introduced recently). Thats the reason why i gave the answer personally.
Any way thanks for your suggestions.
Bye,
Reddy. |
|
| Back to top |
|
ankyhunk
Joined: 05 May 2005
Posts: 102
Location: Navi Mumbai, India
|
| Posted: Mon May 09, 2005 1:35 pm Post subject: |
|
|
| For details you might refer this link too - http://ibmmainframes.com/viewtopic.php?t=1050&highlight= |
|
| Back to top |
|
rammf
Joined: 24 Jul 2005
Posts: 22
Location: chennai
|
| Posted: Mon Aug 22, 2005 2:02 pm Post subject: |
|
|
mainframemouli wrote: Quote: How to Setup data in Xpeditor before the preparation of the jcllist
1.first enter into Xpediter primary option menu.
2.enter the optio 2. ( 2== TSO)
3.Enter SET
4. Enter 2 ( loadlib option)
in that give the loadlibraries u need to debugg the programs.
loadlibs are nothing but the loadlibs for your programs.
( the link-edited module)
5. press F3
6. Enter 1 ( DDIO optio)
here we have to give the source listing library files.
(Unlike loadlibs which needs to be changed for each and every program,this set up is applicable for all program )
If u want the Screen shots of the Xpediter pls send a mail to my personal ID in subject mention Xpediter. |
|
| Back to top |
|
harinatha
Joined: 24 Jul 2005
Posts: 31
|
| Posted: Mon Aug 22, 2005 7:47 pm Post subject: Re: xpediter Interview Questions |
|
|
Hi OVreddy,
even i need XPEDITER materials and SCREEN SHOTS
Can u send to my mail id *****Email Id Deleted*****
otherwise u can send to this forum also.
Thanks & Regards
Hari. |
|
| Back to top |
|
vijayamadhuri
Joined: 06 Apr 2005
Posts: 187
|
| Posted: Mon Aug 22, 2005 9:55 pm Post subject: Re: xpediter Interview Questions |
|
|
| please find the attachments enclosed |
|
| Back to top |
|
HIRAKI81
Joined: 17 Aug 2005
Posts: 6
|
| Posted: Mon Aug 22, 2005 10:16 pm Post subject: Re: xpediter Interview Questions |
|
|
Hi,
There is a tutorial option (Option # T ) in Expeditor. Probably you can go through that for further details.
Regards,
Ram |
|
| Back to top |
|
manjulapragathy
Joined: 30 Nov 2005
Posts: 1
Location: bangalore
|
| Posted: Fri Jun 15, 2007 3:07 pm Post subject: |
|
|
Hi all,
If any of you have screen shots of Expeditor then please send me to the following ID
hussainreddy12@yahoo.co.in
Thanks in advance..
bye,
Hussain Reddy |
|
| Back to top |
|
| |