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

How to Give comments in Control Card


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

New User


Joined: 24 Nov 2006
Posts: 15
Location: Chennai

PostPosted: Mon Dec 11, 2006 3:18 pm
Reply with quote

How to Give comments in Control Card say Sort, Repro etc...
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Dec 11, 2006 3:33 pm
Reply with quote

It depends on the utility.

For example: SORT accepts asterisk in the first column as comment.

You should read the relevant documentation of each utility.

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

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Dec 11, 2006 3:38 pm
Reply with quote

Or you can always write comments on the EOD card, after the "/*" and at least one space.
Back to top
View user's profile Send private message
Farooq

New User


Joined: 24 Nov 2006
Posts: 15
Location: Chennai

PostPosted: Mon Dec 11, 2006 4:49 pm
Reply with quote

Hi All,

Thanks for Inputs!


Farooq
Back to top
View user's profile Send private message
muthukannan

New User


Joined: 03 Aug 2006
Posts: 42
Location: Chennai

PostPosted: Mon Dec 11, 2006 4:51 pm
Reply with quote

Hi,

After your jcl statement give 1 space and type your comments.

Correct me if am worng.

Thank you,
MK icon_smile.gif
Back to top
View user's profile Send private message
prafull

New User


Joined: 08 Dec 2006
Posts: 48

PostPosted: Mon Dec 11, 2006 4:56 pm
Reply with quote

MK, u r right 2 !
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Dec 12, 2006 4:17 am
Reply with quote

muthukannan - this is true for JCL, not for all input cards (although most of utilities indeed use this method).

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

New User


Joined: 03 Aug 2006
Posts: 42
Location: Chennai

PostPosted: Tue Dec 12, 2006 4:28 pm
Reply with quote

Hi Ofer71,
Thanks for your reply.
Can you give some examples which will not come in that category?

Thank you,
MK icon_smile.gif
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Dec 12, 2006 8:17 pm
Reply with quote

muthukannan -

IDCAMS, USPERC, SDSF (ISFAFD).

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

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Wed Dec 13, 2006 9:31 am
Reply with quote

Most of the DB2 utils (SPUFI, etc.) use -- in col 1 for comments.
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 JCL sort card - get first day and las... JCL & VSAM 9
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts Need suggestion on a sort card DFSORT/ICETOOL 10
No new posts Want to mask Middle 8 Digits of Debit... COBOL Programming 3
Search our Forums:

Back to Top