Truusvlugindewind
Programmer
1 tip and 1 question:
1st the tip:
- while editing inline SQL the syntax coloring does not work. But, while editing, you place an "." after the "exec sql" it will not know it is sql and treats it like cobol. Not very usefill but at least it will color the "(" and the matching ")" for you. Wait until you got a complex WHERE clause and you'll lean to appriciate. Do not forget to take it away...
2nd the question (Crox pay attention please):
- when you search your code for database fields, you've got to execute the "FIND" twice:
- "F CLIENT-NUMBER" for the cobol definition
- "F CLIENT_NUMBER" for the DB2 definition.
It would be nice to find both with 1 smart command.Anyone with "green fingers" in the ISPF soil?
0
1st the tip:
- while editing inline SQL the syntax coloring does not work. But, while editing, you place an "." after the "exec sql" it will not know it is sql and treats it like cobol. Not very usefill but at least it will color the "(" and the matching ")" for you. Wait until you got a complex WHERE clause and you'll lean to appriciate. Do not forget to take it away...
2nd the question (Crox pay attention please):
- when you search your code for database fields, you've got to execute the "FIND" twice:
- "F CLIENT-NUMBER" for the cobol definition
- "F CLIENT_NUMBER" for the DB2 definition.
It would be nice to find both with 1 smart command.Anyone with "green fingers" in the ISPF soil?
0