View previous topic :: View next topic |
Author |
Message |
tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Thu Dec 17, 2009 1:59 pm Post subject: Comment out FTP control card ? |
|
|
Does anyone know how to turn a mainframe FTP control card into a comment ?
Code: | //INPUT DD *
99.99.99.9
ENDOFDAY PASSWORD
CD /MYDIR
PUT 'MY.PDS(MYMEM1)' MYPROG1.TXT
PUT 'MY.PDS(MYMEM2)' MYPROG2.TXT
PUT 'MY.PDS(MYMEM3)' MYPROG3.TXT
/* |
For example, I want to comment out the first PUT command...
Thanks... |
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Thu Dec 17, 2009 4:21 pm Post subject: |
|
|
Try putting a semicolon (";" without the quotes) before the PUT. _________________ All the best,
di |
|
Back to top |
|
 |
tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Thu Dec 17, 2009 5:24 pm Post subject: |
|
|
Thanks... I was just getting ready to reply back that I had poked around and found out about the semi-colon.
Wasn't easy to find, though
For DOS FTP script, it seems to be :
!ECHO This is my commented line |
|
Back to top |
|
 |
|
|