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

What does the command SKIP do.


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

New User


Joined: 19 Apr 2005
Posts: 26

PostPosted: Mon Mar 06, 2006 2:21 pm
Reply with quote

Hi all,

What does the command SKIP do in cobol.
Below is the code for reference.

SKIP2
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SKIP1
SOURCE-COMPUTER. IBM-370.
OBJECT-COMPUTER. IBM-370.

Thanks in advance,
Sripriya.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Mar 06, 2006 3:15 pm
Reply with quote

The SKIP statements are compiler-directing statements, and are well documented in the fine manual.

O.
Back to top
View user's profile Send private message
KS

New User


Joined: 28 Feb 2006
Posts: 91
Location: Chennai

PostPosted: Mon Mar 06, 2006 3:33 pm
Reply with quote

The SKIP1 statements specify blank lines that the compiler should be added when printing the source listing.

Eg- SKIP1 - Specifies a single blank line to be inserted in the source listing.

Can be coded in Area A or Area B.
Must be the only statement in the line
Terminated by a period.
Back to top
View user's profile Send private message
sripriya

New User


Joined: 19 Apr 2005
Posts: 26

PostPosted: Tue Mar 07, 2006 3:23 pm
Reply with quote

Thank u very much for a prompt reply.
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top