|
View previous topic :: View next topic
|
| Author |
Message |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
| Back to top |
|
 |
Frank Yaeger
DFSORT Developer

Joined: 15 Feb 2005 Posts: 7129 Location: San Jose, CA
|
|
|
|
| sqlcode1 has already answered this. Comments and remarks can be used with DFSORT, but as always, the correct syntax must be used. |
|
| Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
| Quote: |
| So we should not use any commented statement in DFSORT. |
Use of word "any" sounded pretty hyperbolic to me, so I was wondering if it's a correct sentence to be used generally, when talking about DFSORT. |
|
| Back to top |
|
 |
Frank Yaeger
DFSORT Developer

Joined: 15 Feb 2005 Posts: 7129 Location: San Jose, CA
|
|
|
|
Of course not. DFSORT supports comment statements just fine. As sqlcode1 said, //* is a JCL comment, not a DFSORT comment.
| Code: |
//* THIS IS A JCL COMMENT
//SYSIN DD *
* THIS IS A DFSORT COMMENT
SORT FIELDS=(5,4,CH,A) REMARK
/*
|
|
|
| Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
| Yep, Thanks. |
|
| Back to top |
|
 |
|
|