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

Can we use goto statement in inline_perform ?


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

New User


Joined: 15 Nov 2005
Posts: 15
Location: chennai

PostPosted: Fri Jul 25, 2008 2:38 pm
Reply with quote

pls any one of tell me that Can we use goto statement in inline_perform ?
If we use what will happen
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jul 25, 2008 2:39 pm
Reply with quote

Try and post Your findings
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Fri Jul 25, 2008 3:02 pm
Reply with quote

krishnakumarramaraj wrote:
pls any one of tell me that Can we use goto statement in inline_perform ?
If we use what will happen


Yes you can use it will work fine... just write simple code to check it
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Fri Jul 25, 2008 5:22 pm
Reply with quote

Hi krishnakumarramaraj !

We live in 2008!
In most firm's it's forbidden, to use GoTo-Command.

Programming in Cobol-II it's just a NoGo !!!"
Back to top
View user's profile Send private message
sedireswarapu

New User


Joined: 18 Jun 2008
Posts: 28
Location: India

PostPosted: Fri Jul 25, 2008 8:28 pm
Reply with quote

Krishna,

Could you please tell us what exactly is your requirement and why would you like to use a GOTO in an inline perform?

You will have some other better option to make use of, instead of using that.
Back to top
View user's profile Send private message
krishnakumarramaraj

New User


Joined: 15 Nov 2005
Posts: 15
Location: chennai

PostPosted: Sun Jul 27, 2008 10:07 pm
Reply with quote

I faced this in an interview.Currently i am not working that's y asked.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Jul 27, 2008 11:24 pm
Reply with quote

Hello,

Quote:
I faced this in an interview
The compiler will typically permit this and when compiled it will execute.

Many organizations do not permit this as it is usually a very bad programming practice. One exception that comes to mind is GOing directly to an abend routine that among other things would make sure there was a dump produced. . .
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 JOIN STATEMENT PERFORMANCE. DFSORT/ICETOOL 12
No new posts Relate COBOL statements to EGL statement All Other Mainframe Topics 0
No new posts process statement for SUPREC, CMPCOLM... TSO/ISPF 4
No new posts SYNCSORT/ICETOOL JOINKEYS SORT Statem... DFSORT/ICETOOL 13
No new posts DFDSS COPY using Filter REFDT statement JCL & VSAM 2
Search our Forums:

Back to Top