Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Some BASIC Interview questions

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions
Author Message
grajeshreddy
Warnings : 1

New User


Joined: 21 Feb 2005
Posts: 2
Location: bangalore

PostPosted: Tue Mar 01, 2005 5:08 pm    Post subject: Some BASIC Interview questions
Reply with quote

Hi everybody,
this is rajesh.i have attended one interview in last week.
1.what r the cobol errors u faced up to now?
2.how can one identify by seeing the program i.e., is called statically or dynamically?
Back to top
View user's profile Send private message
References
PostPosted: Tue Mar 01, 2005 5:08 pm    Post subject: Re: Some BASIC Interview questions Reply with quote

anuradha

Global Moderator


Joined: 06 Jan 2004
Posts: 257

PostPosted: Wed Mar 02, 2005 11:34 am    Post subject:
Reply with quote

Hi Rajesh,

1. Actually speaking this question is for yourself. Just remember what kind of errors you faced while practising cobol.

2. This question is answered many times.Please give a search before posting.

All the best for your interviews Rajesh:-)
Back to top
View user's profile Send private message
mainframemouli

Active User


Joined: 01 Mar 2005
Posts: 53
Location: Mysore

PostPosted: Wed Mar 02, 2005 11:36 am    Post subject:
Reply with quote

1.
Variable not defined.
verb misplaced in area.
Subscript not found.
paragraph name missing.
end-paragraph in wrong area.
etc etc.....

2.

If the called program is given in double Quotes is static call
example: call "program" using Record1.

if the called program name is moved to a variable.
Example:
move "program" to prog-variable.
call prog-variable using record1.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions All times are GMT + 6 Hours
Page 1 of 1