Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yukonxl

    Using a Workflow Variable to set Mapping Parameter

    Is it possible to use a Workflow variable to set the value of a Mapping parameter for a session within that workflow? We have one set of mappings with multiple sessions for each mapping...each session points to a different source system (same source system application, just different...
  2. yukonxl

    Help with denormalizing a hierarchy

    I have a hierarchy as follows | _1__ | |_10__ | | |_11 | | | | | |_20 | | | |_30__ | |_31 | | | |_32 | _2 | . . . This hierarchy is stored in a table with child/parent relationship... TABLE: T_LINK LINE#...
  3. yukonxl

    Parallel Batch Processing

    Any help would be greatly appreciated... I need to write a unix shell script that will execute various batches of programs (some in parallel). Example: I have six programs and some can run in parallel. Programs sharing the same BATCH_NUMBER can run together; programs with BATCH_NUMBER i have...
  4. yukonxl

    for loop using cat command

    I am writing a shell script and must use the korn shell. I have a comma delimited file with some spaces in the data and I need to use a for loop to read each record for additional processing. File layout of file.csv (sample): "Record 1","Field 2","Field...

Part and Inventory Search

Back
Top