We can use the MONITOR and REVERSE commands to ‘go back’ to previous steps. First give the MONITOR command and then give the REVERSE command. Now if you press PF9 it will start tracing backwards. If you want to again go forward give REVERSE again.
Some more Information…
The MONITOR and REVERSE commands are used to activate review mode. Review mode enables you to record and then review the execution path by reversing the direction of program execution. Use the MONITOR command before executing your program to record execution. Then use the REVERSE command to review the execution history by tracing through the recorded history in the reverse direction. You can see the execution path and the changing data values as you review program execution. MONITOR records the program's execution in a buffer. The default buffer size is 1M. XPEDITER/TSO wraps and overwrites the existing data when the buffer is filled. Use the SET REVSIZE command to increase or decrease the buffer size. Review mode can be used with OS/VS COBOL, COBOL II, and CA-OPTIMIZER. However, ANSI COBOL 68 is not supported. Review mode is not valid in an unattended batch test.
Usage Notes
1. MONITOR without a module name records history for the current module—not necessarily the active module where execution is located, but the module indicated by the program field on the third header line.
2. Use a list of module names to monitor the execution path that spans multiple called COBOL modules.
3. Use the DELETE command to stop recording the execution history.
4. The REVERSE and RESUME commands are valid only if MONITOR has first been turned on.
5. Issuing a MONITOR ALL command in an initial script or at the beginning of the test session allows you to review the execution of all COBOL statements.
Tuesday, April 10, 2007
Today's Professional Management FUNDAS
1."We will do it" means "You will do it"
2."You have done a great job" means "More work to be given to you"
3."We are working on it" means "We have not yet started working on the
same"
4."Tomorrow first thing in the morning" means "Its not getting done
"At least not tomorrow!"
5."After discussion we will decide-I am very open to views" means "I
have already decided, I will tell you what to do"
6."There was a slight miscommunication" means "We had actually lied"
7."Lets call a meeting and discuss" means "I have no time now, will
talk later"
8."We can always do it" means "We actually cannot do the same on time"
9."We are on the right track but there needs to be a slight extension
of the deadline" means "The project is screwed up, we cannot deliver
on time."
10."We had slight differences of opinion "means "We had actually
fought"
11."Make a list of the work that you do and let's see how I can help
you" means "Anyway you have to find a way out no help from me"
12."You should have told me earlier" means "Well even if you told me
earlier that would have made hardly any difference!"
13."We need to find out the real reason" means "Well I will tell you
where your fault is"
14."Well Family is important; your leave is always granted. Just
ensure that the work is not affected," means, "Well you know..."
15."We are a team," means, "I am not the only one to be blamed"
16."That's actually a good question" means "I do not know anything
about it"
17."All the Best" means "You are in trouble"
2."You have done a great job" means "More work to be given to you"
3."We are working on it" means "We have not yet started working on the
same"
4."Tomorrow first thing in the morning" means "Its not getting done
"At least not tomorrow!"
5."After discussion we will decide-I am very open to views" means "I
have already decided, I will tell you what to do"
6."There was a slight miscommunication" means "We had actually lied"
7."Lets call a meeting and discuss" means "I have no time now, will
talk later"
8."We can always do it" means "We actually cannot do the same on time"
9."We are on the right track but there needs to be a slight extension
of the deadline" means "The project is screwed up, we cannot deliver
on time."
10."We had slight differences of opinion "means "We had actually
fought"
11."Make a list of the work that you do and let's see how I can help
you" means "Anyway you have to find a way out no help from me"
12."You should have told me earlier" means "Well even if you told me
earlier that would have made hardly any difference!"
13."We need to find out the real reason" means "Well I will tell you
where your fault is"
14."Well Family is important; your leave is always granted. Just
ensure that the work is not affected," means, "Well you know..."
15."We are a team," means, "I am not the only one to be blamed"
16."That's actually a good question" means "I do not know anything
about it"
17."All the Best" means "You are in trouble"
Monday, April 9, 2007
Who is Scott in Oracle??
You must have always wondered why the uname / pwd in Oracle is Scott/Tiger....
Who is this Scott ? Here is the answer to ur query.... ..
Bruce Scott was one of the first employees at Oracle (then Software Development Laboratories). He co-founded Gupta Technology (now known as Centura Software) in 1984 with Umang Gupta, and later became CEO and founder of PointBase, Inc. Bruce was co-author and co-architect of Oracle V1, V2 and V3. The SCOTT schema (EMP and DEPT tables), with password TIGER, was created by him. Tiger was the name of his cat.
Scott has led the drive to develop new data management architectures that capitalize on emerging computing paradigms - following the migration from mainframes to mini-computers; from personal computers to servers; and from servers to personal systems and devices. After co-founding Oracle in 1977 and helping that company revolutionize the database market, Scott went on to co-found Gupta Technology in 1984 with Umang Gupta. Serving as vice president of Database and Connectivity Research and Development, he provided the company with database technology leadership for more than ten years. While at Gupta, he invented SQLBase, the first commercially available PC-oriented client/server database and the patented software development design paradigm for SQLWindows.
From Gupta, Scott founded PointBase, bringing to market a platform-independent technology that enabled applications to manage, synchronize, and extend data across networks of servers, desktops, laptops, and mobile/wireless devices. As president and chief executive officer, he led the company's efforts in developing Java-based application-embedded databases for enterprise mobility applications.
Friday, April 6, 2007
How to master a foreign language
STEP 1: Think of a language as a way of expressing meaning. Each language chooses different sounds and arrangements of sounds, to express meaning.
STEP 2: Try to "forget" your native language's grammar as much as you can while you're learning the new language. This will prevent "interference" from your native language.
STEP 3: Identify how your native language and the new language do things differently and keep these in mind when speaking the foreign language.
STEP 4: Review early and often.
STEP 5: Find a tutor to give you feedback on what you're doing correctly and incorrectly.
STEP 6: Keep lists of new vocabulary and sentence constructions. Review as much as you can each day.
STEP 7: Visit a place where the language you're studying is a native tongue, if possible. Speak your own native tongue as little as possible while you're there.
Tips & Warnings
Get a good bilingual dictionary. It'll go a long way to helping you build new vocabulary.
If you can't visit a place full of native speakers, then watch movies and TV programs in the native language. Read newspapers, too, and learn songs.
Don't be discouraged when the words don't flow. The only way to really master the grammar is to speak the language a lot. Develop a thick skin.
If you're afraid you'll sound like a fool, you won't ever learn how to speak correctly.
STEP 2: Try to "forget" your native language's grammar as much as you can while you're learning the new language. This will prevent "interference" from your native language.
STEP 3: Identify how your native language and the new language do things differently and keep these in mind when speaking the foreign language.
STEP 4: Review early and often.
STEP 5: Find a tutor to give you feedback on what you're doing correctly and incorrectly.
STEP 6: Keep lists of new vocabulary and sentence constructions. Review as much as you can each day.
STEP 7: Visit a place where the language you're studying is a native tongue, if possible. Speak your own native tongue as little as possible while you're there.
Tips & Warnings
Get a good bilingual dictionary. It'll go a long way to helping you build new vocabulary.
If you can't visit a place full of native speakers, then watch movies and TV programs in the native language. Read newspapers, too, and learn songs.
Don't be discouraged when the words don't flow. The only way to really master the grammar is to speak the language a lot. Develop a thick skin.
If you're afraid you'll sound like a fool, you won't ever learn how to speak correctly.
Rexx Inventor - Mike Cowlishaw

