From a5ca1f24b39290aed5b2bb421267b100f6edb63a Mon Sep 17 00:00:00 2001 From: LMS235 Date: Wed, 11 Dec 2019 14:43:13 +0100 Subject: [PATCH] template correction template correction --- templates/HTTPURLLOC | 8 ++--- templates/LDAP | 20 ++++++------ templates/SBGRFCCONF | 18 +++++------ templates/SECPOL | 6 ++-- templates/SECSTORE | 6 ++-- templates/SICF | 24 +++++++-------- templates/SM14 | 4 +-- templates/SM19 | 14 ++++----- templates/SM37 | 70 +++++++++++++++++++++--------------------- templates/SM59 | 56 +++++++++++++++++----------------- templates/SPAD | 28 ++++++++--------- templates/STRUST | 72 ++++++++++++++++++++++---------------------- templates/VARIANTS | 14 ++++----- templates/VSCAN | 16 +++++----- 14 files changed, 178 insertions(+), 178 deletions(-) diff --git a/templates/HTTPURLLOC b/templates/HTTPURLLOC index 376765c..008fc57 100644 --- a/templates/HTTPURLLOC +++ b/templates/HTTPURLLOC @@ -1,8 +1,8 @@ delete from HTTPURLLOC -select * HTTPURLLOC +select * from HTTPURLLOC delete from IACORDES -select * IACORDES +select * from IACORDES delete from IACORDEST -select * IACORDEST +select * from IACORDEST delete from IACORSITE -select * IACORSITE \ No newline at end of file +select * from IACORSITE \ No newline at end of file diff --git a/templates/LDAP b/templates/LDAP index 2b95172..7801dca 100644 --- a/templates/LDAP +++ b/templates/LDAP @@ -1,20 +1,20 @@ delete from LDAPGATEW -select * LDAPGATEW +select * from LDAPGATEW delete from LDAPMAP1 -select * LDAPMAP1 +select * from LDAPMAP1 delete from LDAPMAP2 -select * LDAPMAP2 +select * from LDAPMAP2 delete from LDAPMAP3 -select * LDAPMAP3 +select * from LDAPMAP3 delete from LDAPMAP4 -select * LDAPMAP4 +select * from LDAPMAP4 delete from LDAPMAP5 -select * LDAPMAP5 +select * from LDAPMAP5 delete from LDAPMAP6 -select * LDAPMAP6 +select * from LDAPMAP6 delete from LDAPSERVER -select * LDAPSERVER +select * from LDAPSERVER delete from LDAPSYNC -select * LDAPSYNC +select * from LDAPSYNC delete from LDAPUSER -select * LDAPUSER \ No newline at end of file +select * from LDAPUSER \ No newline at end of file diff --git a/templates/SBGRFCCONF b/templates/SBGRFCCONF index d5ef167..44eca85 100644 --- a/templates/SBGRFCCONF +++ b/templates/SBGRFCCONF @@ -1,18 +1,18 @@ delete from BGRFC_CUST_I_DST -select * BGRFC_CUST_I_DST +select * from BGRFC_CUST_I_DST delete from BGRFC_CUST_I_SRV -select * BGRFC_CUST_I_SRV +select * from BGRFC_CUST_I_SRV delete from BGRFC_CUST_I_SYS -select * BGRFC_CUST_I_SYS +select * from BGRFC_CUST_I_SYS delete from BGRFC_CUST_O_DST -select * BGRFC_CUST_O_DST +select * from BGRFC_CUST_O_DST delete from BGRFC_CUST_O_SRV -select * BGRFC_CUST_O_SRV +select * from BGRFC_CUST_O_SRV delete from BGRFC_CUST_O_SYS -select * BGRFC_CUST_O_SYS +select * from BGRFC_CUST_O_SYS delete from BGRFC_CUST_SUPER -select * BGRFC_CUST_SUPER +select * from BGRFC_CUST_SUPER delete from BGRFC_MAIN_I_DST -select * BGRFC_MAIN_I_DST +select * from BGRFC_MAIN_I_DST delete from QRFC_CUST_I_DEST -select * QRFC_CUST_I_DEST \ No newline at end of file +select * from QRFC_CUST_I_DEST \ No newline at end of file diff --git a/templates/SECPOL b/templates/SECPOL index e596f0c..8a83949 100644 --- a/templates/SECPOL +++ b/templates/SECPOL @@ -1,6 +1,6 @@ delete from SEC_POLICY_CUST -select * SEC_POLICY_CUST +select * from SEC_POLICY_CUST delete from SEC_POLICY_CUSTT -select * SEC_POLICY_CUSTT +select * from SEC_POLICY_CUSTT delete from SEC_POLICY_RT -select * SEC_POLICY_RT \ No newline at end of file +select * from SEC_POLICY_RT \ No newline at end of file diff --git a/templates/SECSTORE b/templates/SECSTORE index b2443a8..fc9232a 100644 --- a/templates/SECSTORE +++ b/templates/SECSTORE @@ -1,6 +1,6 @@ delete from RSECACTB -select * RSECACTB +select * from RSECACTB delete from RSECTAB -select * RSECTAB +select * from RSECTAB delete from RSECKEYMETA -select * RSECKEYMETA \ No newline at end of file +select * from RSECKEYMETA \ No newline at end of file diff --git a/templates/SICF b/templates/SICF index b3fe784..4d19b18 100644 --- a/templates/SICF +++ b/templates/SICF @@ -1,24 +1,24 @@ delete from ICF_SESSION_CNTL -select * ICF_SESSION_CNTL +select * from ICF_SESSION_CNTL delete from ICFALIAS -select * ICFALIAS +select * from ICFALIAS delete from ICFAPPLCUST -select * ICFAPPLCUST +select * from ICFAPPLCUST delete from ICFAPPLICATION -select * ICFAPPLICATION +select * from ICFAPPLICATION delete from ICFDOCU -select * ICFDOCU +select * from ICFDOCU delete from ICFHANDLER -select * ICFHANDLER +select * from ICFHANDLER delete from ICFINSTACT -select * ICFINSTACT +select * from ICFINSTACT delete from ICFSECPASSWD -select * ICFSECPASSWD +select * from ICFSECPASSWD delete from ICFSERVICE -select * ICFSERVICE +select * from ICFSERVICE delete from ICFSERVLOC -select * ICFSERVLOC +select * from ICFSERVLOC delete from ICFVIRHOST -select * ICFVIRHOST +select * from ICFVIRHOST delete from TWPURLSVR -select * TWPURLSVR \ No newline at end of file +select * from TWPURLSVR \ No newline at end of file diff --git a/templates/SM14 b/templates/SM14 index 4dcacc7..2e10f89 100644 --- a/templates/SM14 +++ b/templates/SM14 @@ -1,4 +1,4 @@ delete from APSRV -select * APSRV +select * from APSRV delete from ASGRP -select * ASGRP \ No newline at end of file +select * from ASGRP \ No newline at end of file diff --git a/templates/SM19 b/templates/SM19 index f359e0d..6747cf3 100644 --- a/templates/SM19 +++ b/templates/SM19 @@ -1,14 +1,14 @@ delete from RSAU_BUF_DATA -select * RSAU_BUF_DATA +select * from RSAU_BUF_DATA delete from RSAU_TEMP_CDATA -select * RSAU_TEMP_CDATA +select * from RSAU_TEMP_CDATA delete from RSAU_TEMP_DATA -select * RSAU_TEMP_DATA +select * from RSAU_TEMP_DATA delete from RSAUFILES -select * RSAUFILES +select * from RSAUFILES delete from RSAUFILES_STAT -select * RSAUFILES_STAT +select * from RSAUFILES_STAT delete from RSAUPROF -select * RSAUPROF +select * from RSAUPROF delete from RSAUPROFEX -select * RSAUPROFEX \ No newline at end of file +select * from RSAUPROFEX \ No newline at end of file diff --git a/templates/SM37 b/templates/SM37 index 714e602..6999f90 100644 --- a/templates/SM37 +++ b/templates/SM37 @@ -1,70 +1,70 @@ delete from BTC_CRITERIA -select * BTC_CRITERIA +select * from BTC_CRITERIA delete from BTC_CRITNODES -select * BTC_CRITNODES +select * from BTC_CRITNODES delete from BTC_CRITPROFILES -select * BTC_CRITPROFILES +select * from BTC_CRITPROFILES delete from BTC_CRITTYPES -select * BTC_CRITTYPES +select * from BTC_CRITTYPES delete from BTC_TYPEFIELDS -select * BTC_TYPEFIELDS +select * from BTC_TYPEFIELDS delete from BTCEVTJOB -select * BTCEVTJOB +select * from BTCEVTJOB delete from BTCOPTIONS -select * BTCOPTIONS +select * from BTCOPTIONS delete from BTCUEV -select * BTCUEV +select * from BTCUEV delete from STJR_JOBD_CUST -select * STJR_JOBD_CUST +select * from STJR_JOBD_CUST delete from STJR_JOBD_ROOT -select * STJR_JOBD_ROOT +select * from STJR_JOBD_ROOT delete from STJR_JOBD_SCOPE -select * STJR_JOBD_SCOPE +select * from STJR_JOBD_SCOPE delete from STJR_JOBD_STATUS -select * STJR_JOBD_STATUS +select * from STJR_JOBD_STATUS delete from STJR_JOBD_TREP -select * STJR_JOBD_TREP +select * from STJR_JOBD_TREP delete from STJR_JOBD_VARIS -select * STJR_JOBD_VARIS +select * from STJR_JOBD_VARIS delete from TBTC_CHAIN -select * TBTC_CHAIN +select * from TBTC_CHAIN delete from TBTC_RUN_STAT -select * TBTC_RUN_STAT +select * from TBTC_RUN_STAT delete from TBTC_RUN_WHITE -select * TBTC_RUN_WHITE +select * from TBTC_RUN_WHITE delete from TBTC_TASK -select * TBTC_TASK +select * from TBTC_TASK delete from TBTC_TASK_DET -select * TBTC_TASK_DET +select * from TBTC_TASK_DET delete from TBTCCNTXT -select * TBTCCNTXT +select * from TBTCCNTXT delete from TBTCJOBLOG -select * TBTCJOBLOG +select * from TBTCJOBLOG delete from TBTCJOBLOG0 -select * TBTCJOBLOG0 +select * from TBTCJOBLOG0 delete from TBTCJOBLOG1 -select * TBTCJOBLOG1 +select * from TBTCJOBLOG1 delete from TBTCJOBLOG2 -select * TBTCJOBLOG2 +select * from TBTCJOBLOG2 delete from TBTCJOBLOG3 -select * TBTCJOBLOG3 +select * from TBTCJOBLOG3 delete from TBTCJOBLOG4 -select * TBTCJOBLOG4 +select * from TBTCJOBLOG4 delete from TBTCJOBLOG5 -select * TBTCJOBLOG5 +select * from TBTCJOBLOG5 delete from TBTCJOBLOG6 -select * TBTCJOBLOG6 +select * from TBTCJOBLOG6 delete from TBTCJOBLOG7 -select * TBTCJOBLOG7 +select * from TBTCJOBLOG7 delete from TBTCJOBLOG8 -select * TBTCJOBLOG8 +select * from TBTCJOBLOG8 delete from TBTCJOBLOG9 -select * TBTCJOBLOG9 +select * from TBTCJOBLOG9 delete from TBTCO -select * TBTCO +select * from TBTCO delete from TBTCP -select * TBTCP +select * from TBTCP delete from TBTCS -select * TBTCS +select * from TBTCS delete from TPRI_PAR -select * TPRI_PAR \ No newline at end of file +select * from TPRI_PAR \ No newline at end of file diff --git a/templates/SM59 b/templates/SM59 index ed6496e..8d11cce 100644 --- a/templates/SM59 +++ b/templates/SM59 @@ -1,56 +1,56 @@ delete from APC_CROSS_ORIGIN -select * APC_CROSS_ORIGIN +select * from APC_CROSS_ORIGIN delete from RFC_TT_ACL -select * RFC_TT_ACL +select * from RFC_TT_ACL delete from RFC_TT_ACL_HIST -select * RFC_TT_ACL_HIST +select * from RFC_TT_ACL_HIST delete from RFC_TT_SAMEU -select * RFC_TT_SAMEU +select * from RFC_TT_SAMEU delete from RFC2SOAPS -select * RFC2SOAPS +select * from RFC2SOAPS delete from RFCADPTATTR -select * RFCADPTATTR +select * from RFCADPTATTR delete from RFCATTRIB -select * RFCATTRIB +select * from RFCATTRIB delete from RFCCAT -select * RFCCAT +select * from RFCCAT delete from RFCCBWHITELIST -select * RFCCBWHITELIST +select * from RFCCBWHITELIST delete from RFCCBWHITELIST_A -select * RFCCBWHITELIST_A +select * from RFCCBWHITELIST_A delete from RFCCHECK -select * RFCCHECK +select * from RFCCHECK delete from RFCCMC -select * RFCCMC +select * from RFCCMC delete from RFCDES -select * RFCDES +select * from RFCDES delete from RFCDESSECU -select * RFCDESSECU +select * from RFCDESSECU delete from RFCDOC -select * RFCDOC +select * from RFCDOC delete from RFCGO -select * RFCGO +select * from RFCGO delete from RFCSOAPS -select * RFCSOAPS +select * from RFCSOAPS delete from RFCSTXTAB -select * RFCSTXTAB +select * from RFCSTXTAB delete from RFCSYSACL -select * RFCSYSACL +select * from RFCSYSACL delete from RFCSYSACL_CLNT -select * RFCSYSACL_CLNT +select * from RFCSYSACL_CLNT delete from RFCTRUST -select * RFCTRUST +select * from RFCTRUST delete from RFCTXTAB -select * RFCTXTAB +select * from RFCTXTAB delete from RFCTYPE -select * RFCTYPE +select * from RFCTYPE delete from RSECACHK -select * RSECACHK +select * from RSECACHK delete from RSECACTB -select * RSECACTB +select * from RSECACTB delete from RSECKEYMETA -select * RSECKEYMETA +select * from RSECKEYMETA delete from RSECTAB -select * RSECTAB +select * from RSECTAB delete from SNCSYSACL -select * SNCSYSACL \ No newline at end of file +select * from SNCSYSACL \ No newline at end of file diff --git a/templates/SPAD b/templates/SPAD index bdde074..5ddb6d4 100644 --- a/templates/SPAD +++ b/templates/SPAD @@ -1,28 +1,28 @@ delete from TSP03 -select * TSP03 +select * from TSP03 delete from TSP03A -select * TSP03A +select * from TSP03A delete from TSP03C -select * TSP03C +select * from TSP03C delete from TSP03D -select * TSP03D +select * from TSP03D delete from TSP03L -select * TSP03L +select * from TSP03L delete from TSP03POCCNF -select * TSP03POCCNF +select * from TSP03POCCNF delete from TSP03POCPRE -select * TSP03POCPRE +select * from TSP03POCPRE delete from TSP03T -select * TSP03T +select * from TSP03T delete from TSP0B -select * TSP0B +select * from TSP0B delete from TSP0K -select * TSP0K +select * from TSP0K delete from TSPCMDS -select * TSPCMDS +select * from TSPCMDS delete from TSPLOMS -select * TSPLOMS +select * from TSPLOMS delete from TSPROMS -select * TSPROMS +select * from TSPROMS delete from TSPSV -select * TSPSV \ No newline at end of file +select * from TSPSV \ No newline at end of file diff --git a/templates/STRUST b/templates/STRUST index 01b4f38..355fd1c 100644 --- a/templates/STRUST +++ b/templates/STRUST @@ -1,72 +1,72 @@ delete from SMIME_CAPA_CRYPT -select * SMIME_CAPA_CRYPT +select * from SMIME_CAPA_CRYPT delete from SMIME_CAPA_SIGN -select * SMIME_CAPA_SIGN +select * from SMIME_CAPA_SIGN delete from SMIME_CAPABILITY -select * SMIME_CAPABILITY +select * from SMIME_CAPABILITY delete from SSF_PSE_D -select * SSF_PSE_D +select * from SSF_PSE_D delete from SSF_PSE_H -select * SSF_PSE_H +select * from SSF_PSE_H delete from SSF_PSE_HIST -select * SSF_PSE_HIST +select * from SSF_PSE_HIST delete from SSF_PSE_L -select * SSF_PSE_L +select * from SSF_PSE_L delete from SSF_PSE_T -select * SSF_PSE_T +select * from SSF_PSE_T delete from SSFAPPLIC -select * SSFAPPLIC +select * from SSFAPPLIC delete from SSFAPPLICT -select * SSFAPPLICT +select * from SSFAPPLICT delete from SSFARGS -select * SSFARGS +select * from SSFARGS delete from SSFVARGS -select * SSFVARGS +select * from SSFVARGS delete from SSFVARGST -select * SSFVARGST +select * from SSFVARGST delete from SSFVKEYDEF -select * SSFVKEYDEF +select * from SSFVKEYDEF delete from STRUSTCAB -select * STRUSTCAB +select * from STRUSTCAB delete from STRUSTCABEMAIL -select * STRUSTCABEMAIL +select * from STRUSTCABEMAIL delete from STRUSTCERT -select * STRUSTCERT +select * from STRUSTCERT delete from STRUSTCRL -select * STRUSTCRL +select * from STRUSTCRL delete from STRUSTCRP -select * STRUSTCRP +select * from STRUSTCRP delete from STRUSTCRPT -select * STRUSTCRPT +select * from STRUSTCRPT delete from STRUSTCRR -select * STRUSTCRR +select * from STRUSTCRR delete from STRUSTCRRT -select * STRUSTCRRT +select * from STRUSTCRRT delete from STRUSTCRS -select * STRUSTCRS +select * from STRUSTCRS delete from STRUSTCRT -select * STRUSTCRT +select * from STRUSTCRT delete from STRUSTSMIM -select * STRUSTSMIM +select * from STRUSTSMIM delete from STRUSTSMIMT -select * STRUSTSMIMT +select * from STRUSTSMIMT delete from STRUSTSSL -select * STRUSTSSL +select * from STRUSTSSL delete from STRUSTSSLS -select * STRUSTSSLS +select * from STRUSTSSLS delete from STRUSTSSLST -select * STRUSTSSLST +select * from STRUSTSSLST delete from STRUSTSSLT -select * STRUSTSSLT +select * from STRUSTSSLT delete from STRUSTWSSE -select * STRUSTWSSE +select * from STRUSTWSSE delete from STRUSTWSSET -select * STRUSTWSSET +select * from STRUSTWSSET delete from TWPSSO2ACL -select * TWPSSO2ACL +select * from TWPSSO2ACL delete from USERINFO_STORAGE -select * USERINFO_STORAGE +select * from USERINFO_STORAGE delete from USRCERTMAP -select * USRCERTMAP +select * from USRCERTMAP delete from USRCERTRULE -select * USRCERTRULE \ No newline at end of file +select * from USRCERTRULE \ No newline at end of file diff --git a/templates/VARIANTS b/templates/VARIANTS index 29580bc..8fa443e 100644 --- a/templates/VARIANTS +++ b/templates/VARIANTS @@ -1,14 +1,14 @@ delete from TVARVC -select * TVARVC +select * from TVARVC delete from VARI -select * VARI +select * from VARI delete from VARID -select * VARID +select * from VARID delete from VARIDESC -select * VARIDESC +select * from VARIDESC delete from VARINUM -select * VARINUM +select * from VARINUM delete from VARIS -select * VARIS +select * from VARIS delete from VARIT -select * VARIT \ No newline at end of file +select * from VARIT \ No newline at end of file diff --git a/templates/VSCAN b/templates/VSCAN index 641e5f7..8b5ab0c 100644 --- a/templates/VSCAN +++ b/templates/VSCAN @@ -1,16 +1,16 @@ delete from VSCAN_GROUP -select * VSCAN_GROUP +select * from VSCAN_GROUP delete from VSCAN_GROUP_P -select * VSCAN_GROUP_P +select * from VSCAN_GROUP_P delete from VSCAN_GROUPT -select * VSCAN_GROUPT +select * from VSCAN_GROUPT delete from VSCAN_PROF -select * VSCAN_PROF +select * from VSCAN_PROF delete from VSCAN_PROF_GRP -select * VSCAN_PROF_GRP +select * from VSCAN_PROF_GRP delete from VSCAN_PROF_PAR -select * VSCAN_PROF_PAR +select * from VSCAN_PROF_PAR delete from VSCAN_PROFT -select * VSCAN_PROFT +select * from VSCAN_PROFT delete from VSCAN_SERVER -select * VSCAN_SERVER \ No newline at end of file +select * from VSCAN_SERVER \ No newline at end of file