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

Comments in Connect Direct Sysin


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Rick Stewart

New User


Joined: 11 Jul 2012
Posts: 1
Location: Austria

PostPosted: Fri Jul 13, 2012 6:25 pm
Reply with quote

Had a problem with an RC 8 from a user written DMBATCH
program. The user had this:

Code:
//*===========================================   
//S01   EXEC  DMBATCH                                         
//NDMCMDS  DD SYSOUT=*                                         
//DMB2.SYSIN DD  DSN=*.DMB1.SIGNON,DISP=(OLD,PASS)             
//           DD  *                                             
  SUBMIT PROC=HOST2FA   
  code      -
  code      -
  code      -
  code
  ------------------------------------------------------------
  code      -
  code      -
  code      -
  code
  ------------------------------------------------------------
  code      -
  code      -
  code      -
  code
  ------------------------------------------------------------

Failure:
SCIB007I COMMAND =>-----------------------------------------------------
SCIC000I Connect:Direct - RC=00000008 MSG=SCIA001I
SHORT TEXT => SCIA001I Invalid C D Command.

Change the hyphen lines to:
Code:
 - -----------------------------------------------------------

Couldn't find it anywhere in the IBM docs, but a hyphen in column 3, followed by a blank, can be used as a comment line e.g.:

Code:
  - ------------CODE GROUP THREE ------------------------------

Hope this helps someone.
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: Fri Jul 13, 2012 6:52 pm
Reply with quote

Hello and welcome to the forum,

The "data" in your post has been "Code'd" (using the Code tag).

This preserves alignment and improves readability.

Thanks for the info - it will help another sometime icon_smile.gif

d
Back to top
View user's profile Send private message
nartcr

New User


Joined: 06 Jun 2007
Posts: 83
Location: anada

PostPosted: Mon Jul 16, 2012 7:31 pm
Reply with quote

Thanks.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Connect Direct 6.3 for Z/OS All Other Mainframe Topics 20
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts Getting TWA in CICS program while con... CICS 14
No new posts Unable to connect FTP over TLS from z... All Other Mainframe Topics 5
No new posts Connect:Direct Add yesterday date in ... All Other Mainframe Topics 3
Search our Forums:

Back to Top