Mike Cowlishaw, an IBM Fellow based at the IBM UK Warwick location, and also a Visiting Professor at the Department of Computer Science at the University of Warwick.(Warwick is situated in central England, midway between Coventry and Stratford-upon-Avon.)
His technical interests include:
decimal arithmetic (algorism) in hardware and software, includingthe decimal data types and arithmetic in the current IEEE 754 revision, the General Decimal Arithmetic Specification, the decNumber open source and commercial implementations of this in ANSI C, and the enhanced BigDecimal class for Java 5, as described in Java SR-13. the Rexx, Object Rexx, NetRexx, Java, PL/I, and C programming languages cognitive processes, including neural, genetic, and evolutionary algorithms and systems, especially empirical models that may give insight into thought processes vision and colour perception (hence the shading algorithms used in PMGlobe and Palm Globe) high-power Light-Emitting Diodes and designing circuits for driving them lightweight (preferably solid-state) computers (one such is the IBM Workpad, for which I wrote Palm Globe; another is the Acorn System 1 and the Emulator I wrote for that); I currently carry an IBM Thinkpad X41 Tablet PC electronic publishing, including the Oxford English Dictionary and other dictionaries, SGML, the LEXX (now called LPEX) editor, Wikipedia, the World Wide Web, and my GoServe Web server (used for my personal research tool, MemoWiki).
His technical interests include:
decimal arithmetic (algorism) in hardware and software, includingthe decimal data types and arithmetic in the current IEEE 754 revision, the General Decimal Arithmetic Specification, the decNumber open source and commercial implementations of this in ANSI C, and the enhanced BigDecimal class for Java 5, as described in Java SR-13. the Rexx, Object Rexx, NetRexx, Java, PL/I, and C programming languages cognitive processes, including neural, genetic, and evolutionary algorithms and systems, especially empirical models that may give insight into thought processes vision and colour perception (hence the shading algorithms used in PMGlobe and Palm Globe) high-power Light-Emitting Diodes and designing circuits for driving them lightweight (preferably solid-state) computers (one such is the IBM Workpad, for which I wrote Palm Globe; another is the Acorn System 1 and the Emulator I wrote for that); I currently carry an IBM Thinkpad X41 Tablet PC electronic publishing, including the Oxford English Dictionary and other dictionaries, SGML, the LEXX (now called LPEX) editor, Wikipedia, the World Wide Web, and my GoServe Web server (used for my personal research tool, MemoWiki).
Subscribe to:
Posts (Atom)

