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

ibm interview questions 17 july


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ipavan

New User


Joined: 12 Jun 2005
Posts: 28
Location: Hyderabad

PostPosted: Sun Jul 17, 2005 5:01 pm
Reply with quote

hi,
can any one help me please,

1. i am changing a numeric field length from 9(5) to 9(6).
All my cobol programs are in xxx.yyy.zzz pds. How to find this field in all of the programs in the above pds. The above pds contains 150 programs.

2. Can we pass a file through parm, sysin.

3. How to directlly insert records into VSAM.

PLEASE HELP ME

THANKS
Back to top
View user's profile Send private message
kvramanareddy

New User


Joined: 24 Mar 2005
Posts: 9

PostPosted: Mon Jul 18, 2005 2:04 pm
Reply with quote

Hi Pavan,

Here i am giving answer for the first qestion.

In the ISPF Primary menu, Go to the Option 3 Which is utulity option, in that go to the option 14 which is SEARCH FOR, Give the string name you want to search and the data set name in which you want. It will display the list where you are using that variable in all the members in that data set.

For reference i am giving the Procedure as follows.

1)Select Option "3"
2)Select Option "14"

Fill the Following things and Press enter.

Search String . . 'Program name'
Data Set Name 'xxxxxxxx.xxxxxxxx.xxxxxxxx(*)

Mentioning the '*' symbol in data set name indicates search all the members in the data set.

I didn't Understood the second Question and I am Not aware of the third one.

Regards,
K.V.Ramana Reddy.
Back to top
View user's profile Send private message
ideas

New User


Joined: 25 May 2005
Posts: 52
Location: India

PostPosted: Mon Jul 18, 2005 2:53 pm
Reply with quote

the same JCL which is submitted via 3.14 can be used in =2 options as LIBRART SCAN JCL. this makes it more handy..
Back to top
View user's profile Send private message
notonly4u

New User


Joined: 26 Apr 2005
Posts: 87
Location: Hyderabad

PostPosted: Mon Jul 18, 2005 4:34 pm
Reply with quote

Quote:
2. Can we pass a file through parm, sysin.


I think we can pass like the following:

Code:

Sysin DD *

LIB('XXXX.YYYY.ZZZ')

/*


Please correct me if Iam wrong....

Regards
Tanden
Back to top
View user's profile Send private message
shobam

New User


Joined: 18 Jul 2005
Posts: 34
Location: CN

PostPosted: Mon Jul 18, 2005 4:53 pm
Reply with quote

Hi,

If you have FILEAID you can directly insert records into the VSAM file.

V.FD panel has the options to BROWSE , EDIT and DELETE VSAM files.
The records can be inserted by typing "I" as you do in COBOL editor.
The records will be inserted only if it is not a duplicate record.

Please correct me if I am wrong.
Back to top
View user's profile Send private message
rjjk

New User


Joined: 08 Jun 2005
Posts: 1

PostPosted: Thu Jul 21, 2005 1:05 pm
Reply with quote

yes.

just give as follows


//sysin dd dsn=xxxx.yyyy.zzzz
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Comp interview questions Mainframe Interview Questions 5
No new posts Interview Questions on Cobol DB2 program Mainframe Interview Questions 5
No new posts The Last Two Question For You To Ask ... Mainframe Interview Questions 0
No new posts Mainframe Interview Questions CICS,CO... Mainframe Interview Questions 6
No new posts Viewing executing process in NDM .. q... IBM Tools 0
Search our Forums:

Back to Top