Can anyone give me an exaple of realtime start script in the graph?
Answer / Pankaj Nayak
A Real-Time Start Script (RTSS) in Ab Initio's GDE Graph is used to define how a job should be started at runtime. Here's an example of a simple RTSS:nn !rtss_startnn set environment $(gdehome)/etc/env.shnn if ( $(gdejobinfo -jid $jobid) ne null )n exit 0n finn $(gdedriver) $(gdebatch) $(gdejob) $(gdeargs)nn !rtss_end
| Is This Answer Correct ? | 0 Yes | 0 No |
How Does MAXCORE works?
Tell us about the architecture of abinitio.
can we perform checkin and checkout through sandbox?
Can you read multiple input files using one input file component ?(same DML)
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
Layout - L1*, L1 - What is the difference
What are the primary keys and foreign keys?
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
what is extension list in abinitio?
How you can run a component for certain conditions ?
What is a ramp limit?
Why do you think data processing is important?