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

how to bypass a paragraph in a cobol programme


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
harsh1008

New User


Joined: 14 Sep 2005
Posts: 1
Location: Pune

PostPosted: Thu Sep 15, 2005 11:33 am
Reply with quote

i wish that a certain paragraph must not be executed ,for a particular execution what should i do and how.

plzz help me out . i need the solution immediately

thanx
regards
harsh
Back to top
View user's profile Send private message
amalli

New User


Joined: 06 Sep 2005
Posts: 17

PostPosted: Thu Sep 15, 2005 11:39 am
Reply with quote

use go to statement...........what is particular execution?

thx
malli
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Thu Sep 15, 2005 11:41 am
Reply with quote

Hi Harsh,

I think you can have a conditional execution of the paragraphs.
You can use IF-THEN - ELSE construct of the COBOL language.

I can't think of a possibility of the same being achieved via VSAM/DFSORT.

Please post this topic on COBOL forum rather than on VSAM/DFSORT.

Thanks,
Parikshit.
Back to top
View user's profile Send private message
michaelraj

New User


Joined: 01 Sep 2005
Posts: 43
Location: Bangalore

PostPosted: Thu Sep 15, 2005 1:11 pm
Reply with quote

Hi Harsh,

You can use IF then Else or Goto Statement or Evaluate statements for this type of situation.

Regards,
Mike.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top