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

Some BASIC Interview questions


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

New User


Joined: 21 Feb 2005
Posts: 2
Location: bangalore

PostPosted: Tue Mar 01, 2005 5:08 pm
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
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Wed Mar 02, 2005 11:34 am
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

New User


Joined: 01 Mar 2005
Posts: 52
Location: Mysore

PostPosted: Wed Mar 02, 2005 11:36 am
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
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 Compiler and run JCL for basic PL/I p... PL/I & Assembler 10
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
Search our Forums:

Back to Top