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

How to align the cobol coding immediately? any TSO options?


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

New User


Joined: 23 May 2005
Posts: 16

PostPosted: Fri Jul 29, 2005 12:56 pm
Reply with quote

How to align the cobol coding immediately? any TSO options?
Back to top
View user's profile Send private message
asadullah

New User


Joined: 28 Jul 2005
Posts: 9

PostPosted: Fri Jul 29, 2005 3:04 pm
Reply with quote

NUM ON STD
Back to top
View user's profile Send private message
shivashunmugam Muthu

Active User


Joined: 22 Jul 2005
Posts: 114
Location: Chennai

PostPosted: Fri Jul 29, 2005 3:22 pm
Reply with quote

also..to align no of charecters left/right u can use

((x --> Left

))x --> Right where x is no of charecter length u want to move

use any of the above (two time, one for starting & one for ending) to block entire pgm/section of codes in Line numbers.

0))500 016500 0000-MAIN SECTION.
016510 016510*
016520 016520 PERFORM 1000-INITIALIZATION THRU 1000-.
016530 016530 PERFORM 2000-PROCESS THRU 2000-
016540 016540 UNTIL 88-W02-END-OF-FILE.
016550 016550 PERFORM 9000-TERMINATION THRU 9000-T.
01))50 016560 STOP RUN.
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 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 Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top