<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2548748946124924531</id><updated>2011-07-07T20:12:24.671-07:00</updated><category term='Endevor Tool'/><title type='text'>mainframes classes,materials,faqs,openings</title><subtitle type='html'>Mainframe programming information, including a large dictionary and links to downloads and manuals,IBM Mainframe Forum Download Manuals Job Vacancies Tools computers software downloads IBM Cobol cics db2 jcl programs,BM Mainframe Tutorials CD Pack with 10 CDs that contains Mainframe Tools, Software, mainframe simulator &amp;amp; Screeshots,Your portal to IBM mainframe information. Check out what&amp;#39;s new in IBM mainframe technology, resources and solutions.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>78</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-198068322708004785</id><published>2009-08-21T21:21:00.001-07:00</published><updated>2009-08-21T21:21:58.540-07:00</updated><title type='text'>ENDEVOR  APPENDIX</title><content type='html'>Appendix&lt;br /&gt;&lt;br /&gt;NOTE: In the summary section of the sysout, you can tell which elements contained the search string because they will have a number (for the number of matches found) in the far right column - SCL WRITTEN.  You can then go back to that section of the scan and find the lines where a match was found.&lt;br /&gt;&lt;br /&gt;If you need to scan for many search strings across many Endevor systems (ACES, SUBRO, etc.), take a copy of OTXX94.ENDEVOR.SCANS(SCANALF) and edit it to meet your needs.&lt;br /&gt;&lt;br /&gt; - The first statement is a "SET WHERE TEXT" statement that lists all the strings to be searched for.  This "WHERE" statement is in effect for each "LIST" statement that follows.  &lt;br /&gt;&lt;br /&gt; - Next is the "SET OPTIONS" statement.  Leave this as is.  the "SHOW TEXT" clause causes the scan to show the lines where the search string is found which is necessary if you're searching for more than one string.&lt;br /&gt;&lt;br /&gt; - Use the "LIST" statements to search many elements (by using a wildcard) of a particular type in an Endevor system.  &lt;br /&gt;&lt;br /&gt;In order to submit this SCL, go into Endevor Batch option (3) and specify your dataset in the REQUEST DATA SET section.  Use option 3 to submit the scan, make sure the jobname is OTXX94# and that the MSGCLASS on the job card is J for $AVRS.  The sysout will show only those elements where one of the search strings was found.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;===&gt; //OTXX94# JOB (44001,FS01,00000,1111),'PROJECT C583', =&gt; PROJECT NAME&lt;br /&gt;===&gt; //    CLASS=A,MSGCLASS=J,NOTIFY=OT????  =&gt; YOUR ID&lt;br /&gt;===&gt; //*&lt;br /&gt;===&gt; //*$AVRS C=OTCACTSD =&gt;(comment what program/linkcard/binddeck/sysin)&lt;br /&gt;&lt;br /&gt;It's very important to use the proper project number in the jobcard, comment the project name in the comment field of the jobcard, notify your ID of job completion and use the $AVRS C= command to comment on what element you are adding/re-compiling/copying back...etc&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-198068322708004785?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/198068322708004785/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=198068322708004785' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/198068322708004785'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/198068322708004785'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-appendix.html' title='ENDEVOR  APPENDIX'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-4296434862450773535</id><published>2009-08-21T21:20:00.002-07:00</published><updated>2009-08-21T21:21:22.831-07:00</updated><title type='text'>ENDEVOR  SCANS</title><content type='html'>SCANS &lt;br /&gt;&lt;br /&gt;1.  From the Endevor Primary Options Menu, select 3 - BATCH. &lt;br /&gt;   (ENTER KEY).&lt;br /&gt;&lt;br /&gt;2.  Enter Option 1 - BUILD SCL.&lt;br /&gt;    Enter the name of the Request Data Set, e.g., OTXX94.LIB.CNTL(LIST).&lt;br /&gt;    Enter any job card changes needed. &lt;br /&gt;   (ENTER KEY).&lt;br /&gt;&lt;br /&gt;3.  Enter Option 11 - LIST ELEMENT. &lt;br /&gt;    (ENTER KEY).&lt;br /&gt;&lt;br /&gt;4.  Enter Option L - LIST element action. &lt;br /&gt;&lt;br /&gt;    Enter the FROM ENDEVOR INFO search criteria. &lt;br /&gt;&lt;br /&gt;    Enter the LIST OPTIONS criteria. &lt;br /&gt;    Note: Enter N in the Display List and Endevor selects and searches &lt;br /&gt;     all elements that fit the criteria entered in the FROM ENDEVOR INFO;&lt;br /&gt;   &lt;br /&gt;     Enter Y in Display List and Endevor displays all &lt;br /&gt;     elements that fit the criteria entered in the FROM ENDEVOR INFO,&lt;br /&gt;     so that you must indicate which elements you wish to search, by &lt;br /&gt;     placing an L next to the member(s) to be included.&lt;br /&gt; &lt;br /&gt;    Enter the TEXT STRING to be scanned. (ENTER KEY).&lt;br /&gt;            &lt;br /&gt;5.  A confirmation screen appears, listing the number of elements that were &lt;br /&gt;    selected for processing.  Press the (ENTER KEY) to continue.&lt;br /&gt;&lt;br /&gt;6.  The message "SCL generated" appears, and Endevor displays the LIST ELEMENT  ACTION screen.&lt;br /&gt; &lt;br /&gt;7,  Back out of the LIST ELEMENT ACTION screen. &lt;br /&gt;    (PF3 KEY).&lt;br /&gt;&lt;br /&gt;8.  Back out of the SCL GENERATION screen.&lt;br /&gt;    (PF3 KEY). &lt;br /&gt;&lt;br /&gt;9.  Select Option 3 - SUBMIT from the BATCH OPTIONS MENU screen.&lt;br /&gt;    (A batch job runs the scan.)  &lt;br /&gt;    (ENTER KEY).&lt;br /&gt; &lt;br /&gt;10. Once the batch job is completed, you can view the results in $AVRS. All elements&lt;br /&gt;    searched are listed on the output. If no match was found, the message is&lt;br /&gt;    'ELEMENT(S) BYPASSED, FAILED TO SATISFY "WHERE" CLAUSE'. If a match was found,&lt;br /&gt;    the element name and all the lines where a match was found are listed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-4296434862450773535?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/4296434862450773535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=4296434862450773535' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4296434862450773535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4296434862450773535'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-scans.html' title='ENDEVOR  SCANS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-7481899813002991539</id><published>2009-08-21T21:20:00.001-07:00</published><updated>2009-08-21T21:20:55.510-07:00</updated><title type='text'>ENDEVOR  NOTIFICATIONS</title><content type='html'>NOTIFICATIONS &lt;br /&gt;When your manager Receives/Reviews/Assigns a PROJECT:&lt;br /&gt;1) The PROJECT Requestor&lt;br /&gt;2) PROJECT Requestor's Supervisor&lt;br /&gt;3) PMSO (Personal Market Support Operations) &lt;br /&gt;   RSIP (Risk Service Information Processes)&lt;br /&gt;4) The Analyst to which the PROJECT is assigned&lt;br /&gt;5) Business Market (for STAT Changes)&lt;br /&gt;   Personal Market (for STAT Changes)&lt;br /&gt;&lt;br /&gt;When you start to work on a PROJECT, please notify the following people&lt;br /&gt;to set Client TESTING and PRODUCTION implementation dates:&lt;br /&gt;1) The PROJECT Requestor&lt;br /&gt;2) The PROJECT Requestor's Supervisor&lt;br /&gt;3)  Your Project Leader&lt;br /&gt;4)  PMSO (Personal Market Support Operations) &lt;br /&gt;   RSIP (Risk Service Information Processes)&lt;br /&gt;5) ACES on-call employees, Manager - IS&lt;br /&gt;6) Business Market for STAT Changes  &lt;br /&gt;   Personal Markets for STAT Changes &lt;br /&gt;7) Look at Palinfo-Admin-Endevor-CHGNOTFY.XLS.  There are several other groups that&lt;br /&gt;   must be notified if we make changes in ACES to certain designated programs.  The &lt;br /&gt;   SCREEN CHANGE NOTIFICATION EXCEL Spreadsheet will identify the programs, that if&lt;br /&gt;   changed, will impact other groups, and who should be notified.  The Project&lt;br /&gt;   Leader should contact these other groups at the very beginning of the project to&lt;br /&gt;   ensure that they have the appropriate time needed to make any necessary changes.&lt;br /&gt;&lt;br /&gt;When you have completed your System Testing, please notify the following people:&lt;br /&gt;1) The PROJECT Requestor&lt;br /&gt;2) The PROJECT Requestor's Supervisor&lt;br /&gt;3)  Your Project (Personal Market Support Operations) &lt;br /&gt;   RSIP (Risk Service Information Processes)&lt;br /&gt;4) On-call employees, Manager - IS&lt;br /&gt;&lt;br /&gt;When Claims Systems completes their Client TESTING, clients should notify:&lt;br /&gt;1) The PROJECT Requestor&lt;br /&gt;2) The PROJECT Requestor's Supervisor&lt;br /&gt;3) Your Project Leader&lt;br /&gt;3)  Individual PMSO contact (Personal Market Support Operations) &lt;br /&gt;4) Individual RSIP contact (Risk Service Information Processes)&lt;br /&gt;5) On-call employees, Manager - IS&lt;br /&gt;&lt;br /&gt;A couple of days before the Production Implementation, please notify:&lt;br /&gt;1) The PROJECT Requestor&lt;br /&gt;2) The PROJECT Requestor's Supervisor&lt;br /&gt;3)  Your Project Leader&lt;br /&gt;4)  PMSO (Personal Market Support Operations) &lt;br /&gt;   (Risk Service Information Processes)&lt;br /&gt;5) ACES Manager - IS and ACES SR. I/S Assistant (All changes)&lt;br /&gt;6) Individual contact for Business Market changes&lt;br /&gt;7)  Individual contact for Personal Market changes&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-7481899813002991539?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/7481899813002991539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=7481899813002991539' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/7481899813002991539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/7481899813002991539'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-notifications.html' title='ENDEVOR  NOTIFICATIONS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-8547559394657022242</id><published>2009-08-21T21:19:00.002-07:00</published><updated>2009-08-21T21:20:31.855-07:00</updated><title type='text'>ENDEVOR  BATCH (cont'd)</title><content type='html'>BATCH (cont'd)&lt;br /&gt;&lt;br /&gt;• If a proc that is part of the CA7 test cycle was changed to point to test versions of sysins, load modules, etc., that have subsequently been implemented into production, change the SYS1.PRODPROC member as needed to access the production components.&lt;br /&gt;&lt;br /&gt;• If a new job was either added or had a scheduling change, update the constellation  in PAL INFO/Hotbook/ACES Constellation&lt;br /&gt;&lt;br /&gt;• If a new ISOT job was either added or had a change in the purpose, frequency or  scheduling dependencies, update the document SERVER/PAL INFO/SUPPLEMENTAL HOTBOOK /ISOTLST.DOC.&lt;br /&gt;&lt;br /&gt;• If a new batch program has been added, update the Batch Program Listing for new  programs Pal Info \ Listprogdesc \Batchcbl.XLS.&lt;br /&gt;  &lt;br /&gt;• Delete proc member from signout document located in the current implementation folder. &lt;br /&gt;&lt;br /&gt;• If a program results in an update, insert or delete to a propagated database or DB2 Table, update the DPROP Batch System Profile in Pal Info \ ACES \ Propagation Profile \ BTCHPROF.XLS. &lt;br /&gt;&lt;br /&gt;ON-LINE&lt;br /&gt;• Delete program from TDF if it was imported in.&lt;br /&gt;&lt;br /&gt;• Cleanup your own libraries of MFS source code, format and referral members.&lt;br /&gt;&lt;br /&gt;• If you had MFS changes, delete the format and referal members from IMSVSH.TFORMAT and IMSVSH.TREFERAL, using Aces panel Q.10 (option 5). Create the format and referal members for new MFS in 'OTXX94.TELON21.TFORMAT' and 'OTXX94.TELON21.TREFERAL' (used for BTS testing).  Delete the OX version of the MFS source (used for the X system) from BATCH.PANLIB.&lt;br /&gt;&lt;br /&gt;• Change IMST link map to refer back to the prod. library using Aces panel Q.7.11.2.&lt;br /&gt;&lt;br /&gt;• SAVED FOR FUTURE INSTRUCTIONS REGARDING XPEDITER&lt;br /&gt;&lt;br /&gt;• Run the IMST link using the production OBJ's using Aces panel Q.11.3.&lt;br /&gt;&lt;br /&gt;• Run the IMST bind using Aces panel Q.14.1&lt;br /&gt;&lt;br /&gt;• If a program change results in an update, insert or delete to a  propagated Database or  DB2 Table, update the DPROP Online System Profile in Pal Info \ ACES \ Propagation Profile \ ONLNPROF.XLS&lt;br /&gt;&lt;br /&gt;• If a new online program has been added, update the Link group Document PAL INFO/ &lt;br /&gt; List Prog/ DESC/ Linkgrp.doc&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-8547559394657022242?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/8547559394657022242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=8547559394657022242' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8547559394657022242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8547559394657022242'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-batch-contd.html' title='ENDEVOR  BATCH (cont&apos;d)'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-6007074168851164483</id><published>2009-08-21T21:19:00.001-07:00</published><updated>2009-08-21T21:19:49.029-07:00</updated><title type='text'>ENDEVOR  BATCH</title><content type='html'>BATCH&lt;br /&gt;&lt;br /&gt;• Ensure that the first two datasets in the STEPLIB DD of the test procedure are &lt;br /&gt;&lt;br /&gt; //STEPLIB DD DSN=BATCH.OT.END.LOADLIB,DISP=SHR&lt;br /&gt; //        DD DSN=OTXX94.JOBLIBT,DISP=SHR&lt;br /&gt; //        DD DSN=PROD.OT.END.LOADLIB,DISP=SHR&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; If you have changed a dynamic subprogram, this will need to be done for all main programs calling this common subprogram dynamically.&lt;br /&gt;&lt;br /&gt; If the test jcl procedure has not been set up this way, please change it and move the changed version to SYSTM1.ENDEVOR.PRODPROC.&lt;br /&gt;&lt;br /&gt;• This following is for the test IKJEFT01 - SYSTSIN member only.&lt;br /&gt;&lt;br /&gt; If the program is DB2 only running under IKJEFT01, change the SYSTSIN DD member in SYS1.JOBSYSIN from the old format &lt;br /&gt;&lt;br /&gt; DSN SYSTEM(DB2T)&lt;br /&gt; RUN PROGRAM(OTRDCATH) PLAN(OTRDCATH) LIB('OTXX94.JOBLIBT')&lt;br /&gt; END&lt;br /&gt;&lt;br /&gt; to a new format (if the plan name is the same as program name)&lt;br /&gt;&lt;br /&gt; DSN SYSTEM(DB2T)&lt;br /&gt; RUN PROGRAM(OTRDCATH)&lt;br /&gt; END&lt;br /&gt;&lt;br /&gt; or (if the plan name is different from the program name)&lt;br /&gt;&lt;br /&gt;  DSN SYSTEM(DB2T)&lt;br /&gt; RUN PROGRAM(OTRDCATH) PLAN(OTXXXXXX)&lt;br /&gt; END&lt;br /&gt;&lt;br /&gt;• Delete the load from OTXX94.JOBLIBT (except for OTDPIMSP, OTDPDB2P, OTDB2CLM, and OTPOOL).&lt;br /&gt;&lt;br /&gt;• If your program uses a link group, change IMST link map to refer back to the production library using Acespanel Q.7.11.10.  Run the IMST link using the production OBJ's using Aces panel Q.11.4.&lt;br /&gt;&lt;br /&gt;• Run a test bind to create the test plan using the production DBRM.&lt;br /&gt;&lt;br /&gt;•  Note:  For procs that are part of the ACES CA7 test cycle, the following two&lt;br /&gt;   steps may already have occurred.  See the 'Batch Change Checklist' document&lt;br /&gt;   for further clarification.&lt;br /&gt; 1) For any new sysin members where the Production and IMST version will be&lt;br /&gt; different (i.e. the mailnote recipients), add the IMST version to SYS1.JOBSYSIN.&lt;br /&gt; Make sure the IMST proc points to SYS1.JOBSYIN.&lt;br /&gt; 2) Move all the IMST procs to SYS1.PRODPROC.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-6007074168851164483?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/6007074168851164483/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=6007074168851164483' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6007074168851164483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6007074168851164483'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-batch.html' title='ENDEVOR  BATCH'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-6470341896767899636</id><published>2009-08-21T21:18:00.002-07:00</published><updated>2009-08-21T21:19:26.674-07:00</updated><title type='text'>ENDEVOR  MISCELLANEOUS CLEANUP WORK</title><content type='html'>MISCELLANEOUS CLEANUP WORK  &lt;br /&gt;&lt;br /&gt;Even if a system is in Endevor, you will still do development and testing outside of Endevor, therefore, it is still necessary to do this cleanup work. &lt;br /&gt;&lt;br /&gt;COMMON(BATCH &amp; ON-LINE)&lt;br /&gt;&lt;br /&gt;• Delete any copybooks that went into production from 'OTXX94.COPYLIB.DATA'&lt;br /&gt; Delete copylib member from located in the current implementation folder.&lt;br /&gt;&lt;br /&gt;• Cleanup your own libraries of Source code, Copybooks, and DBRMS.&lt;br /&gt;&lt;br /&gt;• If program has db2, delete any related DBRM's from 'OTXX94.LIB.DBRM'. OTDPIMSP, OTDPDB2P, OTDB2CLM, OTNICADP, and OTPOOL are the execptions to this rule.  They are subprograms that get compiled/linked into both 'OTXX94.JOBLIBT' and 'PROD.OT.IMSLOADT' and bound into plans used by many link groups.  If these members get deleted from the test DBRM library you will get a -818 timestamp error in any program accessing them.  This is because the bind is using the production DBRM and the object module used to create the load member will still be the one from the last IMST compile/link.  Therefore the timestamps in the OBJ and DBRM do not match, resulting in a DB2 return code of -818.  Hence, don't delete these DBRMS (also, don't delete these load modules from 'OTXX94.JOBLIBT and 'PROD.OT.IMSLOADT').&lt;br /&gt;&lt;br /&gt;• If a PSB was used in a new program or added to an existing program, update the PSB cross reference DB2 table, BATCHBOT.OTXPSBXT, with the production PSB information.&lt;br /&gt;&lt;br /&gt;• Cleanup $avers after you get your jobs back.  Be sure that all T, X and P jobs are deleted. &lt;br /&gt;&lt;br /&gt;• If a new bind was either added or revised to use the IMS exit program or the DB2  exit program, update the DPROP Users Guide document by adding the bind to the List of Binds For IMS and DB2 Propagation under Nifty Things To Know in SERVER/PAL INFO/OVERVIEW/DPROP&lt;br /&gt;&lt;br /&gt;• If a new bind was created, refer to Section XIII DB2 PROCEDURES Step D.&lt;br /&gt;&lt;br /&gt;• If a new Follow-UP note was created, update the following documents:&lt;br /&gt;&lt;br /&gt;    SERVER/PAL INFO/OVERVIEW/FOLLOWUP/PGMTRACK.XLS&lt;br /&gt;    SERVER/PAL INFO/OVERVIEW/FOLLOWUP/WORKFLOW.XLS&lt;br /&gt;    SERVER/PAL INFO/OVERVIEW/FOLLOWUP/SEG VALUES.XLS&lt;br /&gt;&lt;br /&gt;• If a new DB2 table, Database, ACES Table (TMS), Cobra File or Property File created  update.&lt;br /&gt;   PAL INFO\DATABASE\ACES DATABASE &amp; TMS SUMMARY&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-6470341896767899636?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/6470341896767899636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=6470341896767899636' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6470341896767899636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6470341896767899636'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-miscellaneous-cleanup-work.html' title='ENDEVOR  MISCELLANEOUS CLEANUP WORK'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-2567698167877712188</id><published>2009-08-21T21:18:00.001-07:00</published><updated>2009-08-21T21:18:45.657-07:00</updated><title type='text'>ENDEVOR  EMERGENCY BATCH PRODUCTION UPDATES</title><content type='html'>EMERGENCY BATCH PRODUCTION UPDATES  &lt;br /&gt;&lt;br /&gt;NOTE: These procedures are different because normally at night you will not have 2 Endevor approvers.  So you will have to force the change to execute outside of Endevor and put it into Endevor the next day, if necessary.&lt;br /&gt;&lt;br /&gt;If you are forcing a program into production at night here are some&lt;br /&gt;things to remember/consider:&lt;br /&gt;&lt;br /&gt;1. Compile the program using Q.2.1 specifying your own TSO library names&lt;br /&gt;2. Check the job to be sure that it compiled clean. If necessary run a test if you have to on SYSC&lt;br /&gt;3. Copy the appropriate binddeck needed to PROD.OT.PRODBIND&lt;br /&gt;4. Edit the binddeck to point to your own TSO DBRM library name from the compile. You should place your dataset name ABOVE the PROD.OT.END.DBRMLIB and there should not be any other members in your library&lt;br /&gt;5. Edit the job  OTXX94.SYSG.DB2.CNTL(BIND).  &lt;br /&gt;6. Change the notify parameter to the ID that you are logged onto&lt;br /&gt;7. Make sure it says XEQ NJEG to run on system G&lt;br /&gt;8. Make sure the first exec statement is NOT commented (should be PROD.OT.PRODBIND) and the second exec statement IS commented (should be PROD.OT.PRODBBND).&lt;br /&gt;9. Submit the job OTXX94.SYSG.DB2.CNTL(BIND) on system G.&lt;br /&gt;10. Check the job in $avers to make sure the bind was successful.&lt;br /&gt;11. Copy the related PROD proc to SYSTM1.ENDEVOR.TESTPROC and concatenate your TSO load dataset, defined in the compile, above the PROD.OT.END.LOADLIB. It is best to keep this module isolated therefore it needs to be the only one in your TSO load library.&lt;br /&gt;12. Call the operator and ask them to restart the job with a step/restart if necessary.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-2567698167877712188?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/2567698167877712188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=2567698167877712188' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2567698167877712188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2567698167877712188'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-emergency-batch-production.html' title='ENDEVOR  EMERGENCY BATCH PRODUCTION UPDATES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-4792210690103905543</id><published>2009-08-21T21:17:00.000-07:00</published><updated>2009-08-21T21:18:17.388-07:00</updated><title type='text'>ENDEVOR  EMERGENCY ONLINE PRODUCTION UPDATES</title><content type='html'>EMERGENCY ONLINE PRODUCTION UPDATES  &lt;br /&gt;&lt;br /&gt;If you are forcing a program into production during the day here are some&lt;br /&gt;things to remember/consider:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Do you need to turn off screens? Stop transactions? Notify&lt;br /&gt;   Claims Systems/ACES-FSS-NCC Help desks/Tom Jost/Stat/Financial/Technical team?&lt;br /&gt;&lt;br /&gt;2. Add the program to Endevor stage 1&lt;br /&gt;&lt;br /&gt;3. Generate the linkcard using COPYBACK=Y&lt;br /&gt;&lt;br /&gt;4. Move the element(s) to Endevor stage 2&lt;br /&gt;&lt;br /&gt;5. Have Operations demand into CA7 OTONLNCP and/or OTBTCHCP and/or OTDBRMCP WITH  OUT TRIGGERS to copy the members from the stage 2 libraries to production.  Make sure yours are the only members in the stage 2 libraries first.&lt;br /&gt;&lt;br /&gt;6. Run OTD2BIND and/or OTD2BBND WITHOUT TRIGGERS if necessary with the  appropriate bind reset job following it. OTBINDRP follows OTD2BIND, OTBBNDRP&lt;br /&gt; follows OTD2BBND - WITHOUT TRIGGERS.&lt;br /&gt;&lt;br /&gt;7. Verify the MFS on all systems &lt;br /&gt;&lt;br /&gt;8. Have IMS refresh the LLA &amp; regions (BE SURE TO SPECIFY G &amp; A)&lt;br /&gt;&lt;br /&gt;NOTE: There is a timing issue between the bind and region refresh.  If the new bind is done and the region refresh is not done right away, the load module will be out of sync with the application plan(s) and a -818 may occur.  Similarly, if the region refresh is done and the bind is not done right away, the application plan(s) will be out of sync with the new load module and a -818 may occur.&lt;br /&gt;&lt;br /&gt;9. Turn on screens, start transactions, test, notify the above&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NOTE:  MFS should NOT be forced in at all costs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-4792210690103905543?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/4792210690103905543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=4792210690103905543' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4792210690103905543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4792210690103905543'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-emergency-online-production.html' title='ENDEVOR  EMERGENCY ONLINE PRODUCTION UPDATES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-5167624605492049679</id><published>2009-08-21T21:16:00.000-07:00</published><updated>2009-08-21T21:17:03.751-07:00</updated><title type='text'>ENDEVOR  BACKUP LINKS</title><content type='html'>BACKUP LINKS  &lt;br /&gt;&lt;br /&gt;Whenever and element (COBOL, TELON, LINKCARD) is moved to Endevor stage 2 through a package, backups are done automatically by the move processor attached to the element.  The backups are done as follows:&lt;br /&gt;&lt;br /&gt;ELEMENT     BACKUPS TAKEN&lt;br /&gt;Batch non-DB2 (standalone link) LOAD&lt;br /&gt;Batch DB2 (standalone link)  DBRM, LOAD&lt;br /&gt;Online non-DB2    no backup taken&lt;br /&gt;Online DB2     DBRM&lt;br /&gt;Online Link     LOAD&lt;br /&gt;&lt;br /&gt;The backups are made from the previous version of the member in the production library as follows:&lt;br /&gt;&lt;br /&gt;PRODUCTION LIBRARY   BACKUP LIBRARY&lt;br /&gt;PROD.OT.END.LOADLIB   PROD.OT.END.LOADLIB.BACKUP&lt;br /&gt;PROD.OT.END.IMSLOAD   PROD.OT.END.IMSLOAD.BACKUP&lt;br /&gt;PROD.OT.END.DBRMLIB   PROD.OT.END.DBRMLIB.BACKUP&lt;br /&gt;&lt;br /&gt;XV. RESTORING PRODUCTION LOAD MODULES FROM BACK-UP &lt;br /&gt;&lt;br /&gt;  IT IS VERY IMPORTANT THAT YOU NOTIFY YOUR PROJECT LEADER AND/OR A MEMBER OF THE TECHNICAL TEAM BEFORE ATTEMPTING TO RESTORE FROM BACK-UP. THEY WILL BE ABLE TO ASSIST YOU AND MAKE SURE THAT A RESTORE IS NEEDED. ALWAYS CONSULT YOUR ANALYST AND/OR THE TECHNICAL TEAM BEFORE RESTORING FROM BACK-UP. THE SYSTEM MANAGER SHOULD ALSO BE NOTIFIED.&lt;br /&gt; &lt;br /&gt;At this point, our backout procedures are still manual.  We have looked into the Endevor backout, however, it only works if you are backing out your changes the same day you put them in and the elements are sitting in the stage 2 libraries.  Once they have been moved to the production libraries, the Endevor backout does not work.&lt;br /&gt;&lt;br /&gt;If your restore is not an emergency, you do not have to run the special jobs described below to copy the members from the backup libraries to the production libraries.  In this case, you may simply follow the cleanup procedures outlined in step 6 to recompile/relink/move to stage 2.&lt;br /&gt;&lt;br /&gt;NOTE: If an MFS change had been made you cannot use these procedures to restore from back-up. You will have to get together with your project leader and work out a solution.&lt;br /&gt;&lt;br /&gt; 1. Before attempting restore, it may be a good idea to save a copy of the existing production module. This will allow you to return to it if the module was needlessly restored.&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;2. Find the back-up files you have to restore. The back-up files are in the libraries:&lt;br /&gt;&lt;br /&gt;PROD.OT.END.IMSLOAD.BACKUP&lt;br /&gt;PROD.OT.END.LOADLIB.BACKUP&lt;br /&gt;PROD.OT.END.DBRMLIB.BACKUP&lt;br /&gt;&lt;br /&gt;NOTES: &lt;br /&gt;All our systems, ACES, URS, Subro, FRACS, and Notes are backed up to these "OT" libraries. &lt;br /&gt;&lt;br /&gt;The load modules that are copied to both the batch and online load library by the processor CIANBL47 are backed up only to PROD.OT.END.LOADLIB.BACKUP.&lt;br /&gt;&lt;br /&gt; 3. You will submit special jobs in order to copy the backed up members to the production libraries.  There are jobsysin members (outside of Endevor) that you must update with the members you wish to restore.&lt;br /&gt;&lt;br /&gt;The procs are in SYS1.PRODPROC; the jobsysins are in SYS1.JOBSYSIN; the jobs are in OTXX94.SPECIAL.JOBS.  The names are as follows:&lt;br /&gt;&lt;br /&gt;OTBKOLLD - Edit this jobsysin and run this job to restore online load modules.&lt;br /&gt;OTBKBCLD - Edit this jobsysin and run this job to restore batch load modules.&lt;br /&gt;OTBKDBRM - Edit this jobsysin and run this job to restore dbrms.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Once the job(s) run, check the newly copied members in the production libraries. &lt;br /&gt;Remember that the new online modules will not appear until the LLA has been refreshed.  See step 5 below.&lt;br /&gt;&lt;br /&gt; 4. A special bind job will have to be run if the module you are restoring has DB2 in it. You must copy the production binddeck to the dataset PROD.OT.PRODBIND. Be sure your entry is the only entry in the prodbind dataset. If it is not you will have to copy the other(s) to another dataset, run your special bind and then replace the previous entries after you run this special bind. The JCL to run this bind can be found in OTXX94.SYSG.DB2.CNTL(BIND).  (The only thing that may need to be changed in this JCL is possibly the job name on the jobcard and the notify. It needs to run on G). Check the control cards before submitting the job. Check the job once it ends. The production binddecks for our systems are in the following libraries:&lt;br /&gt;&lt;br /&gt;ACES  - PROD.OT.END.BINDDECK&lt;br /&gt;SUBRO  - PROD.SU.END.BINDDECK  Mudetail, Notes and URS have no DB2.&lt;br /&gt;FRACS  - PROD.FS.END.BINDDECK&lt;br /&gt;ALF  - PROD.OJ.LF.END.BINDDECK&lt;br /&gt;&lt;br /&gt;NOTE: There is a timing issue between the bind and region refresh.  If the new bind is done and the region refresh is not done right away, the load module will be out of sync with the application plan(s) and a -818 may occur.  Similarly, if the region refresh is done and the bind is not done right away, the application plan(s) will be out of sync with the new load module and a -818 may occur.&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt; 5. For online restores call the TP room and have the production region refreshed and also an LLA refresh if the load library is under LLA control. You can check for LLA control by issuing a LISTQ command on system G against the PROD.OT.END.IMSLOAD library. If it is under LLA control the LISTQ will tell you that the library is in use by LLA. &lt;br /&gt;&lt;br /&gt; The production regions are:&lt;br /&gt;&lt;br /&gt;    APPLICATIONS W/ TRANSACTIONS &lt;br /&gt;&lt;br /&gt;  SYSTEM EXECUTING IN REGION  REGION&lt;br /&gt;  SYSTEM A  ACES/FRACS/URS     IMCLIFE1&lt;br /&gt;         IMCLIFE2&lt;br /&gt;         IMCLIFE3&lt;br /&gt;  SYSTEM G  ACES/SUBRO/ADD CLAIM/NOTES/ALF/MUDETAIL&lt;br /&gt;    IF ANY OF THESE SYSTEMS REQUIRE A REGION REFRESH, REQUEST ALL OF     SYSTEM G TO BE REFRESHED.&lt;br /&gt;&lt;br /&gt;6.  Cleanup - you may follow the procedures outlined above to quickly restore your systems to their previous state.  However, it is important that all the pieces are in sync.  It is important that we do not leave the "bad" source as the latest level in Endevor.  As part of the cleanup, you should retrieve the previous version of source that you want to restore and add it back to Endevor using the procedures outlined in section V.  This will create a new level of the element reflecting what is currently in production.  If the element is associated with a link group, you must also re-link using the procedures outlined in section VII for linking an existing linkcard.  You will then move the source and linkcard element(s) to stage 2 via a package.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-5167624605492049679?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/5167624605492049679/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=5167624605492049679' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5167624605492049679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5167624605492049679'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-backup-links.html' title='ENDEVOR  BACKUP LINKS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-1040046713565155887</id><published>2009-08-21T21:15:00.002-07:00</published><updated>2009-08-21T21:16:13.384-07:00</updated><title type='text'>ENDEVOR  AUDATEX PROCEDURES</title><content type='html'>AUDATEX PROCEDURES&lt;br /&gt;&lt;br /&gt;Background:  The following are the procedural changes that were created in response to DPROP development.  As DPROP developed, and more DB2 was added to programs, it became clear that Audatex could experience some difficulty.  Since the batch loads were copied from System C shortly after 4pm, but the batch bind job does not run until 8pm, the 6pm or 9pm Audatex run could run into mismatched links &amp; binds.  At the same time we started to look into this problem, it was decided that all Audatex runs for any day should run from the same load.  The only reasonable way to solve both of these problems was to move the Audatex jobs from 'PROD.OT.BTCHLOAD' to 'PROD.OT.DI.IMSLOADP'.  Since Endevor was installed, the Audatex jobs are now in 'PROD.OT.END.DI.IMSLOAD'.  (When the programs are moved to Endevor Stage 2, they are temporarily loaded into PROD.OT.END.STAGE.LOADLIB; then OTBTCHCP copies them to PROD.OT.END.LOADLIB; then OTDILODP copies them to PROD.OT.END.DI.IMSLOAD, from which they execute -- although OTMISCED also executes from PROD.OT.END.LOADLIB via proc OTMISC1P.)&lt;br /&gt;&lt;br /&gt;Now Audatex jobs execute from library 'PROD.OT.END.DI.IMSLOAD'.  It is updated each morning between 5 and 6 am, which means that all 6 executions of the Audatex procs on a given day run with the same load modules.  It also means that anyone making changes to the programs or the procs must proceed with caution.&lt;br /&gt;&lt;br /&gt;These programs are included in Audatex processing:&lt;br /&gt;        OTMISCED, OT51B10, OT52B10, and OT54B10.&lt;br /&gt;&lt;br /&gt;Use the following procedures when making changes to Audatex:&lt;br /&gt;&lt;br /&gt; - Move programs to Endevor Stage 2 the DAY BEFORE the changes are to run for the first time.&lt;br /&gt;&lt;br /&gt; - Make any proc changes between 6:30 and 10:00 AM the day AFTER PROGRAM CHANGES ARE MADE. (That is, the day the changes are to take effect.)  With Endevor, you don't have to physically make the change at a set time:&lt;br /&gt;   just set up the production Package Execution Window to run at the appropriate time.&lt;br /&gt;&lt;br /&gt; - If changes are made to OTMISCED, review the changes carefully to determine if there are any special considerations.  Remember that OTMISCED runs in the batch cycle also, so from the evening it is moved to Endevor Stage 2, the batch cycle will run with the NEW version.  This happens because the move action first puts the module into PROD.OT.END.STAGE.LOADLIB; then the external copy job, OTBTCHCP, runs between 7 and 8 PM, copying the contents of the stage load library to PROD.OT.END.LOADLIB.  Some fancy footwork may be required to synchronize changes.  (Note: this consideration existed prior to the change to PROD.OT.END.DI.IMSLOAD.)  However, some of the footwork is &lt;br /&gt;   less fancy than before Endevor, because you can set the Package Execution Window to a time that suits your needs.&lt;br /&gt;&lt;br /&gt; The program OT55B10 (proc OTAURCVP) runs on system D and continues to run &lt;br /&gt;   out of PROD.OT.END.LOADLIB.  This means that changes to this program take&lt;br /&gt;   effect for the 9 pm Audatex cycle.  If this is not acceptable for a&lt;br /&gt;   specific change, the program may need to be 'forced' during the day.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-1040046713565155887?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/1040046713565155887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=1040046713565155887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1040046713565155887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1040046713565155887'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-audatex-procedures.html' title='ENDEVOR  AUDATEX PROCEDURES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-5864127309345260956</id><published>2009-08-21T21:15:00.001-07:00</published><updated>2009-08-21T21:15:34.221-07:00</updated><title type='text'>ENDEVOR  DISCHED AND DITABLE PROCEDURES</title><content type='html'>DISCHED AND DITABLE PROCEDURES&lt;br /&gt;&lt;br /&gt;Overview&lt;br /&gt;&lt;br /&gt;These two DB2-only transactions are unique in that they are available to the field&lt;br /&gt;for 23 hours a day, 6 days a week (6 X 23). They are retrieved from and moved to&lt;br /&gt;Endevor in the usual way, but they are isolated in their own IMSG region (IMGPRODG).&lt;br /&gt;When Endevor links the transactions, they are moved to PROD.OT.END.STAGE.IMSLOAD.&lt;br /&gt;An external job, OTONLNCP, copies everything from the stage load library to&lt;br /&gt;PROD.OT.END.IMSLOAD, the ACES online load library.  However, since the DI members&lt;br /&gt;must occupy their own region, another external job, OTDILODP, copies the DI members&lt;br /&gt;from PROD.OT.END.IMSLOAD to PROD.OT.END.DI.IMSLOAD, from which they actually&lt;br /&gt;execute.  This job runs after IMSG is brought down, between 5 and 6 in the morning.&lt;br /&gt;&lt;br /&gt;MFS&lt;br /&gt;&lt;br /&gt;The normal MFS test-t-prod procedures should be followed.  Screen format changes can create problems since the format library flip happens at around midnight, Monday through Friday, and at 5:00 PM on Saturdays.  Additionally, the TP room should be notified to stop the transaction (DISCHED or DITABLE) at midnight that weeknight.     &lt;br /&gt;&lt;br /&gt;DB2 Binds (System G)&lt;br /&gt;&lt;br /&gt;Production binds should be done each time a new load module is created regardless of whether SQL has been changed.&lt;br /&gt;&lt;br /&gt;When you relink either DI load module and move it back into Stage 2 (production), in addition to moving the load to the correct production load library, Endevor sets up the input to the production bind.  It takes the appropriate Endevor DI binddeck member and loads it into the sequential dataset, PROD.OT.DI.PRODBIND.  This is input to the bind job, OTD2BDIP.  This process ensures that a production bind is done each time either DI load module has changed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Verification (System G)&lt;br /&gt;&lt;br /&gt;1.  Check job OTDILODP in $AVRS to make sure the load module was copied to&lt;br /&gt;    PROD.OT.END.DI.IMSLOAD.&lt;br /&gt;&lt;br /&gt;2.  Check job OTD2BDIP to make sure the bind was successful.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note:  Both of these jobs run when IMSG is brought down between 5:00 AM and 6:15 AM the following day.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-5864127309345260956?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/5864127309345260956/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=5864127309345260956' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5864127309345260956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5864127309345260956'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-disched-and-ditable-procedures.html' title='ENDEVOR  DISCHED AND DITABLE PROCEDURES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-6429113804063953169</id><published>2009-08-21T21:14:00.000-07:00</published><updated>2009-08-21T21:15:04.150-07:00</updated><title type='text'>ENDEVOR  PRODUCTION</title><content type='html'>PRODUCTION&lt;br /&gt;&lt;br /&gt;Forcing a BIND into production during the nightly joblog schedule:&lt;br /&gt;&lt;br /&gt;Use this process when making changes to DB2 sub-programs like OTDPDB2P which has numerous BINDS associated with it but the ENDEVOR processor does not automatically stage the proper binds for all plans related to it during the package move.&lt;br /&gt;&lt;br /&gt;GENERATE the BINDDECK Element with COPYBACK=Y. &lt;br /&gt;  (Option 4 - Generate, from the BATCH OPTIONS MENU).&lt;br /&gt;   E - Endevor or 3.PP.E&lt;br /&gt;    4 - Claims&lt;br /&gt;     3 - Batch&lt;br /&gt; 1 - Build SCL&lt;br /&gt;  4 - Generate (example follows)&lt;br /&gt;&lt;br /&gt;NOTE: Make sure you change COPYBACK (under ACTION OPTIONS) from 'N' to 'Y'. Also be sure to choose the appropriate processor for either a Batch bind or an Online bind.&lt;br /&gt;&lt;br /&gt; -----------------------------  GENERATE ELEMENTS  -----------------------------&lt;br /&gt; OPTION  ===&gt; g                                                                &lt;br /&gt;                               ELEMENT DISPLAY OPTIONS:                         &lt;br /&gt;    blank - Element list          S - Summary   B - Browse    H - History       &lt;br /&gt;    G - Generate element          M - Master    C - Changes                     &lt;br /&gt;                                                                                &lt;br /&gt; FROM ENDEVOR:                       ACTION OPTIONS:                            &lt;br /&gt;   ENVIRONMENT ===&gt; CLAIMS   CCID             ===&gt;                 &lt;br /&gt;   SYSTEM    ===&gt; ACES   COPYBACK         ===&gt; Y (Y/N)         &lt;br /&gt;   SUBSYSTEM   ===&gt; ACES   OVERRIDE SIGNOUT ===&gt; N (Y/N)         &lt;br /&gt;   ELEMENT    ===&gt; OTxxxxxx  PROCESSOR GROUP  ===&gt; BINDxxxx       &lt;br /&gt;   TYPE    ===&gt; BINDDECK                                                  &lt;br /&gt;   STAGE    ===&gt; U        U - CLAIMSU      C - CLAIMSC                       &lt;br /&gt;                                                                                &lt;br /&gt;   COMMENT     ===&gt;                                                             &lt;br /&gt;                                                                                &lt;br /&gt; LIST OPTIONS:                                                                  &lt;br /&gt;   DISPLAY LIST      ===&gt; Y (Y/N)                                               &lt;br /&gt;   WHERE CCID EQ     ===&gt;                                                       &lt;br /&gt;   WHERE PROC GRP EQ ===&gt;                                                       &lt;br /&gt;   BUILD USING MAP   ===&gt; N (Y/N)                                               &lt;br /&gt; -------------------------------------------------------------------------------&lt;br /&gt;NOTE: Setting COPYBACK=Y copies the latest version of the BINDDECK to stage U. You must still do a separate package move to put the BINDDECK element back into stage C. This will also move the binddeck to the proper staging library (Online or Batch).&lt;br /&gt;&lt;br /&gt;***  Select a PROCESSOR GROUP.  ***    THIS IS A VERY IMPORTANT STEP ! !&lt;br /&gt; To assign a Processor Group, type a processor name next to PROCESSOR GROUP&lt;br /&gt; (under ACTION OPTIONS above) or type an '*', which will list three processors&lt;br /&gt; for type BINDDECK. When the list is displayed, place an "S" next to the&lt;br /&gt; appropriate processor and hit enter. (DO NOT select the *NOPROC* processor)&lt;br /&gt;&lt;br /&gt;BINDBTCH - Stages to the PROD.OT.END.STAGE.BTCHBIND OTD2BBND  8:00pm M-F&lt;br /&gt;BINDONLN - Stages to the PROD.OT.END.STAGE.ONLBIND OTD2BIND 11:00pm M-F, 4pm Sat&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-6429113804063953169?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/6429113804063953169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=6429113804063953169' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6429113804063953169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6429113804063953169'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-production.html' title='ENDEVOR  PRODUCTION'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-5483787150270894415</id><published>2009-08-21T21:13:00.000-07:00</published><updated>2009-08-21T21:14:21.028-07:00</updated><title type='text'>ENDEVOR  DB2 PROCEDURES</title><content type='html'>DB2 PROCEDURES  &lt;br /&gt;&lt;br /&gt;As part of normal production procedures, Endevor takes care of setting up your binds.  When you move a DB2 load module to Endevor stage 2, the bind statements (from PROD.XX.END.BINDDECK where XX denotes the system that the bind cards belong to) for that load module are copied to the correct bind stageing library; PROD.OT.END.STAGE.ONLBIND for online, and PROD.OT.END.STAGE.BTCHBIND for batch.  The binds execute on system G.  This is true for ACES and SUBRO. FRACS binds need to execute on system A, so its binddecks are copied to PROD.FS.END.STAGE.ONLBIND or PROD.FS.END.STAGE.BTCHBIND.Drive-in App binddecks are copied to PROD.OT.DI.PRODBIND.&lt;br /&gt;&lt;br /&gt;DB2 Binds (System G)&lt;br /&gt;&lt;br /&gt;There exist four procs that run during the nightly batch cycle that handle&lt;br /&gt;the Binds and Grants and cleanup. They are;&lt;br /&gt;&lt;br /&gt; OTD2BIND for On-line &amp; Nonconversational programs. (Executes a Bind &amp; Grant)&lt;br /&gt; OTBINDRP empties out PROD.OT.END.STAGE.ONLBIND&lt;br /&gt; OTD2BBND for Batch programs.  (Executes a Bind only).&lt;br /&gt; OTBBNDRP empties out PROD.OT.END.STAGE.BTCHBIND&lt;br /&gt;&lt;br /&gt;DB2 Binds (System A)&lt;br /&gt;&lt;br /&gt;There exist four procs that run during the nightly batch cycle that handle&lt;br /&gt;the Binds and cleanup. They are; &lt;br /&gt;&lt;br /&gt; FSD2BIND for On-line &amp; Nonconversational programs. &lt;br /&gt; FSBINDRP empties out PROD.FS.END.STAGE.ONLBIND&lt;br /&gt; FSD2BBND for Batch programs.  &lt;br /&gt; FSBBNDRP empties out PROD.FS.END.STAGE.BTCHBIND&lt;br /&gt;&lt;br /&gt;Production binds should be done each time a new load module is created regardless of whether SQL has been changed.  Endevor will take care of this for you; you just need to verify that the binddeck(s) have been copied after your move.&lt;br /&gt;&lt;br /&gt;Follow the next 5 steps if adding a plan or changing a binddeck:&lt;br /&gt;  A.  Create bind control cards for plan using generic bind control cards&lt;br /&gt; OTXX94.DB2.BINDCARD(BINDCARD). The new bind control cards should be named the&lt;br /&gt; same as the plan name. Replace XXXXXXXX with the plan name and replace the&lt;br /&gt; YYYYYYYY entries with the correct member names. Be sure that the ACTION&lt;br /&gt; parameter is always REPLACE. REPLACE will always work, even the first time.&lt;br /&gt;The LIBRARY statement may need to have DPROP and XS libraries added. The complete concatenation order is:&lt;br /&gt;  LIBRARY (‘SYS1.DPROP.EKYDBRM’ +&lt;br /&gt;      ‘PROD.OT.END.DBRMLIB’ -&lt;br /&gt;      ‘PROD.XS.DS.OT.SRVS.DBRMLIB’) -&lt;br /&gt; &lt;br /&gt;B.  FIRST TIME: Grants: On-line and Nonconversational Programs ONLY:&lt;br /&gt; Edit PROD.OT.PRODGRNT and copy the generic GRANT card from  OTXX94.DB2.BINDCARD(GRANT). The Generic GRANT card is as follows:&lt;br /&gt;  GRANT EXECUTE ON PLAN XXXXXXXX TO PUBLIC ;&lt;br /&gt; Replace XXXXXXXX with the desired plan name and save dataset. Remember that&lt;br /&gt; other programmers may be doing a GRANT that night so you should copy your&lt;br /&gt; GRANT cards after theirs.&lt;br /&gt;C.  Add the BINDDECK to Endevor using a processor group of *NOPROC*. Follow the  procedures outlined for adding a linkcard for the first time in section V.3.&lt;br /&gt;&lt;br /&gt;D.  Update the appropriate binddeck for the system being changed: IE: OTBNDBAT&lt;br /&gt; binds all plans in the ACES Batch system. OTBNDONL binds all ONLINE plans. The&lt;br /&gt; prefixes used are FS, OJ &amp; SU for FRACS, ALF &amp; SUBRO. ALF only uses the&lt;br /&gt; OJBNDBAT member since no online transactions use DB2.&lt;br /&gt;Note: OTBNDBAT and OTBNDONL are only used if all ACES plans need to have BINDs run.&lt;br /&gt;&lt;br /&gt;E.  Update the DRPROP document found on PALINFO\OVERVIEW\DPROP. Go to page 22&lt;br /&gt;under Nifty Things to Know and update either the table for IMS and DB2&lt;br /&gt;propagation or the table for DB2 only propagation.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; NOTE: You need to do this before you move your programs to Endevor stage 2.  This is because the move processor will look for the  bindcards to copy to the bind stageing library.  If it is not there, the processor will get an error and your bind will not be set up. &lt;br /&gt;&lt;br /&gt;Verification (System G)&lt;br /&gt;&lt;br /&gt;If the bind was done for an On-line program then check job OTD2BIND or FSDBBIND in $AVRS on system G the following day.&lt;br /&gt;&lt;br /&gt;If the bind was done for a Batch program then check job OTD2BBND or FSD2BBND in $AVRS on system G the following day.&lt;br /&gt;&lt;br /&gt;Emergency Binds&lt;br /&gt;&lt;br /&gt;There is JCL in OTXX94.SYSG.DB2.CNTL(BIND) to submit a bind immediately.  The procedure is different from the normal bind procedure because Endevor normally does it automatically for you.  A good reason for doing this would be a -818 abend (timestamp discrepancies between plan and load module).  Please consult your project leader or someone on the technical team if you think this might be necessary.  Copy the bindcards from PROD.XX.END.BINDDECK (where XX denotes the system they're associated with) into PROD.OT.BBNDBIND or PROD.OT.PRODBIND.  Check that the library statement points to the proper DBRMs.  Run the job and check the output in $AVRS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-5483787150270894415?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/5483787150270894415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=5483787150270894415' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5483787150270894415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5483787150270894415'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-db2-procedures.html' title='ENDEVOR  DB2 PROCEDURES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-5067617406606174129</id><published>2009-08-21T21:12:00.000-07:00</published><updated>2009-08-21T21:13:31.230-07:00</updated><title type='text'>Adding from Stage C to Stage 2</title><content type='html'>Adding from Stage C to Stage 2&lt;br /&gt;Using the name of your package (when you moved from Stage U to Stage C):&lt;br /&gt;&lt;br /&gt;   E - Endevor or 3.PP.E&lt;br /&gt;    5 - Claims&lt;br /&gt;     4 - Package&lt;br /&gt; 9 - Utilities&lt;br /&gt;&lt;br /&gt;----------------------------- Package Utilities ------------------------------&lt;br /&gt;Option ===&gt; R                                                                 &lt;br /&gt;                                                                              &lt;br /&gt;   D - Display Package                   R  - Reset Package                   &lt;br /&gt;   E - Export Package                    #  - Delete Package                  &lt;br /&gt;                                                                              &lt;br /&gt;PACKAGE ID: OTDH94072199A                STATUS: EXECUTED                     &lt;br /&gt;DESCRIPTION:  OTCOLFSD/F8                                                     &lt;br /&gt;PACKAGE TYPE: STANDARD                                                        &lt;br /&gt;                                                                              &lt;br /&gt;TO ISPF LIBRARY:                                                              &lt;br /&gt;   PROJECT  ===&gt; OTDH94                  REPLACE MEMBER ===&gt; N (Y/N)          &lt;br /&gt;   GROUP    ===&gt; SCL                                                          &lt;br /&gt;   TYPE     ===&gt; CNTL                                                         &lt;br /&gt;   MEMBER   ===&gt;                                                              &lt;br /&gt;                                                                              &lt;br /&gt;OTHER PARTITIONED OR SEQUENTIAL DATA SET:                                     &lt;br /&gt;   DATA SET NAME   ===&gt;                                                       &lt;br /&gt;   &lt;br /&gt;ENTER&lt;br /&gt;                               &lt;br /&gt;----------------------------- Package Utilities ---------------- PACKAGE RESET &lt;br /&gt;Option ===&gt;                                                                    &lt;br /&gt;                                                                               &lt;br /&gt;   D - Display Package                   R  - Reset Package                    &lt;br /&gt;   E - Export Package                    #  - Delete Package                   &lt;br /&gt;&lt;br /&gt;PACKAGE ID: OTDH94072199A                STATUS: IN-EDIT                       &lt;br /&gt;DESCRIPTION:  OTCOLFSD/F8                                                      &lt;br /&gt;PACKAGE TYPE: STANDARD                                                         &lt;br /&gt;                                                                               &lt;br /&gt;TO ISPF LIBRARY:                                                               &lt;br /&gt;   PROJECT  ===&gt; OTDH94                  REPLACE MEMBER ===&gt; N (Y/N)           &lt;br /&gt;   GROUP    ===&gt; SCL                                                           &lt;br /&gt;   TYPE     ===&gt; CNTL                                                          &lt;br /&gt;   MEMBER   ===&gt;                                                               &lt;br /&gt;                                                                               &lt;br /&gt;OTHER PARTITIONED OR SEQUENTIAL DATA SET:                                      &lt;br /&gt;   DATA SET NAME   ===&gt;                                                        &lt;br /&gt;                                                                               &lt;br /&gt;PF3&lt;br /&gt;&lt;br /&gt;---------------------- Package Foreground Options Menu ------------------------&lt;br /&gt; Option  ===&gt; 2                                                                &lt;br /&gt;                                                                               &lt;br /&gt;   1  DISPLAY        - Display Package Information                             &lt;br /&gt;   2  CREATE/MODIFY  - Create or Modify Package                                &lt;br /&gt;   3  CAST           - Prepare Package for Review                              &lt;br /&gt;   4  REVIEW         - Approve or Deny Package                                 &lt;br /&gt;   5  EXECUTE        - Submit or Execute Package                               &lt;br /&gt;   6  SHIP           - Ship Packages                                           &lt;br /&gt;   7  BACKOUT        - Perform Backout or Backin Processing                    &lt;br /&gt;   8  COMMIT         - Clear Backout Information                               &lt;br /&gt;   9  UTILITIES      - Reset, Delete, or Export Package                        &lt;br /&gt;   L  DistribuLink   - Perform Product Collection Request                      &lt;br /&gt;                                                                               &lt;br /&gt;        Package ID ===&gt; OTDH94072199A                                          &lt;br /&gt;                                                                               &lt;br /&gt; Limit selection list by Package Status. These are used by the DISPLAY         &lt;br /&gt; and UTILITIES options:                                                        &lt;br /&gt;                                                                               &lt;br /&gt;       In-Edit......... Y            In-Execution.... Y                        &lt;br /&gt;       In-Approval..... Y            Executed........ Y                        &lt;br /&gt;       Denied.......... Y            Committed....... Y                        &lt;br /&gt;       Approved........ Y                                                      &lt;br /&gt;&lt;br /&gt;                                            &lt;br /&gt;MODIFY -------------------- CREATE/MODIFY PACKAGE -----------------------------&lt;br /&gt;OPTION  ===&gt; E                                                                 &lt;br /&gt;                                                                               &lt;br /&gt;   B - Build Package Actions             I  - Import SCL                       &lt;br /&gt;   E - Edit Package                      C  - Copy Package                     &lt;br /&gt;   N - Add Notes to Package                                                    &lt;br /&gt;                                                                               &lt;br /&gt;PACKAGE ID: OTDH94072199A                 STATUS: IN-EDIT                      &lt;br /&gt;DESCRIPTION  ===&gt; OTCOLFSD/F8                                                  &lt;br /&gt;PACKAGE TYPE ===&gt; STANDARD                                                     &lt;br /&gt;SHARABLE PACKAGE  ===&gt; N (Y/N)            APPEND TO PACKAGE ===&gt; N (Y/N)       &lt;br /&gt;ENABLE BACKOUT    ===&gt; N (Y/N)                                                 &lt;br /&gt;EXECUTION WINDOW FROM ===&gt; 21JUL99 00:00  TO ===&gt; 31DEC79 00:00                &lt;br /&gt;                                                                               &lt;br /&gt;INPUT PACKAGE ID ===&gt;                                                          &lt;br /&gt;                                                                               &lt;br /&gt;FROM ISPF LIBRARY:                                                             &lt;br /&gt;   PROJECT ===&gt; OTDH94                                                         &lt;br /&gt;   GROUP   ===&gt; SCL                                                            &lt;br /&gt;   TYPE    ===&gt; CNTL                                                           &lt;br /&gt;   MEMBER  ===&gt;                                                                &lt;br /&gt;                                                                               &lt;br /&gt;OTHER PARTITIONED OR SEQUENTIAL DATA SET:                                      &lt;br /&gt;   DATA SET NAME ===&gt;&lt;br /&gt;&lt;br /&gt;CHANGE ALL STAGE U TO STAGE C, THEN PF3&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;---------------------- Package Foreground Options Menu ------------------------&lt;br /&gt; Option  ===&gt; 3                                                                &lt;br /&gt;                                                                               &lt;br /&gt;   1  DISPLAY        - Display Package Information                             &lt;br /&gt;   2  CREATE/MODIFY  - Create or Modify Package                                &lt;br /&gt;   3  CAST           - Prepare Package for Review                              &lt;br /&gt;   4  REVIEW         - Approve or Deny Package                                 &lt;br /&gt;   5  EXECUTE        - Submit or Execute Package                               &lt;br /&gt;   6  SHIP           - Ship Packages                                           &lt;br /&gt;   7  BACKOUT        - Perform Backout or Backin Processing                    &lt;br /&gt;   8  COMMIT         - Clear Backout Information                               &lt;br /&gt;   9  UTILITIES      - Reset, Delete, or Export Package                        &lt;br /&gt;   L  DistribuLink   - Perform Product Collection Request                      &lt;br /&gt;                                                                               &lt;br /&gt;        Package ID ===&gt; OTDH94072199A                                          &lt;br /&gt;                                                                               &lt;br /&gt; Limit selection list by Package Status. These are used by the DISPLAY         &lt;br /&gt; and UTILITIES options:                                                        &lt;br /&gt;                                                                               &lt;br /&gt;       In-Edit......... Y            In-Execution.... Y                        &lt;br /&gt;       In-Approval..... Y            Executed........ Y                        &lt;br /&gt;       Denied.......... Y            Committed....... Y                        &lt;br /&gt;       Approved........ Y                                                      &lt;br /&gt;&lt;br /&gt;CAST -------------------------- CAST PACKAGE ----------------------------------&lt;br /&gt;OPTION  ===&gt; C                                                                 &lt;br /&gt;                                                                               &lt;br /&gt;   C - Cast Package                      S  - Display SCL                      &lt;br /&gt;   N - Add Notes to Package                                                    &lt;br /&gt;                                                                               &lt;br /&gt;PACKAGE ID: OTDH94072199A                 STATUS:  IN-EDIT                     &lt;br /&gt;DESCRIPTION:  OTCOLFSD/F8                                                      &lt;br /&gt;PACKAGE TYPE: STANDARD                                                         &lt;br /&gt;SHARABLE PACKAGE:   N                                                          &lt;br /&gt;VALIDATE COMPONENTS   ===&gt; N (Y/N/W)                                           &lt;br /&gt;ENABLE BACKOUT        ===&gt; N (Y/N)                                             &lt;br /&gt;EXECUTION WINDOW FROM ===&gt; 21JUL99 00:00  TO ===&gt; 31DEC79 00:00                &lt;br /&gt;                                                                               &lt;br /&gt;              USER ID  DATE    TIME                                            &lt;br /&gt;CREATED:      OTDH94   21JUL99 11:01                                           &lt;br /&gt;LAST UPDATED:                                                                  &lt;br /&gt;                                                                               &lt;br /&gt; &lt;br /&gt;CAST -------------------------- CAST PACKAGE ----------------------------------&lt;br /&gt;OPTION  ===&gt;                                                    CAST SUCCESSFUL              &lt;br /&gt;                                                                               &lt;br /&gt;   C - Cast Package                      S  - Display SCL                      &lt;br /&gt;   N - Add Notes to Package                                                    &lt;br /&gt;                                                                               &lt;br /&gt;PACKAGE ID: OTDH94072199A                 STATUS:  IN-EDIT                     &lt;br /&gt;DESCRIPTION:  OTCOLFSD/F8                                                      &lt;br /&gt;PACKAGE TYPE: STANDARD                                                         &lt;br /&gt;SHARABLE PACKAGE:   N                                                          &lt;br /&gt;VALIDATE COMPONENTS   ===&gt; N (Y/N/W)                                           &lt;br /&gt;ENABLE BACKOUT        ===&gt; N (Y/N)                                             &lt;br /&gt;EXECUTION WINDOW FROM ===&gt; 21JUL99 00:00  TO ===&gt; 31DEC79 00:00                &lt;br /&gt;                                                                               &lt;br /&gt;              USER ID  DATE    TIME                                            &lt;br /&gt;CREATED:      OTDH94   21JUL99 11:01                                           &lt;br /&gt;LAST UPDATED:                                                                  &lt;br /&gt;                                                                               &lt;br /&gt;Send a note to two approvers for completion of implementation…&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-5067617406606174129?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/5067617406606174129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=5067617406606174129' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5067617406606174129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5067617406606174129'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/adding-from-stage-c-to-stage-2.html' title='Adding from Stage C to Stage 2'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-5686937900484277015</id><published>2009-08-21T21:11:00.000-07:00</published><updated>2009-08-21T21:12:09.973-07:00</updated><title type='text'>ENDEVOR  MFS UPDATES</title><content type='html'>MFS UPDATES&lt;br /&gt;&lt;br /&gt;  The following paragraphs outline the procedures for implementing&lt;br /&gt;  MFS members:&lt;br /&gt;&lt;br /&gt;      - MFS changes should be made only on Friday.&lt;br /&gt;&lt;br /&gt;      - Retrieve the member from Endevor Stage 2 to yourid.LIB.SOURCE or your own &lt;br /&gt;   PDS - this version is basically discarded.  A new MFS will be generated&lt;br /&gt;   EXCEPT for MFS members:  OTR01AMF and OTR31AMF.  For OTR01AMF and OTR31AMF&lt;br /&gt;   changes, you will edit the MFS directly and not generate a new MFS through&lt;br /&gt;   panel Q.10 (TELON 2.1 MFSGEN SECTION MENU). &lt;br /&gt;&lt;br /&gt;      - Perform the necessary changes to the MFS. This may mean utilizing TDF or&lt;br /&gt;        other methods of changing the source code and testing the changes (refer to    online testing document on Aces server PAL INFO\CHKLIST\ONLINTST.DOC).&lt;br /&gt;&lt;br /&gt;  (1) Add the MFS member from your PDS or yourid.LIB.SOURCE to Endevor    Stage U, using either FOREGROUND (Option 2 from the Endevor    Primary Options Menu) or BATCH (Option 3).  BE SURE TO SPECIFY    MFSGEN FOR THE PROCESSOR GROUP.&lt;br /&gt;&lt;br /&gt;(2)  Move it to Endevor Stage C (see sections V.7.a through f).&lt;br /&gt;    (along with the associated program change).&lt;br /&gt;&lt;br /&gt;(3)  Begin Testing.&lt;br /&gt;&lt;br /&gt;(4) Add the MFS to production&lt;br /&gt;&lt;br /&gt;  (5) The move processor will update the DSN 'IMSVSP.MFSBATCH'. This&lt;br /&gt;  library is copied to the appropriate systems nightly by an IMS job. The   MFS change does not go into effect until the following day. The program&lt;br /&gt;  TTPRODS and links will have to be done at the same time so the program&lt;br /&gt;  and MFS is not out of sync.&lt;br /&gt;&lt;br /&gt;  NOTE: IMSVSP.MFSBATCH on system C is copied to a stageing library    IMSVSP.FORMAT by IMS job IMHFORMT which runs on system C.  This      library is accessible to all systems.  Then a job on each system    runs to copy MFSs from the stageing library (IMSVSP.FORMAT) to the    appropriate offline MFS library (IMSVSP.FORMATA or      IMSVSP.FORMATB).  For example, the job that runs on system G is    called IMGFORMT, on system A IMAFORMT, etc.  Then the     IMSVSP.FORMATA and IMSVSP.FORMATB libraries are swapped so the    newest changes are brought online.&lt;br /&gt;&lt;br /&gt;Test = generate MFS and format using Q panels (Q.10) *existing way&lt;br /&gt;     &lt;br /&gt;***Moving MFS with program for purpose of production package. &lt;br /&gt; - When doing 'X' and 'P' MFSGENS there are a few things to look for to double &lt;br /&gt;        and triple check your jobs. These days we can't be too careful.&lt;br /&gt;&lt;br /&gt;          1). Go to 3.PP.D.1 and look at the dataset named 'IMSVSP.MFSBATCH'.&lt;br /&gt;              This dataset should be empty unless someone else in the area has&lt;br /&gt;              done an MFSGEN that day for 'X' or 'P'.&lt;br /&gt;&lt;br /&gt;          2). Once the 'SYSC MFS' job has finished, max down to the bottom to&lt;br /&gt;              be sure that the correct version of MFS was generated. Located at&lt;br /&gt;              the bottom left hand corner of the sysout you should see the&lt;br /&gt;              MFS program name. If the MFSGEN was for 'X' the name should be&lt;br /&gt;              OXOPPPP (where PPPP is the program name). If the MFSGEN was for&lt;br /&gt;              'P' the name should be OTOPPPP.&lt;br /&gt;&lt;br /&gt;          3). Do a "F 'DEVICE MAPPING' PREV" in the sysout to see a copy of&lt;br /&gt;              the screen image. Be sure that the field that you added, changed&lt;br /&gt;              or deleted is where it should or shouldn't be.&lt;br /&gt;          4). Go back to 3.PP.D.1 and look at the dataset named 'IMSVSP.MFSBATCH'.&lt;br /&gt;              This dataset should now have approximately 6 lines related to the&lt;br /&gt;              MFSGEN that was submitted.&lt;br /&gt;&lt;br /&gt;     - First thing the next morning, check the MFS gens in production by issuing&lt;br /&gt;       the /FOR (modname) command. Check all systems. &lt;br /&gt;&lt;br /&gt;                  BOCOMP   CAPS   IMS   IMSG   IMST&lt;br /&gt;&lt;br /&gt;     - Be sure to print your package from $AVRS.&lt;br /&gt;&lt;br /&gt;     - File the production gens in the production cabinet and throw away the old&lt;br /&gt;       versions.&lt;br /&gt;&lt;br /&gt;     - Hold onto the T system gens along with the testing results of the change.&lt;br /&gt;&lt;br /&gt;     - Delete the job from $AVRS.&lt;br /&gt;&lt;br /&gt;- Send a MAIL NOTE to everyone so that they know they don't need to use /TEST&lt;br /&gt;  MFS any more.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-5686937900484277015?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/5686937900484277015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=5686937900484277015' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5686937900484277015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5686937900484277015'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-mfs-updates.html' title='ENDEVOR  MFS UPDATES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-8747349682354104586</id><published>2009-08-21T21:10:00.000-07:00</published><updated>2009-08-21T21:11:39.196-07:00</updated><title type='text'>ENDEVOR UTL (JOBSYSIN) UPDATES</title><content type='html'>UTL (JOBSYSIN) UPDATES&lt;br /&gt;&lt;br /&gt;  All production members of type UTL (jobsysins, etc) reside in PROD.XX.END.JOBSYSIN (where XX denotes the system the jobsysin is associated with).  The following paragraphs outline how to implement UTLs into production.&lt;br /&gt;&lt;br /&gt; - Retrieve the UTL from Endevor to yourid.LIB.JOBSYSIN.&lt;br /&gt;&lt;br /&gt; - Make the necessary changes.&lt;br /&gt; - Add the UTL from the PDS to Endevor Stage U.  You can use FOREGROUND &lt;br /&gt;   (Option 2 from the Endevor Primary Options Menu).  If adding a new jobsysin, &lt;br /&gt;   you must specify processor group *NOPROC*. The former processor group UTL is &lt;br /&gt;   not available in the CLAIMST environment.&lt;br /&gt;&lt;br /&gt; - Move the UTL from Endevor Stage U to Endevor Stage C, using package &lt;br /&gt;   processing (see sections V.7.a through f).&lt;br /&gt;&lt;br /&gt;- Begin Testing.&lt;br /&gt;&lt;br /&gt; - Add the UTL to production.&lt;br /&gt;&lt;br /&gt; - A hard copy printout is not needed. One can browse Endevor to see the most&lt;br /&gt;   recent member.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-8747349682354104586?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/8747349682354104586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=8747349682354104586' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8747349682354104586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8747349682354104586'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-utl-jobsysin-updates.html' title='ENDEVOR UTL (JOBSYSIN) UPDATES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-5164629201171671348</id><published>2009-08-21T21:09:00.000-07:00</published><updated>2009-08-21T21:10:55.986-07:00</updated><title type='text'>ENDEVOR  PROC UPDATES</title><content type='html'>PROC UPDATES&lt;br /&gt;&lt;br /&gt;  All production procs reside in SYSTM1.ENDEVOR.PRODPROC on System C - Endevor&lt;br /&gt;Stage 2.  The procedures for implementing production procs are as follows.&lt;br /&gt;&lt;br /&gt; Sign out the PROC in the signout document located in the current&lt;br /&gt;   implementation folder.&lt;br /&gt;&lt;br /&gt; Retrieve the proc from Endevor Stage 2 to yourid.LIB.CNTL (or library&lt;br /&gt;   of your choice). &lt;br /&gt;&lt;br /&gt; - Make the necessary changes.&lt;br /&gt;&lt;br /&gt; - Refer to the Disaster Recovery section of the NEWPROC.DOC located in &lt;br /&gt;   PAL INFO\CHKLIST on page 3. THIS IS A CRITICAL STEP!!&lt;br /&gt;&lt;br /&gt; - Move the proc from the PDS to SYS1.TESTPROC (option 3.3).  Be careful not to    overlay anyone else's changes.  NOTE:  Never make changes in SYS1.TESTPROC.&lt;br /&gt;&lt;br /&gt; - Add the proc from the SYS1.TESTPROC to Endevor Stage U.  You can use&lt;br /&gt;   FOREGROUND (Option 2 from the Endevor Primary Options Menu).&lt;br /&gt;&lt;br /&gt; - Move the proc from Endevor Stage U to Endevor Stage C, using package&lt;br /&gt;   processing (see sections V.7.a through f).&lt;br /&gt;&lt;br /&gt; - Test the changed proc. (At the very least do a scan.) Use P=PROC01&lt;br /&gt;   on the JOBPARM card to point to SYS1.TESTPROC.&lt;br /&gt;&lt;br /&gt; - Add the proc to production.&lt;br /&gt;&lt;br /&gt;- Sign the proc back in using the proc signout document&lt;br /&gt;   located in the current implementation folder.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-5164629201171671348?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/5164629201171671348/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=5164629201171671348' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5164629201171671348'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5164629201171671348'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-proc-updates.html' title='ENDEVOR  PROC UPDATES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-2530876447970159146</id><published>2009-08-21T21:07:00.000-07:00</published><updated>2009-08-21T21:09:41.418-07:00</updated><title type='text'>ENDEVOR  UPDATES</title><content type='html'>All production copylib members are located in SYSTM1.ENDEVOR.COPYLIB on System C - &lt;br /&gt;  Endevor Stage 2. The following outlines the procedures for implementing&lt;br /&gt;  COPYLIB changes.&lt;br /&gt;&lt;br /&gt; Sign the COPYLIB member out in signout document located in the current&lt;br /&gt;   implementation folder.&lt;br /&gt;&lt;br /&gt; - Determine all programs that use the changing COPYLIB member. (An Endevor &lt;br /&gt;   scan flags the programs using the copybook; see section XX. Be aware &lt;br /&gt;  that these scans will not find references to the "Telon generated" copybook  &lt;br /&gt;  references such as OTTMUPDA and OTTMWORK.) &lt;br /&gt;&lt;br /&gt; - Notify ACES team via MAIL NOTE in a timely manner. You should identify what&lt;br /&gt;   source members are involved, what the change involves, Project number (if&lt;br /&gt;   applicable), when the change will be implemented, and any other pertinent&lt;br /&gt;   information.&lt;br /&gt;&lt;br /&gt; - Retrieve the COPYBOOK Element from Stage 2 Endevor to OTXX94.COPYLIB.DATA.&lt;br /&gt;   Be careful not to overlay anyone else's changes.&lt;br /&gt;&lt;br /&gt; - Make the change (refer to the online testing document on Aces&lt;br /&gt;   server PAL INFO\CHKLIST\ONLINTST.DOC).&lt;br /&gt;&lt;br /&gt; - ADD the COPYBOOK Element to Endevor Stage U.  You can do this using&lt;br /&gt;   FOREGROUND (Option 2 from the Endevor Primary Options Menu).  Copybooks are &lt;br /&gt;   added as *NOPROC* in the mapped environment.&lt;br /&gt;&lt;br /&gt; - REGENERATE any affected programs to Endevor Stage U (for information on how    to do this, see section VI.1, above) to pick up the new copybook.  You may&lt;br /&gt;   also need to relink.&lt;br /&gt;&lt;br /&gt; - MOVE any affected Elements (programs and copybooks) to Endevor Stage C &lt;br /&gt;   (package processing) Bind (Q.14) where necessary.&lt;br /&gt; &lt;br /&gt;- Begin Testing.&lt;br /&gt;&lt;br /&gt; - Move to production.&lt;br /&gt;&lt;br /&gt; - A hard copy of the copy member is not needed. One can see the most&lt;br /&gt;   recent version by browsing Endevor Stage 2. &lt;br /&gt;&lt;br /&gt; - Send a MAIL NOTE notifying ACES team when the change is complete.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-2530876447970159146?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/2530876447970159146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=2530876447970159146' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2530876447970159146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2530876447970159146'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-updates.html' title='ENDEVOR  UPDATES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-4454396746160780462</id><published>2009-08-21T21:06:00.000-07:00</published><updated>2009-08-21T21:07:18.034-07:00</updated><title type='text'>ENDEVOR STATIC LINK PROCESSOR GROUPS</title><content type='html'>STATIC LINK PROCESSOR GROUPS:&lt;br /&gt; &lt;br /&gt;For an electronic version of ACES LINK Process Groups:  See 5f&lt;br /&gt;&lt;br /&gt;b. Submit the job.&lt;br /&gt;&lt;br /&gt;c. When the job has completed, check $AVRS (3.pp.$). &lt;br /&gt;&lt;br /&gt;d. Move the LINKCARD Element to Stage C.  This is the same as package  processing for programs; for more detail, see sections V.7.a through f,  above. &lt;br /&gt;&lt;br /&gt;e.  When the package job has completed, check SDSF to verify that the load module  is now in the appropriate stage C library.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-4454396746160780462?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/4454396746160780462/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=4454396746160780462' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4454396746160780462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4454396746160780462'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-static-link-processor-groups.html' title='ENDEVOR STATIC LINK PROCESSOR GROUPS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-570370674969672385</id><published>2009-08-21T21:05:00.000-07:00</published><updated>2009-08-21T21:06:28.102-07:00</updated><title type='text'>ENDEVOR  LINKCARD</title><content type='html'>Generating an unchanged LINKCARD&lt;br /&gt;&lt;br /&gt;a. GENERATE the LINKCARD Element with COPYBACK=Y. (Option 4 - Generate,&lt;br /&gt;   from the BATCH OPTIONS MENU).&lt;br /&gt;&lt;br /&gt;   E - Endevor or 3.PP.E&lt;br /&gt;    4 - Claimst&lt;br /&gt;     3 - Batch&lt;br /&gt; 1 - Build SCL&lt;br /&gt;  4 - Generate (example follows)&lt;br /&gt;&lt;br /&gt;NOTE: Make sure you change COPYBACK (under ACTION OPTIONS) from 'N' to&lt;br /&gt;  'Y'  (see example below).&lt;br /&gt;&lt;br /&gt; -----------------------------  GENERATE ELEMENTS  -----------------------------&lt;br /&gt; OPTION  ===&gt; g                                                                &lt;br /&gt;                               ELEMENT DISPLAY OPTIONS:                         &lt;br /&gt;    blank - Element list          S - Summary   B - Browse    H - History       &lt;br /&gt;    G - Generate element          M - Master    C - Changes                     &lt;br /&gt;                                                                                &lt;br /&gt; FROM ENDEVOR:                       ACTION OPTIONS:                            &lt;br /&gt;   ENVIRONMENT ===&gt; CLAIMST   CCID             ===&gt;                 &lt;br /&gt;   SYSTEM    ===&gt; ACES   COPYBACK         ===&gt; Y (Y/N)         &lt;br /&gt;   SUBSYSTEM   ===&gt; ACES   OVERRIDE SIGNOUT ===&gt; N (Y/N)         &lt;br /&gt;   ELEMENT    ===&gt; otxxxxxx  PROCESSOR GROUP  ===&gt;                 &lt;br /&gt;   TYPE    ===&gt; LINKCARD                                                  &lt;br /&gt;   STAGE    ===&gt; U        U - CLAIMSU      C - CLAIMSC                       &lt;br /&gt;   CLAIMSU OR CLAIMSC = “From where you want to run the generate”                                                                             &lt;br /&gt;   COMMENT     ===&gt;                                                             &lt;br /&gt;                                                                                &lt;br /&gt; LIST OPTIONS:                                                                  &lt;br /&gt;   DISPLAY LIST      ===&gt; Y (Y/N)                                               &lt;br /&gt;   WHERE CCID EQ     ===&gt;                                                       &lt;br /&gt;   WHERE PROC GRP EQ ===&gt;                                                       &lt;br /&gt;   BUILD USING MAP   ===&gt; Y (Y/N)   &lt;br /&gt;  &lt;br /&gt;&lt;br /&gt; -------------------------------------------------------------------------------&lt;br /&gt;NOTE:  Setting COPYBACK =‘Y’ will locate the source for the generate, which will be from Stage U, C, 1, 2 (in that order).  You must still do a separate package move to put the linkcard element back into stage C.  Build using map = ‘Y’ for Stage 2 source “From Endevor” means from where do you want to execute the generate processor, NOT from where is the source.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; Select a PROCESSOR GROUP. &lt;br /&gt;  &lt;br /&gt;  To assign a Processor Group, type next to PROCESSOR GROUP&lt;br /&gt;  (under ACTION OPTIONS):&lt;br /&gt;&lt;br /&gt;• one of the processor group names or '*', which the entire list&lt;br /&gt;   of Processors for type LINKCARD. When the list is displayed, place &lt;br /&gt;   an "S" next to the appropriate processor and hit enter.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-570370674969672385?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/570370674969672385/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=570370674969672385' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/570370674969672385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/570370674969672385'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-linkcard.html' title='ENDEVOR  LINKCARD'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-8552452019463982322</id><published>2009-08-21T21:04:00.000-07:00</published><updated>2009-08-21T21:05:00.439-07:00</updated><title type='text'>ENDEVOR LINKS</title><content type='html'>Linking a program creates a load member in the appropriate Endevor Stage U load library and saves the link edit listing. If the program is standalone, the link occurs during the GENERATE process -- that is, when you ADD it to Stage U or do a GENERATE WITH COPYBACK into Stage U, you are compiling and linking the program; therefore, to put this kind of program into production, nothing more is needed than outlined in the section V, above.  But if the program must be linked with other application modules, the link must be done as a separate step, using linkcards.  Currently, all online programs use linkcards.&lt;br /&gt;&lt;br /&gt;When the element (program or linkcard) is moved to Endevor stage C via a package, the load module is moved from the Stage U load library to the appropriate Stage C libarary - BATCH.OT.END.LOADLIB (for batch programs) or PROD.OT.END.IMSLOADT (for online programs).&lt;br /&gt;&lt;br /&gt;1. LINKCARDS.&lt;br /&gt;&lt;br /&gt;Endevor has LINKCARDS for every STATIC circle.  The linkcards are in PROD.OT.END.LINKCTL or PROD.OJ.LF.END.LINKCTL and contain the INCLUDE statements for every OBJ member in a static circle.  &lt;br /&gt;&lt;br /&gt;The  LINKCARDS and their associated link PROCESSOR GROUPS ARE LOCATED N 5f OF THIS DOCUMENT.  (Explanation and/or view listing of the processor groups).&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;2.  LINK AN EXISTING LINKCARD (MOST COMMON SCENARIO). &lt;br /&gt;&lt;br /&gt;a.  The obj concatenation order is Stage U, Stage C, Stage 1, and Stage 2.  Make&lt;br /&gt;   sure you are including obj’s from the correct libraries.&lt;br /&gt;&lt;br /&gt;b. If you are making CHANGES to the linkcard, retrieve it from Stage C &lt;br /&gt;to yourid.LIB.LINK (or library of your choice)and complete the changes.  Add the revised linkcard to Stage U using the instructions for adding a new linkcard (section VII.3,below).     &lt;br /&gt;    &lt;br /&gt;c. If you DID NOT change the linkcard, generate it to Stage U in batch, as  follows: (for screen layouts refer to item 4 ahead)&lt;br /&gt;&lt;br /&gt;      • Select option 3 - BATCH.&lt;br /&gt;      • Build the SCL as you do for programs.&lt;br /&gt;      • On the SCL generation screen, select Option 4 - GENERATE.&lt;br /&gt;      • On the generate screen, select copyback = Y.&lt;br /&gt;  •  Build using map = Y.&lt;br /&gt;      • When done, submit the job using jobname OTXX94# &amp; msgclass H&lt;br /&gt;   for (SDSF).&lt;br /&gt;&lt;br /&gt; This process is the same as for generating (recompiling) programs; for more  detail, see section VI.1.&lt;br /&gt;&lt;br /&gt;d.  Check the output in SDSF.  Max down to the bottom.  Verify that the module&lt;br /&gt; was marked as Reentrable/Reusable with AMODE=31 and RMODE=ANY.  Load modules&lt;br /&gt; now reside in the appropriate Stage 1 load library.  Verify that your OBJs  were included and that origin of all other obj’s is correct.&lt;br /&gt;  &lt;br /&gt;e.     Once you have verified that the add job ran successfully, move the link card  to Stage C, using Option 4 - PACKAGE (from the Endevor Primary Options menu).   This process is the same as for moving programs to Stage C; for greater  detail, see sections V.7.a through f, above.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;3.  ADD A NEW LINKCARD &lt;br /&gt;&lt;br /&gt;a. A new LINKCARD must be ADDED to Stage U with the correct processor&lt;br /&gt;group for each system. Below is a sample processor group only! Do not assume this  is the processor for your new linkcard.&lt;br /&gt;&lt;br /&gt;----------------------------  ADD/UPDATE ELEMENTS  ----------------------&lt;br /&gt;OPTION  ===&gt; A&lt;br /&gt;&lt;br /&gt;   blank - Member list     A - Add an element    U - Update an element&lt;br /&gt;&lt;br /&gt;TO ENDEVOR:                         ACTION OPTIONS:&lt;br /&gt;   ENVIRONMENT ===&gt; CLAIMST     CCID                 ===&gt;&lt;br /&gt;   SYSTEM      ===&gt; ACES     GENERATE ELEMENT     ===&gt; Y (Y/N)&lt;br /&gt;   SUBSYSTEM   ===&gt; ACES     DELETE INPUT SOURCE  ===&gt; N (Y/N)&lt;br /&gt;   ELEMENT     ===&gt; OTXXXXXX     NEW VERSION          ===&gt;&lt;br /&gt;   TYPE        ===&gt; LINKCARD OVERRIDE SIGNOUT     ===&gt; N (Y/N)&lt;br /&gt;   STAGE:           U      PROCESSOR GROUP    ===&gt; LEB2IL47&lt;br /&gt;                                       UPDATE IF PRESENT    ===&gt; N (Y/N)&lt;br /&gt;   COMMENT     ===&gt;&lt;br /&gt;&lt;br /&gt;FROM ISPF LIBRARY:                  LIST OPTIONS:&lt;br /&gt;   PROJECT ===&gt; OTXX94                 DISPLAY LIST      ===&gt; Y (Y/N)&lt;br /&gt;   LIBRARY ===&gt; LIB&lt;br /&gt;   TYPE    ===&gt; CNTL&lt;br /&gt;   MEMBER  ===&gt; OTAA2FPP    THRU MEMBER ===&gt;&lt;br /&gt;&lt;br /&gt;FROM OTHER PARTITIONED OR SEQUENTIAL DATA SET:&lt;br /&gt;   DATA SET NAME ===&gt;&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;b.  Submit the newly generated SCL. Check the output in SDSF.  Max down to the&lt;br /&gt; bottom.  Verify that the module was marked as Reenterable/Reusable with&lt;br /&gt; AMODE=31 and RMODE=ANY. Load modules now reside in the appropriate stage U&lt;br /&gt; load library.  Verify that your OBJs were included.&lt;br /&gt;  &lt;br /&gt;c. Once you have verified that the add job ran successfully, move the link card  to Stage C, using Option 4 - PACKAGE (from the Endevor Primary Options menu).   This process is the same as for moving programs to Stage C; for greater  detail, see sections V.7.a through f, above.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; Procedures on how to generate a link without changes follow on the next page.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-8552452019463982322?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/8552452019463982322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=8552452019463982322' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8552452019463982322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8552452019463982322'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-links.html' title='ENDEVOR LINKS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-4140026211241024478</id><published>2009-08-21T21:02:00.000-07:00</published><updated>2009-08-21T21:03:58.227-07:00</updated><title type='text'>ENDEVOR  PROGRAME COMPILE</title><content type='html'>PROGRAM - COMPILE &lt;br /&gt;If you need to recompile a program that you haven't changed (for instance, if you changed a copybook and you want the program to pick up the new version), use Option 4 - GENERATE (from the BATCH OPTIONS MENU). Then move the element from Stage U to Stage C.  FOR UPDATES TO MODULES ALL READY LOCATED IN STAGE C, SEE BELOW:&lt;br /&gt;&lt;br /&gt;E - Endevor or 3.PP.E&lt;br /&gt; 4 - Claimst&lt;br /&gt;  3 - Batch&lt;br /&gt;   1 - Build SCL&lt;br /&gt;    4 - Generate (example follows)&lt;br /&gt;&lt;br /&gt;1. GENERATE the element from Stage 2 or Stage C to Stage U; with COPYBACK = Y (Example below).  To generate from Stage 2 you must change the “Build using map” indicator to ‘Y’.&lt;br /&gt;&lt;br /&gt;-----------------------------  GENERATE ELEMENTS  -----------------------------&lt;br /&gt; OPTION  ===&gt; g                                                                 &lt;br /&gt;                               ELEMENT DISPLAY OPTIONS:                         &lt;br /&gt;    blank - Element list          S - Summary   B - Browse    H - History       &lt;br /&gt;    G - Generate element          M - Master    C - Changes                     &lt;br /&gt;                                                                                &lt;br /&gt; FROM ENDEVOR:                       ACTION OPTIONS:                            &lt;br /&gt;   ENVIRONMENT ===&gt; CLAIMS              CCID             ===&gt;                   &lt;br /&gt;   SYSTEM      ===&gt; ACES                COPYBACK         ===&gt; Y (Y/N)           &lt;br /&gt;   SUBSYSTEM   ===&gt; ACES                OVERRIDE SIGNOUT ===&gt; N (Y/N)           &lt;br /&gt;   ELEMENT     ===&gt; otxxxxxxx           PROCESSOR GROUP  ===&gt;           &lt;br /&gt;   TYPE        ===&gt; COBOL                                                    &lt;br /&gt;   STAGE       ===&gt; 2        1 - CLAIMS1      2 - CLAIMS2                       &lt;br /&gt;                                                                                &lt;br /&gt;   COMMENT     ===&gt;                                                             &lt;br /&gt;                                                                                &lt;br /&gt; LIST OPTIONS:                                                                  &lt;br /&gt;   DISPLAY LIST      ===&gt; Y (Y/N)                                               &lt;br /&gt;   WHERE CCID EQ     ===&gt;                                                       &lt;br /&gt;   WHERE PROC GRP EQ ===&gt;                                                       &lt;br /&gt;   BUILD USING MAP   ===&gt; Y (Y/N)                                               &lt;br /&gt;            &lt;br /&gt;NOTE: Setting COPYBACK=Y does two things.  It copies the Stage 2 version of the program to stage U then generates (compiles or compiles and links) it.  You must still do a separate package move to put the element back into Stage C.&lt;br /&gt;&lt;br /&gt;2. Submit the batch job. When the SCL to generate (compile) the program has been&lt;br /&gt;   built, PF3 back to the BATCH OPTIONS MENU.  Verify that your jobcard is correct&lt;br /&gt;   and select option 3 to submit the job.&lt;br /&gt;&lt;br /&gt;3. Move the Element to Stage C.  This is done via the standard package&lt;br /&gt;   processing (see sections V.7.a through f of this document, above).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;4. If the program has a linkcard associated with it:&lt;br /&gt;&lt;br /&gt;    (a) GENERATE the LINKCARD from Stage 2 or Stage C to Stage U, with COPYBACK = Y.&lt;br /&gt;   This is the same as the generate process for programs. (“Build using map” = &lt;br /&gt;   ‘Y’ for Stage 2 source)&lt;br /&gt;&lt;br /&gt;    (b) MOVE the LINKCARD from Stage U to Stage C. This is also done with&lt;br /&gt;   package processing.&lt;br /&gt;&lt;br /&gt; (For more information on linkcards, see section VII, below.) &lt;br /&gt;&lt;br /&gt;5.  Updating an existing module already in Stage C (test).&lt;br /&gt;a.  Sign out (retrieve) from Stage C - CLAIMST&lt;br /&gt;b.  Add element to Stage U&lt;br /&gt;Generate the link (“Build using map” = ‘Y’ for Stage 2 linkcards)&lt;br /&gt;d.  Create a package and move the element(s) from Stage U to Stage C&lt;br /&gt;e.  If DB2 is used, bind using the Q panels (Wait until above completed before doing the bind - Q.14)&lt;br /&gt;f.  Refresh the Region (if applicable)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-4140026211241024478?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/4140026211241024478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=4140026211241024478' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4140026211241024478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4140026211241024478'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-programe-compile.html' title='ENDEVOR  PROGRAME COMPILE'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-3067479629410277360</id><published>2009-08-21T21:01:00.000-07:00</published><updated>2009-08-21T21:02:46.196-07:00</updated><title type='text'>ENDEVOR  STAGE U TO C PACKAGE</title><content type='html'>Submit your Stage U to Stage C Package&lt;br /&gt;---------------------- Package Foreground Options Menu ------------------------&lt;br /&gt; Option  ===&gt; 5                                                                &lt;br /&gt;                                                                               &lt;br /&gt;   1  DISPLAY        - Display Package Information                             &lt;br /&gt;   2  CREATE/MODIFY  - Create or Modify Package                                &lt;br /&gt;   3  CAST           - Prepare Package for Review                              &lt;br /&gt;   4  REVIEW         - Approve or Deny Package                                 &lt;br /&gt;   5  EXECUTE        - Submit or Execute Package                               &lt;br /&gt;   6  SHIP           - Ship Packages                                           &lt;br /&gt;   7  BACKOUT        - Perform Backout or Backin Processing                    &lt;br /&gt;   8  COMMIT         - Clear Backout Information                               &lt;br /&gt;   9  UTILITIES      - Reset, Delete, or Export Package                        &lt;br /&gt;   L  DistribuLink   - Perform Product Collection Request                      &lt;br /&gt;                                                                               &lt;br /&gt;        Package ID ===&gt; OTDH94060899A                                       &lt;br /&gt;                                                                               &lt;br /&gt; Limit selection list by Package Status. These are used by the DISPLAY         &lt;br /&gt; and UTILITIES options:                                                        &lt;br /&gt;                                                                               &lt;br /&gt;       In-Edit......... Y            In-Execution.... Y                        &lt;br /&gt;       In-Approval..... Y            Executed........ Y                        &lt;br /&gt;       Denied.......... Y            Committed....... Y                        &lt;br /&gt;       Approved........ Y&lt;br /&gt;&lt;br /&gt;for submit pkg screen print……………&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;10. After the package batch job runs successfully (return code 00 or 04):&lt;br /&gt; a. check STAGE U libraries, verifying that all related members (load modules,  DBRMs) were deleted. &lt;br /&gt;&lt;br /&gt; b. check the Stage C libraries and verify the changes. The element(s) should &lt;br /&gt; reflect the current date and the DBRM should have the user id used when the &lt;br /&gt; job was submitted. See library document for the library dataset names.&lt;br /&gt;&lt;br /&gt;c.  Review dataset: IMSVSH.PROCLIB(DFSMPLT7) to see if your program is&lt;br /&gt;   preloaded.  If it is, you need to refresh the region.&lt;br /&gt;   (If someone enters into the screen prior to you completing this step,&lt;br /&gt;    they will abend, but the abend will automatically refresh the region).&lt;br /&gt;&lt;br /&gt;Refresh the Region:&lt;br /&gt;ISPF Primary Option Menu                            &lt;br /&gt;Option ===&gt; V.I (to enter Boole &amp; Babbage)                                                                 &lt;br /&gt;                                           More:     +                         &lt;br /&gt;0  Settings      Terminal and user parameters            User ID . : OTDH94    &lt;br /&gt;1  View          Display source data or listings         Time. . . : 10:08     &lt;br /&gt;2  Edit          Create or change source data            Terminal. : 3278      &lt;br /&gt;3  Utilities     Perform utility functions               Screen. . : 1         &lt;br /&gt;4  Foreground    Interactive language processing         Language. : ENGLISH   &lt;br /&gt;5  Batch         Submit job for language processing      Appl ID . : ISR       &lt;br /&gt;6  Command       Enter TSO or Workstation commands       TSO logon : QWIKC     &lt;br /&gt;7  Dialog Test   Perform dialog testing                  TSO prefix: OTDH94    &lt;br /&gt;8  PROD UPDATES  Perform production control updates      System ID : SYSC      &lt;br /&gt;11 Workplace     ISPF Object/Action Workplace            MVS acct. : TSO00XXX  &lt;br /&gt;I  INFO          Information Management                  Release . : ISPF 4.4  &lt;br /&gt;C  CHANGES       Display summary of changes                                    &lt;br /&gt;E  ENDEVOR       ENDEVOR Processing                                            &lt;br /&gt;M  VPS 6.1       Local Printing through VPS                                    &lt;br /&gt;O  OTC Toolbox   OTC Toolbox Main Menu - CASA                                  &lt;br /&gt;P  PANVALET      Panvalet                                                      &lt;br /&gt;Q  ACES          ACES Tool Box                                                 &lt;br /&gt;                                                                               &lt;br /&gt;     Enter X to Terminate using log/list defaults&lt;br /&gt;&lt;br /&gt;Boole &amp; Babbage ------------ IMS OPERATOR WORKSTATION ------------ AutoOPERATOR&lt;br /&gt;OPTION  ===&gt;  6                                              DATE   -- 99/06/10&lt;br /&gt;                                                             TIME   -- 10:10:04&lt;br /&gt;                                                             USERID -- OTDH94  &lt;br /&gt;       1  STATUS      - DISPLAY STATUS OF AN IMS SYSTEM      MODE   -- ISPF 4.4&lt;br /&gt;       2  NETWORK     - DISPLAY/MODIFY LINE/TERM/NODE                          &lt;br /&gt;       3  DATABASE    - DISPLAY/MODIFY DATABASE                                &lt;br /&gt;       4  TRANSACTION - DISPLAY/MODIFY TRANCODE                                &lt;br /&gt;       5  PROGRAM     - DISPLAY/MODIFY PROGRAM                                 &lt;br /&gt;       6  REGIONS     - DISPLAY/MODIFY IMS REGION                              &lt;br /&gt;                                                             PF1/13: HELP      &lt;br /&gt;       X  EXIT        - TERMINATE                            PF3/15: EXIT      &lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;BOOLE AND BABBAGE ------------------ REGIONS ------------------- AutoOPERATOR  &lt;br /&gt;COMMAND ===&gt;  /sta reg imsotc1t     ***enter***                    TGT ===&gt; IMSH     &lt;br /&gt;#MPPS&gt;&gt;  17/  1 #QUEUED&gt;&gt;         3 MQC1&gt;&gt; CONNECTED/ 14/  6 INTVL===&gt; 3       &lt;br /&gt;#BMPS&gt;&gt;   2     #QUEUED&gt;&gt;         0 DB2T&gt;&gt; CONNECTED/ 13/  8 STATUS--- INPUT   &lt;br /&gt;#IFPS&gt;&gt;   0     #QUEUED&gt;&gt;         0                          DATE----- 99/06/10&lt;br /&gt;#DBTS&gt;&gt;   2/  0                                              TIME----- 10:11:22&lt;br /&gt;LC CMDS: P(STOP), A(ABDUMP), C(CANCEL), PW(STOP WFI)                           &lt;br /&gt;LC   JOBNAME  TYP TRANCODE PSBNAME  LTERM    CLS RGN  WKSET    # SIOS  CPU TIME&lt;br /&gt;     IMSPM1T  MPP                                  1   500K    25,493     18.93&lt;br /&gt;     IMSPM1X  MPP                                  2  1596K     4,747      1.33&lt;br /&gt;     IMSWB1X  MPP                                  3   624K     2,996       .93&lt;br /&gt;     IMSBM1X  MPP                                  4   276K     2,076       .52&lt;br /&gt;     IMSWB1T  MPP                                  5   292K     2,330       .75&lt;br /&gt;     IMSMP1T  MPP                                  6   308K       638       .16&lt;br /&gt;     IMSOTC1X MPP                                  8   272K     1,171       .28&lt;br /&gt;     IMSPM1Z  MPP                                  9   228K       341       .17&lt;br /&gt;     IMSMQ1T  MPP                                 10   500K     4,955      4.89&lt;br /&gt;     SYIM86MH BMP          CSQQTRMN               11   284K       150      3.74&lt;br /&gt;     IMSPRODH MPP                                 12   260K     1,886       .90&lt;br /&gt;     IMSOTC1T MPP                                 13  2044K    12,372      4.19&lt;br /&gt;     TPCICSCT DBT                                 14  4996K    13,913     24.72&lt;br /&gt;     IMSWB2X  MPP                                 16   948K     5,223      1.96&lt;br /&gt;     IMSWB2T  MPP                                 17   668K     2,503       .85&lt;br /&gt;     IMSMP1X  MPP                                 19   380K    17,655     18.37&lt;br /&gt;&lt;br /&gt;YOU WILL SEE THAT ONE IS EXECUTING AND ONE IS WAITING (OR SEVERAL)&lt;br /&gt;&lt;br /&gt;- Enter after keying in the /sta command&lt;br /&gt;- Type a P (purge) at the region you want to stop and get refreshed&lt;br /&gt;- Hit enter a few times - you should see IMSOTC1T disappear and then reappear&lt;br /&gt;  (when this is done, personnel in the online system clock until it’s completed)&lt;br /&gt;&lt;br /&gt;11. Table Edit Programs &lt;br /&gt;&lt;br /&gt; - Perform normal steps for modifying a program beginning with Endevor Retrieve &lt;br /&gt;   as outlined in section V. Program Updates.&lt;br /&gt;&lt;br /&gt;- A specific processor group is assigned to the table edit programs.  It will  create a load member in PROD.TB.END.STAGE.IMSLOAD.&lt;br /&gt;&lt;br /&gt; - PROD.TB.END.STAGE.IMSLOAD is copied to system A, PROD.TB.END.IMSLOAD,&lt;br /&gt;   nightly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-3067479629410277360?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/3067479629410277360/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=3067479629410277360' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/3067479629410277360'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/3067479629410277360'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-stage-u-to-c-package.html' title='ENDEVOR  STAGE U TO C PACKAGE'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-4604193450940528454</id><published>2009-08-21T21:00:00.000-07:00</published><updated>2009-08-21T21:01:03.418-07:00</updated><title type='text'>ENDEVOR CAST</title><content type='html'>CAST (Example below). &lt;br /&gt;&lt;br /&gt; PACKAGE ------------------  PACKAGE OPTIONS MENU  -----------------------------&lt;br /&gt; OPTION  ===&gt; 3                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    1  DISPLAY        - Display Package Information                             &lt;br /&gt;    2  CREATE/MODIFY  - Create or Modify Package                                &lt;br /&gt;    3  CAST           - Prepare Package for Review                              &lt;br /&gt;    4  REVIEW         - Approve or Deny Package                                 &lt;br /&gt;    5  EXECUTE        - Submit or Execute Package                               &lt;br /&gt;    6  SHIP           - Ship Packages                                           &lt;br /&gt;    7  BACKOUT        - Perform Backout or Backin Processing                    &lt;br /&gt;    8  COMMIT         - Clear Backout Information                               &lt;br /&gt;    9  UTILITIES      - Reset, Delete, or Export Package                        &lt;br /&gt;                                                                                &lt;br /&gt;         PACKAGE ID ===&gt; OTXX94030294A                                          &lt;br /&gt;                                                                                &lt;br /&gt; LIMIT SELECTION LIST BY PACKAGE STATUS: (Y/N - Options 1 &amp; 9)                  &lt;br /&gt;                                                                                &lt;br /&gt;        In-Edit......... Y            In-Execution.... Y                        &lt;br /&gt;        In-Approval..... Y            Executed........ Y                        &lt;br /&gt;        Denied.......... Y            Committed....... Y                        &lt;br /&gt;        Approved........ Y                                                      &lt;br /&gt;                                                                                &lt;br /&gt;----------------------------------------------------------------------------                                                                                &lt;br /&gt;&lt;br /&gt;7f.  Select C - Cast Package (Example below). &lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt; CAST -------------------------  CAST PACKAGE  ---------------------------------&lt;br /&gt; OPTION  ===&gt; c                                                                 &lt;br /&gt;&lt;br /&gt;    C - Cast Package                       S - Display SCL                      &lt;br /&gt;                                                                                &lt;br /&gt; PACKAGE ID: OTXX94030294A                 STATUS:  IN-EDIT                     &lt;br /&gt; DESCRIPTION:  MOVE PROGRAM UPDATES TO PRODUCTION                               &lt;br /&gt; PACKAGE TYPE: STANDARD                                                         &lt;br /&gt; SHARABLE PACKAGE:   N                                                          &lt;br /&gt; VALIDATE COMPONENTS   ===&gt; N (Y/N/W)                                           &lt;br /&gt; ENABLE BACKOUT        ===&gt; Y (Y/N)                                             &lt;br /&gt; EXECUTION WINDOW FROM ===&gt; 02MAR94 00:00  TO ===&gt; 31DEC99 00:00                &lt;br /&gt;                                                                                &lt;br /&gt;               USER ID  DATE    TIME                                            &lt;br /&gt; CREATED:      OTXX94   02MAR94 13:24                                           &lt;br /&gt; LAST UPDATED:                                                                  &lt;br /&gt;---------------------------------------------------------------------------&lt;br /&gt;After you have cast the package, the system returns to the PACKAGE OPTIONS MENU, where the message "CAST SUCCESSFUL" is displayed in the upper-right corner. &lt;br /&gt;&lt;br /&gt;At this point, you need to review/approve, execute/submit your job (15 Claimst approvers in ACES). This job executes the package and moves the program to production.  It is jobname MAENDVR and will be in $AVRS on system C.&lt;br /&gt;8.  Approve your Stage U to Stage C package&lt;br /&gt;---------------------- Package Foreground Options Menu ------------------------&lt;br /&gt; Option  ===&gt; 4                                                                &lt;br /&gt;                                                                               &lt;br /&gt;   1  DISPLAY        - Display Package Information                             &lt;br /&gt;   2  CREATE/MODIFY  - Create or Modify Package                                &lt;br /&gt;   3  CAST           - Prepare Package for Review                              &lt;br /&gt;   4  REVIEW         - Approve or Deny Package                                 &lt;br /&gt;   5  EXECUTE        - Submit or Execute Package                               &lt;br /&gt;   6  SHIP           - Ship Packages                                           &lt;br /&gt;   7  BACKOUT        - Perform Backout or Backin Processing                    &lt;br /&gt;   8  COMMIT         - Clear Backout Information                               &lt;br /&gt;   9  UTILITIES      - Reset, Delete, or Export Package                        &lt;br /&gt;   L  DistribuLink   - Perform Product Collection Request                      &lt;br /&gt;                                                                               &lt;br /&gt;        Package ID ===&gt; OTDH94060899A  (Your id, today’s date, unique letter)                                      &lt;br /&gt;                                                                               &lt;br /&gt; Limit selection list by Package Status. These are used by the DISPLAY         &lt;br /&gt; and UTILITIES options:                                                        &lt;br /&gt;                                                                               &lt;br /&gt;       In-Edit......... Y            In-Execution.... Y                        &lt;br /&gt;       In-Approval..... Y            Executed........ Y                        &lt;br /&gt;       Denied.......... Y            Committed....... Y                        &lt;br /&gt;       Approved........ Y&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;for approve screen print……………&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-4604193450940528454?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/4604193450940528454/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=4604193450940528454' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4604193450940528454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4604193450940528454'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-cast.html' title='ENDEVOR CAST'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-1795754629629484382</id><published>2009-08-21T20:58:00.000-07:00</published><updated>2009-08-21T21:00:09.688-07:00</updated><title type='text'>ENDEVOR MOVE OPTION</title><content type='html'>MOVE (Example below). &lt;br /&gt; -------------------------------  SCL GENERATION  ------------------------------&lt;br /&gt; OPTION  ===&gt; 5                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    1  DISPLAY       - Display an element                                       &lt;br /&gt;    2  ADD/UPDATE    - Add or update an element into stage 1                    &lt;br /&gt;    3  RETRIEVE      - Retrieve or copy an element                              &lt;br /&gt;    4  GENERATE      - Execute the Generate Processor for this element          &lt;br /&gt;    5  MOVE          - Move an element to the next inventory location           &lt;br /&gt;    6  DELETE        - Delete an element                                        &lt;br /&gt;    7  PRINT ELEMENT - Print elements, changes and detail change history        &lt;br /&gt;    8  SIGNIN        - Explicitly sign-in an element                            &lt;br /&gt;    9  TRANSFER      - Transfer elements between two ENDEVOR locations          &lt;br /&gt;   10  PRINT MEMBER  - Print a compressed listing or member                     &lt;br /&gt;   11  LIST ELEMENT  - Create List actions for ENDEVOR elements                 &lt;br /&gt;   12  LIST MEMBER   - Create List actions for external members                 &lt;br /&gt;   13  ARCHIVE       - Archive elements                                         &lt;br /&gt;                                                                                &lt;br /&gt;REQUEST DATA SET: PACKAGE - OTXX94030294A                                &lt;br /&gt;       APPEND:           N                                                      &lt;br /&gt;------------------------------------------------------------------------------- &lt;br /&gt; &lt;br /&gt;7d.  Option O - Move Element (Example below).&lt;br /&gt;&lt;br /&gt; -------------------------------  MOVE ELEMENTS  -------------------------------&lt;br /&gt; OPTION  ===&gt; o                                                                 &lt;br /&gt;                               ELEMENT DISPLAY OPTIONS:                         &lt;br /&gt;    blank - Element list          S - Summary   B - Browse   H - History        &lt;br /&gt;    O - Move element              M - Master    C - Changes                     &lt;br /&gt;                                                                                &lt;br /&gt; FROM ENDEVOR:                         ACTION OPTIONS:                          &lt;br /&gt;   ENVIRONMENT ===&gt; CLAIMST              CCID                 ===&gt;              &lt;br /&gt;   SYSTEM      ===&gt; ACES                SYNC                 ===&gt; N (Y/N)      &lt;br /&gt;   SUBSYSTEM   ===&gt; ACES                WITH HISTORY         ===&gt; N (Y/N)      &lt;br /&gt;   ELEMENT     ===&gt; othirpt1            RETAIN SIGNOUT       ===&gt; N (Y/N)      &lt;br /&gt;   TYPE        ===&gt; COBOL               SIGNOUT TO           ===&gt;              &lt;br /&gt;   STAGE       ===&gt; U                   ACKNOWLEDGE ELM JUMP ===&gt; N (Y/N)      &lt;br /&gt;           U - CLAIMSU  C - CLAIMSC      DELETE 'FROM' ELEMENT ===&gt;Y (Y/N)      &lt;br /&gt;                                                                                &lt;br /&gt;   COMMENT     ===&gt;                                                             &lt;br /&gt;                                         LIST OPTIONS:                            &lt;br /&gt;                                         DISPLAY LIST         ===&gt; Y (Y/N)      &lt;br /&gt;                                         WHERE CCID EQ        ===&gt;              &lt;br /&gt;                                         WHERE PROC GRP EQ    ===&gt;              &lt;br /&gt;                                         BUILD USING MAP      ===&gt; N (Y/N)      &lt;br /&gt;-------------------------------------------------------------------------------                                                                      &lt;br /&gt;You may continue to fill in this screen and hit enter for each element to be moved; OR you may leave the element name and type blank, keep DISPLAY LIST=Y and get an element selection list.  Put an 'o' next to each element you wish to move in your package.  This option builds many SCL statements at once.  Make sure “BUILD USING MAP = N” or you will be waiting for a while.&lt;br /&gt;&lt;br /&gt;When finished building the package, PF3 to the SCL GENERATION SCREEN. Note that in the upper right hand corner of this screen a message displays "# REQUEST(S) BUILT". This message verifies that the SCL to move the element(s) was built. &lt;br /&gt;&lt;br /&gt;PF3 again to the CREATE/MODIFY PACKAGE screen; the upper right hand corner displays &lt;br /&gt;the message "PACKAGE CONSTRUCTED".  Then PF3 once more to the PACKAGE OPTIONS MENU.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-1795754629629484382?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/1795754629629484382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=1795754629629484382' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1795754629629484382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1795754629629484382'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-move-option.html' title='ENDEVOR MOVE OPTION'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-2104748309205572101</id><published>2009-08-21T20:50:00.000-07:00</published><updated>2009-08-21T20:53:08.907-07:00</updated><title type='text'>CREATING A PACKAGE FROM  ENDEVOR PRIMARY OPTIONS MENU</title><content type='html'>Create a PACKAGE, from the Endevor Primary Options Menu; select: &lt;br /&gt;&lt;br /&gt;   Option 4 - PACKAGE &lt;br /&gt;       Option 2 - CREATE/MODIFY (Example below). &lt;br /&gt; &lt;br /&gt; PACKAGE ------------------  PACKAGE OPTIONS MENU  -----------------------------&lt;br /&gt; OPTION  ===&gt; 2                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    1  DISPLAY        - Display Package Information                             &lt;br /&gt;    2  CREATE/MODIFY  - Create or Modify Package                                &lt;br /&gt;    3  CAST           - Prepare Package for Review                              &lt;br /&gt;    4  REVIEW         - Approve or Deny Package                                 &lt;br /&gt;    5  EXECUTE        - Submit or Execute Package                               &lt;br /&gt;    6  SHIP           - Ship Packages                                           &lt;br /&gt;    7  BACKOUT        - Perform Backout or Backin Processing                    &lt;br /&gt;    8  COMMIT         - Clear Backout Information                               &lt;br /&gt;    9  UTILITIES      - Reset, Delete, or Export Package                        &lt;br /&gt;                                                                                &lt;br /&gt;         PACKAGE ID ===&gt; otxx94030294a                                        &lt;br /&gt;                                                                                &lt;br /&gt; LIMIT SELECTION LIST BY PACKAGE STATUS: (Y/N - Options 1 &amp; 9)                  &lt;br /&gt;                                                                                &lt;br /&gt;        In-Edit......... Y            In-Execution.... Y                        &lt;br /&gt;        In-Approval..... Y            Executed........ Y                        &lt;br /&gt;        Denied.......... Y            Committed....... Y                        &lt;br /&gt;        Approved........ Y                                                      &lt;br /&gt;&lt;br /&gt;NOTE: The PACKAGE ID should be your 6 position TSO ID, today's date (MMDDYY) and a 1 position sequence letter.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;  Option B - Build Package Actions (Example below).  &lt;br /&gt; -----------------------------------------------------------------------------                                   &lt;br /&gt; MODIFY -------------------  CREATE/MODIFY PACKAGE  ----------------------------&lt;br /&gt; OPTION  ===&gt; b                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    B - Build Package Actions              I - Import SCL                       &lt;br /&gt;    E - Edit Package                       C - Copy Package                     &lt;br /&gt;                                                                                &lt;br /&gt; PACKAGE ID: OTXX94030294A               STATUS: IN-EDIT                      &lt;br /&gt; DESCRIPTION  ===&gt; move program updates to Stage C                     &lt;br /&gt; PACKAGE TYPE ===&gt; STANDARD                                                     &lt;br /&gt; SHARABLE PACKAGE  ===&gt; N (Y/N)            APPEND TO PACKAGE ===&gt; N (Y/N)       &lt;br /&gt; ENABLE BACKOUT    ===&gt; Y (Y/N)                                                 &lt;br /&gt; EXECUTION WINDOW FROM ===&gt; 02MAR94 00:00  TO ===&gt; 31DEC99 00:00                &lt;br /&gt;                                                                                &lt;br /&gt; INPUT PACKAGE ID ===&gt;                                                          &lt;br /&gt;                                                                                &lt;br /&gt; FROM ISPF LIBRARY:                                                             &lt;br /&gt;    PROJECT ===&gt; OTXX94                                                         &lt;br /&gt;    GROUP   ===&gt; LIB                                                           &lt;br /&gt;    TYPE    ===&gt; CNTL                                                           &lt;br /&gt;    MEMBER  ===&gt;                                                                &lt;br /&gt;                                                                                &lt;br /&gt; OTHER PARTITIONED OR SEQUENTIAL DATA SET:                                      &lt;br /&gt;    DATA SET NAME ===&gt;                                                          &lt;br /&gt;&lt;br /&gt;NOTE: A DESCRIPTION is required.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-2104748309205572101?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/2104748309205572101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=2104748309205572101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2104748309205572101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2104748309205572101'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/creating-package-from-endevor-primary.html' title='CREATING A PACKAGE FROM  ENDEVOR PRIMARY OPTIONS MENU'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-5962341548710333242</id><published>2009-08-21T20:48:00.001-07:00</published><updated>2009-08-21T20:50:19.086-07:00</updated><title type='text'>ENDEVOR ACTIONS SUBMITING SCL</title><content type='html'>Submit SCL (Example below).  &lt;br /&gt; BATCH -----------------------  BATCH OPTIONS MENU  ----------------------------&lt;br /&gt; OPTION  ===&gt; 3                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    1 BUILD SCL - Build batch SCL actions                                       &lt;br /&gt;    2 EDIT      - Edit request data set                                         &lt;br /&gt;    3 SUBMIT    - Submit job for batch processing                               &lt;br /&gt;    4 VALIDATE  - Check request data set for syntax errors                      &lt;br /&gt;    5 BUILD JCL - Enter additional JCL to be included with the job              &lt;br /&gt;                                                                                &lt;br /&gt;  REQUEST DATA SET:                                                             &lt;br /&gt;     PROJECT  ===&gt; OTLD94          APPEND      ===&gt; N (Y/N)                     &lt;br /&gt;     GROUP    ===&gt; ENDEVOR         INCLUDE JCL ===&gt; N (Y/N)                     &lt;br /&gt;     TYPE     ===&gt; SCL                                                         &lt;br /&gt;     MEMBER   ===&gt; PGMADD                                                         &lt;br /&gt;                                                                                &lt;br /&gt;  OTHER PARTITIONED OR SEQUENTIAL DATA SET:                                     &lt;br /&gt;     DSNAME ===&gt;                                                                &lt;br /&gt;   &lt;br /&gt;  JOB STATEMENT INFORMATION:                                                    &lt;br /&gt;===&gt; //OTXX94# JOB (44001,FS01,00000,1111),'PROJECT C583', =&gt; PROJECT NAME&lt;br /&gt;===&gt; //    CLASS=A,MSGCLASS=H,NOTIFY=OT????  =&gt; YOUR ID&lt;br /&gt;===&gt; //*&lt;br /&gt;===&gt; //*$AVRS C=OTCACTSD =&gt;(comment what program/linkcard/binddeck/sysin)&lt;br /&gt;&lt;br /&gt;NOTE: Make sure the project code in the jobcard is correct.  Use Class = A if there are many elements involved.&lt;br /&gt;----------------------------------------------------------------------------------&lt;br /&gt;Select Option 3 to submit the job.  This job:&lt;br /&gt;&lt;br /&gt; (a) creates a compiled listing;&lt;br /&gt; (b) creates a load module in the appropriate stage U load library or object   code in the appropriate stage U object library;&lt;br /&gt;(c)  for DB2 programs, creates the DBRM member in the appropriate stage U dbrm   library.&lt;br /&gt;• When done, submit the job using jobname OTXX94# &amp; msgclass H (SDSF).&lt;br /&gt; &lt;br /&gt;6.   Check Stage U libraries for your updated module (can’t move to Stage C if your&lt;br /&gt;    not in Stage U).  See library document for library dataset names.&lt;br /&gt;&lt;br /&gt;7.  MOVE - From Stage U to Stage C (Test).  &lt;br /&gt;&lt;br /&gt;After a successful add, update or generate (for type LINKCARD) to Stage U, a MOVE is done from STAGE U to STAGE C. &lt;br /&gt;&lt;br /&gt;You should do all your MOVES in one package (after the ADDS, UPDATES or GENERATES have executed successfully), however, when the package executes, the MOVES will not necessarily be executed in the order that you built the SCL.&lt;br /&gt;The objective of the mapped environment is to use one package for the entire process so this package should contain all elements needed for production.  Remember the package name for implementation purposes.&lt;br /&gt;&lt;br /&gt;The current ELEMENT TYPE Sequence Processing order for processing packages is available for viewing (listed below) or by going to ENDEVOR panel E;4;1;7 (DISPLAY TYPE).  In the ENVIRONMENT ===&gt; field enter 'CLAIMST', leave the SYSTEM ===&gt; field blank, and the TYPE ===&gt; field blank, select the STAGE ===&gt; you wish to view &lt;ENTER&gt;.  This will bring up a list of all available systems.  Select the desired system by tabbing down to the left of the desired system place a 'S' there and &lt;ENTER&gt;.  This will display the current order in which elements will be processed in the package.&lt;br /&gt;&lt;br /&gt;ORDER OF OPERATIONS:&lt;br /&gt;---------------------------  TYPE SELECTION LIST  ------------ Row 1 to 9 of 9 &lt;br /&gt;COMMAND ===&gt;                                                  SCROLL ===&gt; CSR  &lt;br /&gt;                                                                               &lt;br /&gt;CURRENT ENV:  CLAIMST    STAGE ID:  U   SYSTEM:  ACES                          &lt;br /&gt;NEXT    ENV:  CLAIMST    STAGE ID:  C   SYSTEM:  ACES                          &lt;br /&gt;                                                                               &lt;br /&gt;  TYPE      TYPE DESCRIPTION                                                   &lt;br /&gt;  MFS       ACES MFS                                                           &lt;br /&gt;  BINDDECK  ACES LINK BIND CONTROL STATEMENTS                                  &lt;br /&gt;  LINKCARD  ACES LINK CONTROL STATEMENTS                                       &lt;br /&gt;  COPYBOOK  ACES COPYBOOKS                                                     &lt;br /&gt;  PROC      ACES JCL PROCEDURES                                                &lt;br /&gt;  UTL       ACES CONTROL CARDS/JOBSYSIN                                        &lt;br /&gt;  ASSM      ACES ASSEMBLER PROGRAMS                                            &lt;br /&gt;  COBOL     ACES COBOL PROGRAMS                                                &lt;br /&gt;  TELON     ACES TELON PROGRAMS                                                &lt;br /&gt;******************************* Bottom of data ********************************&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-5962341548710333242?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/5962341548710333242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=5962341548710333242' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5962341548710333242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/5962341548710333242'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-actions-submiting-scl.html' title='ENDEVOR ACTIONS SUBMITING SCL'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-7717384942057871762</id><published>2009-08-21T20:48:00.000-07:00</published><updated>2009-08-21T20:49:38.873-07:00</updated><title type='text'>ENDEVOR ACTIONS</title><content type='html'>Submit SCL (Example below).  &lt;br /&gt; BATCH -----------------------  BATCH OPTIONS MENU  ----------------------------&lt;br /&gt; OPTION  ===&gt; 3                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    1 BUILD SCL - Build batch SCL actions                                       &lt;br /&gt;    2 EDIT      - Edit request data set                                         &lt;br /&gt;    3 SUBMIT    - Submit job for batch processing                               &lt;br /&gt;    4 VALIDATE  - Check request data set for syntax errors                      &lt;br /&gt;    5 BUILD JCL - Enter additional JCL to be included with the job              &lt;br /&gt;                                                                                &lt;br /&gt;  REQUEST DATA SET:                                                             &lt;br /&gt;     PROJECT  ===&gt; OTLD94          APPEND      ===&gt; N (Y/N)                     &lt;br /&gt;     GROUP    ===&gt; ENDEVOR         INCLUDE JCL ===&gt; N (Y/N)                     &lt;br /&gt;     TYPE     ===&gt; SCL                                                         &lt;br /&gt;     MEMBER   ===&gt; PGMADD                                                         &lt;br /&gt;                                                                                &lt;br /&gt;  OTHER PARTITIONED OR SEQUENTIAL DATA SET:                                     &lt;br /&gt;     DSNAME ===&gt;                                                                &lt;br /&gt;   &lt;br /&gt;  JOB STATEMENT INFORMATION:                                                    &lt;br /&gt;===&gt; //OTXX94# JOB (44001,FS01,00000,1111),'PROJECT C583', =&gt; PROJECT NAME&lt;br /&gt;===&gt; //    CLASS=A,MSGCLASS=H,NOTIFY=OT????  =&gt; YOUR ID&lt;br /&gt;===&gt; //*&lt;br /&gt;===&gt; //*$AVRS C=OTCACTSD =&gt;(comment what program/linkcard/binddeck/sysin)&lt;br /&gt;&lt;br /&gt;NOTE: Make sure the project code in the jobcard is correct.  Use Class = A if there are many elements involved.&lt;br /&gt;----------------------------------------------------------------------------------&lt;br /&gt;Select Option 3 to submit the job.  This job:&lt;br /&gt;&lt;br /&gt; (a) creates a compiled listing;&lt;br /&gt; (b) creates a load module in the appropriate stage U load library or object   code in the appropriate stage U object library;&lt;br /&gt;(c)  for DB2 programs, creates the DBRM member in the appropriate stage U dbrm   library.&lt;br /&gt;• When done, submit the job using jobname OTXX94# &amp; msgclass H (SDSF).&lt;br /&gt; &lt;br /&gt;6.   Check Stage U libraries for your updated module (can’t move to Stage C if your&lt;br /&gt;    not in Stage U).  See library document for library dataset names.&lt;br /&gt;&lt;br /&gt;7.  MOVE - From Stage U to Stage C (Test).  &lt;br /&gt;&lt;br /&gt;After a successful add, update or generate (for type LINKCARD) to Stage U, a MOVE is done from STAGE U to STAGE C. &lt;br /&gt;&lt;br /&gt;You should do all your MOVES in one package (after the ADDS, UPDATES or GENERATES have executed successfully), however, when the package executes, the MOVES will not necessarily be executed in the order that you built the SCL.&lt;br /&gt;The objective of the mapped environment is to use one package for the entire process so this package should contain all elements needed for production.  Remember the package name for implementation purposes.&lt;br /&gt;&lt;br /&gt;The current ELEMENT TYPE Sequence Processing order for processing packages is available for viewing (listed below) or by going to ENDEVOR panel E;4;1;7 (DISPLAY TYPE).  In the ENVIRONMENT ===&gt; field enter 'CLAIMST', leave the SYSTEM ===&gt; field blank, and the TYPE ===&gt; field blank, select the STAGE ===&gt; you wish to view &lt;ENTER&gt;.  This will bring up a list of all available systems.  Select the desired system by tabbing down to the left of the desired system place a 'S' there and &lt;ENTER&gt;.  This will display the current order in which elements will be processed in the package.&lt;br /&gt;&lt;br /&gt;ORDER OF OPERATIONS:&lt;br /&gt;---------------------------  TYPE SELECTION LIST  ------------ Row 1 to 9 of 9 &lt;br /&gt;COMMAND ===&gt;                                                  SCROLL ===&gt; CSR  &lt;br /&gt;                                                                               &lt;br /&gt;CURRENT ENV:  CLAIMST    STAGE ID:  U   SYSTEM:  ACES                          &lt;br /&gt;NEXT    ENV:  CLAIMST    STAGE ID:  C   SYSTEM:  ACES                          &lt;br /&gt;                                                                               &lt;br /&gt;  TYPE      TYPE DESCRIPTION                                                   &lt;br /&gt;  MFS       ACES MFS                                                           &lt;br /&gt;  BINDDECK  ACES LINK BIND CONTROL STATEMENTS                                  &lt;br /&gt;  LINKCARD  ACES LINK CONTROL STATEMENTS                                       &lt;br /&gt;  COPYBOOK  ACES COPYBOOKS                                                     &lt;br /&gt;  PROC      ACES JCL PROCEDURES                                                &lt;br /&gt;  UTL       ACES CONTROL CARDS/JOBSYSIN                                        &lt;br /&gt;  ASSM      ACES ASSEMBLER PROGRAMS                                            &lt;br /&gt;  COBOL     ACES COBOL PROGRAMS                                                &lt;br /&gt;  TELON     ACES TELON PROGRAMS                                                &lt;br /&gt;******************************* Bottom of data ********************************&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-7717384942057871762?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/7717384942057871762/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=7717384942057871762' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/7717384942057871762'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/7717384942057871762'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-actions_21.html' title='ENDEVOR ACTIONS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-7928730490180617684</id><published>2009-08-21T20:47:00.000-07:00</published><updated>2009-08-21T20:48:37.659-07:00</updated><title type='text'>ENDEVOR PROCESSOR GROUPS</title><content type='html'>5f.  Viewing a List of Processor Groups:&lt;br /&gt;E - ENDEVOR/MVS Environment Selection&lt;br /&gt;4 - CLAIMST&lt;br /&gt;1 - DISPLAY&lt;br /&gt;8 - PROCESSOR GROUP&lt;br /&gt;Fill out the Environment, System, Type, and Stage.  Put a * in the Group…&lt;br /&gt;&lt;br /&gt;The available choices to date are:&lt;br /&gt;&lt;br /&gt;ACES:  Stage U&lt;br /&gt;---------------------  PROCESSOR GROUP SELECTION LIST  ------- Row 1 to 5 of 5 &lt;br /&gt;COMMAND ===&gt;                                                  SCROLL ===&gt; CSR  &lt;br /&gt;                                                                               &lt;br /&gt;CURRENT ENV:  CLAIMST    STAGE ID:  U   SYSTEM:  ACES       TYPE:  TELON       &lt;br /&gt;NEXT    ENV:  CLAIMST    STAGE ID:  C   SYSTEM:  ACES       TYPE:  TELON       &lt;br /&gt;                                                                               &lt;br /&gt; PROCESSOR                                                                     &lt;br /&gt;   GROUP    PROCESSOR GROUP DESCRIPTION                                        &lt;br /&gt;  *NOPROC*  DEFAULT PROCESSOR -- NO COMPILE                                    &lt;br /&gt;  CMVNIL47  ONLINE TELON 2.4 COB/MVS TABLE SYSTEM LOAD LIBRARY                 &lt;br /&gt;  CMVNIODD  ONLINE TELON 2.4 COB/MVS STATIC OBJECT DRIVER PGMS (Telon Drivers)                &lt;br /&gt;  CMVNIODS  ONLINE TELON 2.4 COB/MVS STATIC OBJECT SUB PROGRAM (Telon subprograms&lt;br /&gt;                                                                w/DB2)                              &lt;br /&gt;  CMV2IODS  ONLINE TELON 2.4 COB/MVS DB2 STATIC OBJ SUB PROGRM (Telon subprograms&lt;br /&gt;                                                                w/out DB2)                              &lt;br /&gt;******************************* Bottom of data ********************************&lt;br /&gt;&lt;br /&gt;  LEB2IL47  ONLINE TELON 2.4 COB/MVS LINK WITH DB2&lt;br /&gt;&lt;br /&gt;  LEBNIL47  ONLINE TELON 2.4 COB/MVS LINK WITHOUT DB2&lt;br /&gt;&lt;br /&gt;ACES:  Stage C&lt;br /&gt;---------------------  PROCESSOR GROUP SELECTION LIST  ------- Row 1 to 4 of 4 &lt;br /&gt;COMMAND ===&gt;                                                  SCROLL ===&gt; CSR  &lt;br /&gt;                                                                               &lt;br /&gt;CURRENT ENV:  CLAIMST    STAGE ID:  C   SYSTEM:  ACES       TYPE:  TELON       &lt;br /&gt;NEXT    ENV:  CLAIMS     STAGE ID:  2   SYSTEM:  ACES       TYPE:  TELON       &lt;br /&gt;                                                                               &lt;br /&gt; PROCESSOR                                                                     &lt;br /&gt;   GROUP    PROCESSOR GROUP DESCRIPTION                                        &lt;br /&gt;  *NOPROC*  DEFAULT PROCESSOR -- NO COMPILE                                    &lt;br /&gt;  CMVNIODD  ONLINE TELON 2.4 COB/MVS STATIC OBJECT DRIVER PGMS (Telon Drivers)                &lt;br /&gt;  CMVNIODS  ONLINE TELON 2.4 COB/MVS STATIC OBJECT SUB PROGRAM (Telon subprograms&lt;br /&gt;                                                                w/DB2)               &lt;br /&gt;  CMV2IODS  ONLINE TELON 2.4 COB/MVS DB2 STATIC OBJ SUB PROGRM (Telon subprograms&lt;br /&gt;                                                                w/out DB2)              &lt;br /&gt;******************************* Bottom of data ********************************&lt;br /&gt;&lt;br /&gt;  LEB2IL47  ONLINE TELON 2.4 COB/MVS LINK WITH DB2&lt;br /&gt;&lt;br /&gt;  LEBNIL47  ONLINE TELON 2.4 COB/MVS LINK WITHOUT DB2&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ALF:&lt;br /&gt;&lt;br /&gt; COBOL Stage 1:&lt;br /&gt; CIINBL48 - COBOLII BATCH PROCESSOR AMODE31&lt;br /&gt; CIINBOD8 - COBOLII OBJECT MODULES&lt;br /&gt; CII2BL48 - COBOLII DB2 BATCH PROCESSOR AMODE31&lt;br /&gt;&lt;br /&gt; TELON Stage 1:&lt;br /&gt;&lt;br /&gt; CIA2BOD8  COBOLII/DB2 TELON 2.4 SUB PROGRAM OBJECT MODULE  &lt;br /&gt;CIENBOD8  COBII TELON 2.4 BASE SUB PROGRAM OBJECT MODULE   &lt;br /&gt;CIFNBOD8  COBII TELON 2.4 BASE DRIVER PROGRAM OBJECT MODULE&lt;br /&gt;COBNBLB0  COBOLII TELON 2.4 BATCH PROCESSOR AMODE31&lt;br /&gt;&lt;br /&gt;If a new program has been created that does not fit into one of these groups, then a NEW Processor Group will have to be defined.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-7928730490180617684?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/7928730490180617684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=7928730490180617684' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/7928730490180617684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/7928730490180617684'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-processor-groups.html' title='ENDEVOR PROCESSOR GROUPS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-7079028510125533004</id><published>2009-08-21T20:44:00.000-07:00</published><updated>2009-08-21T20:47:11.685-07:00</updated><title type='text'>ENDEVOR ADD/UPDATE</title><content type='html'>5d. OPTION 2 - ADD/UPDATE (Example Continued).&lt;br /&gt; &lt;br /&gt; ----------------------------  ADD/UPDATE ELEMENTS  ----------------------------&lt;br /&gt; OPTION  ===&gt; a                                                                 &lt;br /&gt;                 &lt;br /&gt;    blank - Member list     A - Add an element    U - Update an element         &lt;br /&gt;                                                                                &lt;br /&gt; TO ENDEVOR:                         ACTION OPTIONS:                            &lt;br /&gt;    ENVIRONMENT ===&gt; CLAIMST      CCID                 ===&gt;               &lt;br /&gt;    SYSTEM      ===&gt; ACES        GENERATE ELEMENT        ===&gt; Y (Y/N)       &lt;br /&gt;    SUBSYSTEM   ===&gt; ACES        DELETE INPUT SOURCE  ===&gt; N (Y/N)       &lt;br /&gt;    ELEMENT     ===&gt; othirpt1    NEW VERSION          ===&gt;               &lt;br /&gt;    TYPE        ===&gt; COBOL       OVERRIDE SIGNOUT     ===&gt; N (Y/N)       &lt;br /&gt;    STAGE:           U            PROCESSOR GROUP      ===&gt;               &lt;br /&gt;    COMMENT     ===&gt; brief explaination  UPDATE IF PRESENT    ===&gt; N (Y/N)       &lt;br /&gt;                     of change                                                            &lt;br /&gt; FROM ISPF LIBRARY:                  LIST OPTIONS:                              &lt;br /&gt;    PROJECT ===&gt; OTXX94                  DISPLAY LIST      ===&gt; Y (Y/N)          &lt;br /&gt;    LIBRARY ===&gt; END                                                            &lt;br /&gt;    TYPE    ===&gt; SOURCE                                                          &lt;br /&gt;    MEMBER  ===&gt; othirpt1    THRU MEMBER ===&gt;                                   &lt;br /&gt;                                                                                &lt;br /&gt; FROM OTHER PARTITIONED OR SEQUENTIAL DATA SET:                                 &lt;br /&gt;    DATA SET NAME ===&gt;                                                          &lt;br /&gt;&lt;br /&gt;NOTE: If the element is being added to Endevor for the first time, you must specify the PROCESSOR GROUP for Endevor to use.  See list of appropriate processor groups.&lt;br /&gt;---------------------------------------------------------------------------------                                                                                &lt;br /&gt;&lt;br /&gt;After you have typed in all the information needed on the ADD/UPDATE screen,&lt;br /&gt;PF3 to the SCL GENERATION screen. Note that in the upper right hand corner of this &lt;br /&gt;screen a message reads "1 REQUEST(S) BUILT". This message verifies that the ADD/UPDATE of the element was built into the SCL data set and is ready to &lt;br /&gt;submit as a batch job. &lt;br /&gt;&lt;br /&gt;From the SCL GENERATION screen, PF3 to the BATCH OPTIONS MENU screen. &lt;br /&gt;&lt;br /&gt;5e. Processor Group Notes  &lt;br /&gt;&lt;br /&gt;If the program existed in Endevor, a Processor Group has been assigned. Leave the PROCESSOR GROUP (under ACTION OPTIONS) blank, as in the above example. Endevor uses the existing Processor Group. &lt;br /&gt; &lt;br /&gt;If you are adding DB2 to an existing program or adding a program for the first time - a NEW Processor Group needs to be assigned to the program. To assign a Processor Group, on the ADD/UPDATE ELEMENTS screen: type one of the existing processor groups in, or place "*" on the PROCESSOR GROUP option. When you type an asterisk, Endevor displays the entire list of Processors for the type indicated (COBOL, TELON, PL1 or ASSM). Place an "S" next to the appropriate processor and hit enter.  The following shows an example of the display for processor group selection.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-7079028510125533004?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/7079028510125533004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=7079028510125533004' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/7079028510125533004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/7079028510125533004'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-addupdate.html' title='ENDEVOR ADD/UPDATE'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-3098527483732540745</id><published>2009-08-21T20:41:00.001-07:00</published><updated>2009-08-21T20:44:30.011-07:00</updated><title type='text'>ENDEVOR PROGRAM UPDATES</title><content type='html'>b.  Retrieve the program to yourid.LIB.SOURCE.&lt;br /&gt;&lt;br /&gt;c.  If two or more people are changing the same program, the second person can get     &lt;br /&gt;    a copy of the existing production version by retrieving it from Endevor but&lt;br /&gt;    changing SIGNOUT ELEMENT (under ACTION OPTIONS) from "Y" to "N".  The second&lt;br /&gt;    person should retrieve it to a PDS other than yourid.LIB.SOURCE.  This kind of &lt;br /&gt;    retrieval makes a copy of the program but it is still signed out to the first&lt;br /&gt;    person.&lt;br /&gt;&lt;br /&gt;d.  If the second person must put in his/her change before the first person, an &lt;br /&gt;    approver can override the original signout.  The approver perfroms the ADD     &lt;br /&gt;    action to put second person's version to Stage U by changing OVERRIDE SIGNOUT  &lt;br /&gt;    (under ACTION OPTIONS) from "N" to "Y".&lt;br /&gt;    &lt;br /&gt;4.  Apply the program revisions to the element in yourid.LIB.SOURCE (or library of&lt;br /&gt;   your choice). &lt;br /&gt;&lt;br /&gt;5.  ADD - From External PDS to CLAIMST Stage U. &lt;br /&gt;&lt;br /&gt;5a.  ADD the program into Stage U through the BATCH option. &lt;br /&gt;  &lt;br /&gt;      E - ENDEVOR  or  3.PP.E&lt;br /&gt;       4 - CLAIMST&lt;br /&gt;      3 - BATCH &lt;br /&gt;     1 - BUILD SCL (Example Follows) &lt;br /&gt;              2 - ADD/UPDATE (Example Follows) &lt;br /&gt;                  3 - Submit SCL (Example Follows)&lt;br /&gt;&lt;br /&gt;5b. Option 1 - BUILD SCL (Example below). &lt;br /&gt;&lt;br /&gt; BATCH -----------------------  BATCH OPTIONS MENU  ----------------------------&lt;br /&gt; OPTION  ===&gt; 1                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    1 BUILD SCL - Build batch SCL actions                                       &lt;br /&gt;    2 EDIT      - Edit request data set                                         &lt;br /&gt;    3 SUBMIT    - Submit job for batch processing                               &lt;br /&gt;    4 VALIDATE  - Check request data set for syntax errors                      &lt;br /&gt;    5 BUILD JCL - Enter additional JCL to be included with the job              &lt;br /&gt;                                                                                &lt;br /&gt;  REQUEST DATA SET:                                                             &lt;br /&gt;     PROJECT  ===&gt; Your Library    APPEND      ===&gt; N (Y/N)                    &lt;br /&gt;     GROUP    ===&gt; ENDEVOR         INCLUDE JCL ===&gt; N (Y/N)                    &lt;br /&gt;     TYPE     ===&gt; SCL                                                         &lt;br /&gt;     MEMBER   ===&gt; PGMADD                                                      &lt;br /&gt;                                                                                &lt;br /&gt;  OTHER PARTITIONED OR SEQUENTIAL DATA SET:                                     &lt;br /&gt;     DSNAME ===&gt;                                                                &lt;br /&gt;                                                                                &lt;br /&gt;  EXAMPLE OF THE JOB STATEMENT INFORMATION ON THE NEXT PAGE… &lt;br /&gt;JOB STATEMENT INFORMATION:                                                    &lt;br /&gt;===&gt; //OTXX94# JOB (44001,FS01,00000,1111),'PROJECT C583', =&gt; PROJECT NAME&lt;br /&gt;===&gt; //    CLASS=A,MSGCLASS=J,NOTIFY=OT????  =&gt; YOUR ID&lt;br /&gt;===&gt; //*&lt;br /&gt;===&gt; //*$AVRS C=OTCACTSD =&gt;(comment what program/linkcard/binddeck/sysin)&lt;br /&gt;&lt;br /&gt;5c.  OPTION 2 - ADD/UPDATE (Example below). &lt;br /&gt;                        &lt;br /&gt; -------------------------------  SCL GENERATION  ---------- 0 REQUEST(S) BUILT &lt;br /&gt; OPTION  ===&gt; 2                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    1  DISPLAY       - Display an element                                       &lt;br /&gt;    2  ADD/UPDATE    - Add or update an element into stage U                    &lt;br /&gt;    3  RETRIEVE      - Retrieve or copy an element                              &lt;br /&gt;    4  GENERATE      - Execute the Generate Processor for this element          &lt;br /&gt;    5  MOVE          - Move an element to the next inventory location           &lt;br /&gt;    6  DELETE        - Delete an element                                        &lt;br /&gt;    7  PRINT ELEMENT - Print elements, changes and detail change history        &lt;br /&gt;    8  SIGNIN        - Explicitly sign-in an element                            &lt;br /&gt;    9  TRANSFER      - Transfer elements between two ENDEVOR locations          &lt;br /&gt;   10  PRINT MEMBER  - Print a compressed listing or member                     &lt;br /&gt;   11  LIST ELEMENT  - Create List actions for ENDEVOR elements                 &lt;br /&gt;   12  LIST MEMBER   - Create List actions for external members                 &lt;br /&gt;   13  ARCHIVE       - Archive elements                                         &lt;br /&gt;                                                                                &lt;br /&gt;                                                                                &lt;br /&gt;       REQUEST DATA SET: OTXX94.LIB.CNTL(TEMP)                                  &lt;br /&gt;       APPEND:           N&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-3098527483732540745?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/3098527483732540745/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=3098527483732540745' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/3098527483732540745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/3098527483732540745'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-program-updates_21.html' title='ENDEVOR PROGRAM UPDATES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-8209699028536897868</id><published>2009-08-21T20:41:00.000-07:00</published><updated>2009-08-22T09:05:18.476-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Endevor Tool'/><title type='text'>ENDEVOR PROGRAM UPDATES</title><content type='html'>b.  Retrieve the program to yourid.LIB.SOURCE.&lt;br /&gt;&lt;br /&gt;c.  If two or more people are changing the same program, the second person can get     &lt;br /&gt;    a copy of the existing production version by retrieving it from Endevor but&lt;br /&gt;    changing SIGNOUT ELEMENT (under ACTION OPTIONS) from "Y" to "N".  The second&lt;br /&gt;    person should retrieve it to a PDS other than yourid.LIB.SOURCE.  This kind of &lt;br /&gt;    retrieval makes a copy of the program but it is still signed out to the first&lt;br /&gt;    person.&lt;br /&gt;&lt;br /&gt;d.  If the second person must put in his/her change before the first person, an &lt;br /&gt;    approver can override the original signout.  The approver perfroms the ADD     &lt;br /&gt;    action to put second person's version to Stage U by changing OVERRIDE SIGNOUT  &lt;br /&gt;    (under ACTION OPTIONS) from "N" to "Y".&lt;br /&gt;    &lt;br /&gt;4.  Apply the program revisions to the element in yourid.LIB.SOURCE (or library of&lt;br /&gt;   your choice). &lt;br /&gt;&lt;br /&gt;5.  ADD - From External PDS to CLAIMST Stage U. &lt;br /&gt;&lt;br /&gt;5a.  ADD the program into Stage U through the BATCH option. &lt;br /&gt;  &lt;br /&gt;      E - ENDEVOR  or  3.PP.E&lt;br /&gt;       4 - CLAIMST&lt;br /&gt;      3 - BATCH &lt;br /&gt;     1 - BUILD SCL (Example Follows) &lt;br /&gt;              2 - ADD/UPDATE (Example Follows) &lt;br /&gt;                  3 - Submit SCL (Example Follows)&lt;br /&gt;&lt;br /&gt;5b. Option 1 - BUILD SCL (Example below). &lt;br /&gt;&lt;br /&gt; BATCH -----------------------  BATCH OPTIONS MENU  ----------------------------&lt;br /&gt; OPTION  ===&gt; 1                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    1 BUILD SCL - Build batch SCL actions                                       &lt;br /&gt;    2 EDIT      - Edit request data set                                         &lt;br /&gt;    3 SUBMIT    - Submit job for batch processing                               &lt;br /&gt;    4 VALIDATE  - Check request data set for syntax errors                      &lt;br /&gt;    5 BUILD JCL - Enter additional JCL to be included with the job              &lt;br /&gt;                                                                                &lt;br /&gt;  REQUEST DATA SET:                                                             &lt;br /&gt;     PROJECT  ===&gt; Your Library    APPEND      ===&gt; N (Y/N)                    &lt;br /&gt;     GROUP    ===&gt; ENDEVOR         INCLUDE JCL ===&gt; N (Y/N)                    &lt;br /&gt;     TYPE     ===&gt; SCL                                                         &lt;br /&gt;     MEMBER   ===&gt; PGMADD                                                      &lt;br /&gt;                                                                                &lt;br /&gt;  OTHER PARTITIONED OR SEQUENTIAL DATA SET:                                     &lt;br /&gt;     DSNAME ===&gt;                                                                &lt;br /&gt;                                                                                &lt;br /&gt;  EXAMPLE OF THE JOB STATEMENT INFORMATION ON THE NEXT PAGE… &lt;br /&gt;JOB STATEMENT INFORMATION:                                                    &lt;br /&gt;===&gt; //OTXX94# JOB (44001,FS01,00000,1111),'PROJECT C583', =&gt; PROJECT NAME&lt;br /&gt;===&gt; //    CLASS=A,MSGCLASS=J,NOTIFY=OT????  =&gt; YOUR ID&lt;br /&gt;===&gt; //*&lt;br /&gt;===&gt; //*$AVRS C=OTCACTSD =&gt;(comment what program/linkcard/binddeck/sysin)&lt;br /&gt;&lt;br /&gt;5c.  OPTION 2 - ADD/UPDATE (Example below). &lt;br /&gt;                        &lt;br /&gt; -------------------------------  SCL GENERATION  ---------- 0 REQUEST(S) BUILT &lt;br /&gt; OPTION  ===&gt; 2                                                                 &lt;br /&gt;                                                                                &lt;br /&gt;    1  DISPLAY       - Display an element                                       &lt;br /&gt;    2  ADD/UPDATE    - Add or update an element into stage U                    &lt;br /&gt;    3  RETRIEVE      - Retrieve or copy an element                              &lt;br /&gt;    4  GENERATE      - Execute the Generate Processor for this element          &lt;br /&gt;    5  MOVE          - Move an element to the next inventory location           &lt;br /&gt;    6  DELETE        - Delete an element                                        &lt;br /&gt;    7  PRINT ELEMENT - Print elements, changes and detail change history        &lt;br /&gt;    8  SIGNIN        - Explicitly sign-in an element                            &lt;br /&gt;    9  TRANSFER      - Transfer elements between two ENDEVOR locations          &lt;br /&gt;   10  PRINT MEMBER  - Print a compressed listing or member                     &lt;br /&gt;   11  LIST ELEMENT  - Create List actions for ENDEVOR elements                 &lt;br /&gt;   12  LIST MEMBER   - Create List actions for external members                 &lt;br /&gt;   13  ARCHIVE       - Archive elements                                         &lt;br /&gt;                                                                                &lt;br /&gt;                                                                                &lt;br /&gt;       REQUEST DATA SET: OTXX94.LIB.CNTL(TEMP)                                  &lt;br /&gt;       APPEND:           N&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-8209699028536897868?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/8209699028536897868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=8209699028536897868' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8209699028536897868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8209699028536897868'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-program-updates_479.html' title='ENDEVOR PROGRAM UPDATES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-272869202756777909</id><published>2009-08-21T20:39:00.000-07:00</published><updated>2009-08-21T20:41:31.771-07:00</updated><title type='text'>ENDEVOR PROGRAM UPDATES</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link style="font-family: times new roman;" rel="File-List" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C17%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Courier; 	panose-1:2 7 4 9 2 2 5 2 4 4; 	mso-font-charset:0; 	mso-generic-font-family:modern; 	mso-font-format:other; 	mso-font-pitch:fixed; 	mso-font-signature:3 0 0 0 1 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} h1 	{mso-style-next:Normal; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:center; 	line-height:18.0pt; 	mso-pagination:widow-orphan; 	mso-outline-level:1; 	border:none; 	mso-border-alt:solid windowtext .75pt; 	padding:0in; 	mso-padding-alt:0in 0in 0in 0in; 	font-size:10.0pt; 	font-family:Courier; 	position:relative; 	top:-3.0pt; 	mso-text-raise:3.0pt; 	mso-font-kerning:0pt; 	mso-bidi-font-weight:normal;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:964238066; 	mso-list-type:simple; 	mso-list-template-ids:-374541436;} @list l0:level1 	{mso-level-start-at:3; 	mso-level-text:"%1\. "; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:.25in; 	text-indent:-.25in; 	mso-ansi-font-size:10.0pt; 	font-family:Courier; 	mso-ansi-font-weight:bold; 	mso-ansi-font-style:normal; 	text-decoration:none; 	text-underline:none;} @list l1 	{mso-list-id:1584215415; 	mso-list-type:simple; 	mso-list-template-ids:-1555766466;} @list l1:level1 	{mso-level-text:"%1\. "; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:.25in; 	text-indent:-.25in; 	mso-ansi-font-size:10.0pt; 	font-family:Courier; 	mso-ansi-font-weight:bold; 	mso-ansi-font-style:normal; 	text-decoration:none; 	text-underline:none;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;div style="border: 1pt solid windowtext; padding: 0in; font-family: times new roman;"&gt;  &lt;h1&gt;PROGRAM UPDATES &lt;/h1&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;If the program is an Audatex program (OTMISCED, OT51B10, OT52B10, OT54B10), see section XV.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;The following paragraphs outline the steps involved from signing out a program to signing it back in.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in; line-height: 12pt; font-family: times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;b style=""&gt;&lt;span style=";font-size:10;" &gt;&lt;span style=""&gt;1. &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;!--[endif]--&gt;Sign out your module (copybook, program, proc etc…) by listing your modules in the implementation checklist either for that months implementation or at the bottom under “ON-GOING DEVELOPMENT EFFORT :&lt;span style=""&gt;  &lt;/span&gt;SIGNED OUT ELEMENTS :”&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;b style=""&gt;2&lt;/b&gt;. Look at PAL INFO\Admin\ENDEVOR\CHGNOTFY.XLS. There are several other groups that&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;   &lt;/span&gt;must be notified if we make changes in ACES to certain designated programs.&lt;span style=""&gt;  &lt;/span&gt;The &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;   &lt;/span&gt;SCREEN CHANGE NOTIFICATION EXCEL Spreadsheet will identify the programs, that if&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;   &lt;/span&gt;changed, will impact other groups, and who should be notified.&lt;span style=""&gt;  &lt;/span&gt;The Project&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;   &lt;/span&gt;Leader should contact these other groups at the very beginning of the project to&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;   &lt;/span&gt;ensure that they have the appropriate time needed to make any necessary changes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in; line-height: 12pt; font-family: times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;b style=""&gt;&lt;span style=";font-size:10;" &gt;&lt;span style=""&gt;3. &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;!--[endif]--&gt;&lt;b style=""&gt;RETRIEVE - From Endevor Stage 2 (Production) To yourid.LIB.SOURCE (or the library&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;b style=""&gt;&lt;span style=""&gt;   &lt;/span&gt;of your choice).&lt;span style=""&gt;              &lt;/span&gt;&lt;/b&gt;&lt;span style=""&gt;  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;b style=""&gt;a.&lt;/b&gt; If an element exists in Endevor, a "RETRIEVAL" (through FOREGROUND Option) &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;   &lt;/span&gt;must done first. The person "signing out" the element is then responsible &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;   &lt;/span&gt;for placing it back into Endevor. Select the following options from the TSO&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;   &lt;/span&gt;Primary Menu: &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;    &lt;/span&gt;E - ENDEVOR&lt;span style=""&gt;  &lt;/span&gt;or&lt;span style=""&gt;  &lt;/span&gt;3.PP.E&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;       &lt;/span&gt;5 - CLAIMS&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;     &lt;/span&gt;&lt;span style=""&gt;     &lt;/span&gt;2 - FOREGROUND &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=""&gt;     &lt;/span&gt;&lt;span style=""&gt;         &lt;/span&gt;&lt;span style=""&gt;   &lt;/span&gt;3 - RETRIEVE&lt;span style=""&gt;  &lt;/span&gt;(Example below:)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;div style="border: 1pt solid windowtext; padding: 1pt; font-family: times new roman;"&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;----------------------------- &lt;span style=""&gt; &lt;/span&gt;RETRIEVE ELEMENTS&lt;span style=""&gt;  &lt;/span&gt;-----------------------------&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt; &lt;/span&gt;OPTION&lt;span style=""&gt;  &lt;/span&gt;===&gt; &lt;b style=""&gt;r&lt;/b&gt;&lt;span style=""&gt;                                                                 &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;                               &lt;/span&gt;ELEMENT DISPLAY OPTIONS:&lt;span style=""&gt;                         &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;    &lt;/span&gt;blank - Element list&lt;span style=""&gt;          &lt;/span&gt;S - Summary&lt;span style=""&gt;   &lt;/span&gt;B - Browse&lt;span style=""&gt;    &lt;/span&gt;H - History&lt;span style=""&gt;       &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;    &lt;/span&gt;R - Retrieve element&lt;span style=""&gt;          &lt;/span&gt;M - Master&lt;span style=""&gt;    &lt;/span&gt;C - Changes&lt;span style=""&gt;                     &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;                                                                                &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt; &lt;/span&gt;FROM ENDEVOR:&lt;span style=""&gt;                       &lt;/span&gt;ACTION OPTIONS:&lt;span style=""&gt;     &lt;/span&gt;&lt;span style=""&gt;                       &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;   &lt;/span&gt;ENVIRONMENT ===&gt; &lt;b style=""&gt;CLAIMS&lt;/b&gt;&lt;span style=""&gt;   &lt;/span&gt;&lt;span style=""&gt;              &lt;/span&gt;CCID&lt;span style=""&gt;             &lt;/span&gt;===&gt;&lt;span style=""&gt;                   &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;   &lt;/span&gt;SYSTEM&lt;span style=""&gt;      &lt;/span&gt;===&gt; &lt;b style=""&gt;ACES&lt;/b&gt;&lt;span style=""&gt;     &lt;/span&gt;&lt;span style=""&gt;              &lt;/span&gt;EXPAND INCLUDES&lt;span style=""&gt;  &lt;/span&gt;===&gt; N (Y/N)&lt;span style=""&gt;           &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;   &lt;/span&gt;SUBSYSTEM&lt;span style=""&gt;   &lt;/span&gt;===&gt; &lt;b style=""&gt;ACES &lt;/b&gt;&lt;span style=""&gt;    &lt;/span&gt;&lt;span style=""&gt;              &lt;/span&gt;SIGNOUT ELEMENT&lt;span style=""&gt;  &lt;/span&gt;===&gt; N (Y/N)&lt;span style=""&gt;           &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;   &lt;/span&gt;ELEMENT&lt;span style=""&gt;   &lt;/span&gt;&lt;span style=""&gt;  &lt;/span&gt;===&gt; &lt;b style=""&gt;othirpt1&lt;/b&gt; &lt;span style=""&gt;              &lt;/span&gt;OVERRIDE SIGNOUT ===&gt; N (Y/N)&lt;span style=""&gt;           &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;   &lt;/span&gt;TYPE&lt;span style=""&gt;        &lt;/span&gt;===&gt; &lt;b style=""&gt;COBOL&lt;/b&gt;&lt;span style=""&gt;    &lt;/span&gt;&lt;span style=""&gt;              &lt;/span&gt;REPLACE MEMBER&lt;span style=""&gt;   &lt;/span&gt;===&gt; N (Y/N)&lt;span style=""&gt;           &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;   &lt;/span&gt;STAGE&lt;span style=""&gt;       &lt;/span&gt;===&gt; &lt;b style=""&gt;2 &lt;/b&gt;&lt;span style=""&gt;       &lt;/span&gt;1 - CLAIMS1&lt;span style=""&gt;      &lt;/span&gt;2 - CLAIMS2&lt;span style=""&gt;                       &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;   &lt;/span&gt;COMMENT&lt;span style=""&gt;     &lt;/span&gt;===&gt; &lt;b style=""&gt;update per request&lt;/b&gt;&lt;span style=""&gt;    &lt;/span&gt;&lt;span style=""&gt;                                      &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;TO ISPF LIBRARY:&lt;span style=""&gt;                    &lt;/span&gt;LIST OPTIONS:&lt;span style=""&gt;                              &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;    &lt;/span&gt;PROJECT ===&gt; &lt;b style=""&gt;otxx94&lt;/b&gt;&lt;span style=""&gt;     &lt;/span&gt;&lt;span style=""&gt;          &lt;/span&gt;DISPLAY LIST&lt;span style=""&gt;      &lt;/span&gt;===&gt; Y (Y/N)&lt;span style=""&gt;          &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;    &lt;/span&gt;LIBRARY ===&gt; &lt;b style=""&gt;end&lt;/b&gt;&lt;span style=""&gt;        &lt;/span&gt;&lt;span style=""&gt;          &lt;/span&gt;WHERE CCID EQ&lt;span style=""&gt;     &lt;/span&gt;===&gt;&lt;span style=""&gt;            &lt;/span&gt;&lt;span style=""&gt;      &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;    &lt;/span&gt;TYPE&lt;span style=""&gt;    &lt;/span&gt;===&gt; &lt;b style=""&gt;source &lt;/b&gt;&lt;span style=""&gt;     &lt;/span&gt;&lt;span style=""&gt;              &lt;/span&gt;WHERE PROC GRP EQ ===&gt;&lt;span style=""&gt;                  &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;    &lt;/span&gt;MEMBER&lt;span style=""&gt;  &lt;/span&gt;===&gt; &lt;b style=""&gt;othirpt1&lt;span style=""&gt;  &lt;/span&gt;&lt;/b&gt;&lt;span style=""&gt; &lt;/span&gt;&lt;span style=""&gt;          &lt;/span&gt;BUILD USING MAP&lt;span style=""&gt;   &lt;/span&gt;===&gt; N (Y/N)&lt;span style=""&gt;          &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;                             &lt;/span&gt;&lt;span style=""&gt;              &lt;/span&gt;FIRST FOUND&lt;span style=""&gt;       &lt;/span&gt;===&gt; Y (Y/N)&lt;span style=""&gt;          &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt; &lt;/span&gt;TO OTHER PARTITIONED OR SEQUENTIAL DATA SET:&lt;span style=""&gt;                                   &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;&lt;span style=""&gt;    &lt;/span&gt;DATA SET NAME ===&gt;&lt;span style=""&gt;                                                          &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="border: medium none ; padding: 0in; line-height: 12pt;"&gt;-----------------------------------------------------------------------------------&lt;span style=""&gt;                                          &lt;/span&gt;&lt;span style=""&gt;                                         &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  &lt;b style="font-family: times new roman;"&gt;&lt;span style=";font-size:12;" &gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-272869202756777909?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/272869202756777909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=272869202756777909' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/272869202756777909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/272869202756777909'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-program-updates.html' title='ENDEVOR PROGRAM UPDATES'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-6181052568915408830</id><published>2009-08-21T20:38:00.000-07:00</published><updated>2009-08-21T20:39:41.464-07:00</updated><title type='text'>ENDEVOR OPERATION/ACTION</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link style="font-family: times new roman;" rel="File-List" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C14%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Courier; 	panose-1:2 7 4 9 2 2 5 2 4 4; 	mso-font-charset:0; 	mso-generic-font-family:modern; 	mso-font-format:other; 	mso-font-pitch:fixed; 	mso-font-signature:3 0 0 0 1 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} h1 	{mso-style-next:Normal; 	margin:0in; 	margin-bottom:.0001pt; 	text-align:center; 	line-height:18.0pt; 	mso-pagination:widow-orphan; 	mso-outline-level:1; 	border:none; 	mso-border-alt:solid windowtext .75pt; 	padding:0in; 	mso-padding-alt:0in 0in 0in 0in; 	font-size:10.0pt; 	font-family:Courier; 	position:relative; 	top:-3.0pt; 	mso-text-raise:3.0pt; 	mso-font-kerning:0pt; 	mso-bidi-font-weight:normal;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;div style="border: 1pt solid windowtext; padding: 0in; font-family: times new roman;"&gt;  &lt;h1&gt;&lt;span style="font-size:100%;"&gt;&lt;a name="_Toc465304076"&gt;II. GENERAL ORDER OF ENDEVOR OPERATION/ACTION&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;Endevor actions are generally performed in the following order:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;RETRIEVE &lt;/span&gt;&lt;span style=";font-size:100%;" &gt; &lt;/span&gt;&lt;span style="font-size:100%;"&gt;- also signs element out to retriever (refer to section V for more &lt;/span&gt;&lt;span style=";font-size:100%;" &gt;              &lt;/span&gt;&lt;span style="font-size:100%;"&gt;detail)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;ADD/UPDATE &lt;/span&gt;&lt;span style=";font-size:100%;" &gt;   &lt;/span&gt;&lt;span style="font-size:100%;"&gt;- executes generate processor for program, creates obj and/or dbrm&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: 0.5in; line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;and/or load module (refer to section V for more detail); simply adds&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: 0.5in; line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;element if generate processor is *NOPROC* &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: 0.5in; line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;*NOPROC* = PROCS, UTLS, BINDDECKS, COPYBOOKS, AND MFS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: 0.5in; line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;(NOPROC doesn’t mean no processing.&lt;/span&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;It means that it’s added to&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: 0.5in; line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;Stage U datasets without any action taking place on the element,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: 0.5in; line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;it’s an “as is” move…&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;GENERATE&lt;/span&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;- executes generate processor for:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;          &lt;/span&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;Type = Telon, then a compile will take place or&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;          &lt;/span&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;Type = Cobol, then a compile and possibly a link will take place&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;          &lt;/span&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;Type = Linkcard, then a link will take place&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;          &lt;/span&gt;&lt;span style="font-size:100%;"&gt;- Create either an obj, obj &amp;amp; load module, or just a load module&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;          &lt;/span&gt;&lt;span style="font-size:100%;"&gt;(refer to sections VI and VII for more detail)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;********&lt;/span&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;- VERIFY STAGE U LIBRARIES&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;MOVE&lt;/span&gt;&lt;span style=";font-size:100%;" &gt;      &lt;/span&gt;&lt;span style="font-size:100%;"&gt;- executes move and delete processors&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;          &lt;/span&gt;&lt;span style="font-size:100%;"&gt;- copies from Stage U to Stage C libraries&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;          &lt;/span&gt;&lt;span style="font-size:100%;"&gt;- deletes from Stage U; signs element back in to Stage C&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style=";font-size:100%;" &gt;          &lt;/span&gt;&lt;span style="font-size:100%;"&gt;(refer to section V.7 for more detail)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;********&lt;/span&gt;&lt;span style=";font-size:100%;" &gt;  &lt;/span&gt;&lt;span style="font-size:100%;"&gt;- VERIFY STAGE C LIBRARIES&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="line-height: 12pt; font-family: times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;span style="font-family: times new roman;font-family:Courier;font-size:100%;"  &gt;EXTERNAL TO ENDEVOR - copy jobs execute to copy dbrms and load modules to production libraries; bind job executes; deletes from Stage C &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-6181052568915408830?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/6181052568915408830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=6181052568915408830' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6181052568915408830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6181052568915408830'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-operationaction.html' title='ENDEVOR OPERATION/ACTION'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-2651054109751302998</id><published>2009-08-21T20:36:00.000-07:00</published><updated>2009-08-21T20:38:18.475-07:00</updated><title type='text'>ENDEVOR ACTIONS</title><content type='html'>The following are generally the Endevor actions that you will use:&lt;br /&gt;&lt;br /&gt;RETRIEVE  - execute in foreground to retrieve element(s) from Stage 2 to your    external PDS.&lt;br /&gt;&lt;br /&gt;ADD/UPDATE  - execute in batch to add element to Stage U or update it if it is    already in Stage U.&lt;br /&gt;&lt;br /&gt;GENERATE  - generate always executes when you add (or update) a program to Stage    U; you also explicitly use generate when relinking.&lt;br /&gt;&lt;br /&gt;MOVE   - you must use the functions in a package to get an element and its     associated outputs (objs, dbrms, loads) to Stage C.&lt;br /&gt;&lt;br /&gt;DELETE  - you may use delete to remove an element from Stage U or C.&lt;br /&gt;&lt;br /&gt;SIGNIN  - if you have inadvertently signed a member out, you must use a package    and specify override signout=Y to sign it back in to Stage C.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-2651054109751302998?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/2651054109751302998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=2651054109751302998' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2651054109751302998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2651054109751302998'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/endevor-actions.html' title='ENDEVOR ACTIONS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-6083560816004764040</id><published>2009-08-21T20:35:00.000-07:00</published><updated>2009-08-21T20:36:05.382-07:00</updated><title type='text'>PRACTICAL QUESTIONS   (JCL)</title><content type='html'>1. Create a  PDS  and 5 Memebers &lt;br /&gt;2. Create a PS and 5  members&lt;br /&gt;3. Write COBOL program for Addtion of 2 numbers (ADDPRG)&lt;br /&gt;4. Write COBOL program for subtraction of 2 numbers (SUB PRG)&lt;br /&gt;5. Write COBOL program for multiplication of 2 numbers (MULPRG)&lt;br /&gt;6. Write COBOL program for division of 2 numbers (DIVPRG)&lt;br /&gt;7. Write a JCL program to excute  ADDPRG using DD * &lt;br /&gt;8. Write a JCL program to excute ADDPRG using DD Dummy..&lt;br /&gt;9. Write a JCL program to excute ADDPRG,SUBPRG,MULPRG and DIVPRG.&lt;br /&gt;10. Write a JCL prgram to set TIME for above program and watch.&lt;br /&gt;11. Write a JCL program to create a PS&lt;br /&gt;12. Write a JCL program to create a PDS.&lt;br /&gt;13. Write a JCL catalog procedure for ADDPRG and call it from other JCL program.&lt;br /&gt;14. Write a JCL instream procedure for ADDPRG and call it.&lt;br /&gt;15. Write a JCL procedure with Symbolic Parameter.&lt;br /&gt;16. Write a JCL procedure with Overriding Parameter&lt;br /&gt;17. Write a COBOL Program to copy records from one file to other file.&lt;br /&gt;18. Write a JCL program to copy data from PS to PS using IEBGENER.&lt;br /&gt;19. Write a JCL program to copy all data from PDS to PDS using IEBCOPY.&lt;br /&gt;20. Write a JCL program to copy selected data from PDS to PDS using IEBCOPY.&lt;br /&gt;21. Write a JCL program to copy other than selected data from PDS to PDS using IEBCOPY.&lt;br /&gt;22.  Write a JCL program to print all  data from PS using IEBPTPCH&lt;br /&gt;23. Write a JCL program to Rename a Dataset using IEHPROGM&lt;br /&gt;24. Write a JCL program to Delete a Dataset using IEHPROGM&lt;br /&gt;25. Write a JCL program to Catalog a Dataset using IEHPROGM&lt;br /&gt;26. Write a JCL program to Un-Catalog a Dataset using IEHPROGM&lt;br /&gt;27. Write a JCL program to sort records in Ascending order using SORT &lt;br /&gt;28. Write a JCL program to sort records in Descending order using SORT &lt;br /&gt;29. Write a JCL program to sort records with atleast 2 fields order using SORT&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-6083560816004764040?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/6083560816004764040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=6083560816004764040' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6083560816004764040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6083560816004764040'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/practical-questions-jcl.html' title='PRACTICAL QUESTIONS   (JCL)'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-1032710987124509620</id><published>2009-08-21T20:33:00.000-07:00</published><updated>2009-08-21T20:35:28.808-07:00</updated><title type='text'>JCL QUESTIONS</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link style="font-family: times new roman;" rel="File-List" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C06%5Cclip_filelist.xml"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:smarttagtype style="font-family: times new roman;" namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="country-region"&gt;&lt;/o:smarttagtype&gt;&lt;o:smarttagtype style="font-family: times new roman;" namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"&gt;&lt;/o:smarttagtype&gt;&lt;/span&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if !mso]&gt;&lt;object classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id="ieooui"&gt;&lt;/object&gt; &lt;style&gt; st1\:*{behavior:url(#ieooui) } &lt;/style&gt; &lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:1316950698; 	mso-list-type:hybrid; 	mso-list-template-ids:-1046584912 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l0:level1 	{mso-level-tab-stop:31.5pt; 	mso-level-number-position:left; 	margin-left:31.5pt; 	text-indent:-.25in;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;1.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is the difference&lt;span style=""&gt;  &lt;/span&gt;between DD *&lt;span style=""&gt;  &lt;/span&gt;, DD Data and DUMMY statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;2.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is DLM?&lt;span style=""&gt;  &lt;/span&gt;Can we use // or /* in DLM statement?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;3.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is meant by DSN?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;4.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is DISP? What are its parameters? (D1,D2.D3)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;5.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain about NEW, OLD, SHR and MOD.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;6.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain about KEEP, DELETE, PASS, CATLG and UNCATLG.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;7.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain about third parameter in DISP Parameter.&lt;span style=""&gt;  &lt;/span&gt;(D3)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;8.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is&lt;span style=""&gt;  &lt;/span&gt;UNIT ? Explain its parameters.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;9.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is VOL? Explain its parameters&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;10.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is LABEL Parameters?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;11.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is SPACE Parameters?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;12.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is Load Data Set?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;13.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is JOBLIB?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;14.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is STEPLIB?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;15.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is the difference&lt;span style=""&gt;  &lt;/span&gt;between JOBLIB and STEPLIB?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;16.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is SYSIN and SYSOUT?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;17.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is OCB. Explain its 5 parameters&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;18.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is LRECL. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;19.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is BLKSIZE. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;20.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is RECFM. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;21.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is DSORG. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;22.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is EROPT. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;23.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is V, F, U, VB, VF, VBA and FBA?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;24.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is PROCEDURE? What are its 2 types?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;25.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is Instream procedure?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;26.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is catalog procedure?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;27.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain the coding rules for a Procedure? (4 points)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;28.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain the coding rules for a Instream Procedure.(4 points)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;29.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is IIP, DIP, ICP, DCP and IAP?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;30.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;How many types of Parameters are in Procedure.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;31.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is Symbolic Parameters?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;32.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is Overriding Parameter?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;33.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain filecopy method in Mainframe&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;34.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is meant by JCL Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;35.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What are the rules for JCL Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;36.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is IEBGENER?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;37.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is IEBCOPY?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;38.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is IEBPTPCH?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;39.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;How do u copy all members from one DSN to other DSN?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;40.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;How do u copy a particular members from one DSN to other DSN?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;41.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;How do u copy other than selected members from one DSN to other DSN?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;42.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is meant by System Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;43.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What is IEHPROGM?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;44.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What are the rules for System Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;45.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain RENAME, NEWNAME, UNCATLG, CATLG and DELETE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;46.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;What are the differece between System Utilities and JCL Utilities&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;47.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain about Other Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;48.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain SORT Utility&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;49.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain SORT FIELDS parameter.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="line-height: 150%;"&gt;&lt;span style=""&gt;50.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 150%;"&gt;Explain&lt;span style=""&gt;  &lt;/span&gt;if SORT Parameter CH has the value BI or X or PD or ZD or AC or &lt;st1:country-region st="on"&gt;&lt;st1:place st="on"&gt;CH.&lt;/st1:place&gt;&lt;/st1:country-region&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-1032710987124509620?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/1032710987124509620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=1032710987124509620' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1032710987124509620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1032710987124509620'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/jcl-questions_7978.html' title='JCL QUESTIONS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-6604411070173239062</id><published>2009-08-21T20:31:00.000-07:00</published><updated>2009-08-21T20:33:17.091-07:00</updated><title type='text'>jcl questions</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link style="font-family: times new roman;" rel="File-List" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C04%5Cclip_filelist.xml"&gt;&lt;span style="font-size:85%;"&gt;&lt;o:smarttagtype style="font-family: times new roman;" namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="country-region"&gt;&lt;/o:smarttagtype&gt;&lt;o:smarttagtype style="font-family: times new roman;" namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"&gt;&lt;/o:smarttagtype&gt;&lt;/span&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if !mso]&gt;&lt;object classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id="ieooui"&gt;&lt;/object&gt; &lt;style&gt; st1\:*{behavior:url(#ieooui) } &lt;/style&gt; &lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:1316950698; 	mso-list-type:hybrid; 	mso-list-template-ids:-1046584912 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l0:level1 	{mso-level-tab-stop:31.5pt; 	mso-level-number-position:left; 	margin-left:31.5pt; 	text-indent:-.25in;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;1.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is DLM?&lt;span style=""&gt;  &lt;/span&gt;Can we use // or /* in DLM statement?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;2.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is meant by DSN?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;3.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is DISP? What are its parameters? (D1,D2.D3)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;4.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain about NEW, OLD, SHR and MOD.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;5.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain about KEEP, DELETE, PASS, CATLG and UNCATLG.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;6.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain about third parameter in DISP Parameter.&lt;span style=""&gt;  &lt;/span&gt;(D3)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;7.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is&lt;span style=""&gt;  &lt;/span&gt;UNIT ? Explain its parameters.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;8.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is VOL? Explain its parameters&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;9.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is LABEL Parameters?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;10.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is SPACE Parameters?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;11.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is Load Data Set?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;12.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is JOBLIB?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;13.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is STEPLIB?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;14.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is the difference&lt;span style=""&gt;  &lt;/span&gt;between JOBLIB and STEPLIB?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;15.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is SYSIN and SYSOUT?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;16.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is OCB. Explain its 5 parameters&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;17.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is LRECL. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;18.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is BLKSIZE. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;19.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is RECFM. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;20.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is DSORG. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;21.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is EROPT. Explain it with COBOL statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;22.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is V, F, U, VB, VF, VBA and FBA?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;23.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is PROCEDURE? What are its 2 types?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;24.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is Instream procedure?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;25.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is catalog procedure?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;26.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain the coding rules for a Procedure? (4 points)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;27.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain the coding rules for a Instream Procedure.(4 points)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;28.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is IIP, DIP, ICP, DCP and IAP?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;29.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;How many types of Parameters are in Procedure.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;30.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is Symbolic Parameters?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;31.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is Overriding Parameter?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;32.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain filecopy method in Mainframe&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;33.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is meant by JCL Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;34.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What are the rules for JCL Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;35.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is IEBGENER?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;36.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is IEBCOPY?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;37.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is IEBPTPCH?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;38.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;How do u copy all members from one DSN to other DSN?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;39.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;How do u copy a particular members from one DSN to other DSN?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;40.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;How do u copy other than selected members from one DSN to other DSN?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;41.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is meant by System Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;42.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What is IEHPROGM?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;43.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What are the rules for System Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;44.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain RENAME, NEWNAME, UNCATLG, CATLG and DELETE&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;45.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;What are the differece between System Utilities and JCL Utilities&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;46.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain about Other Utilities?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;47.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain SORT Utility&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;48.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain SORT FIELDS parameter.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"  style="margin-left: 31.5pt; text-indent: -0.25in; line-height: 150%; font-family: arial;font-family:times new roman;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;&lt;span style=""&gt;49.&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style="line-height: 150%;font-size:85%;" &gt;Explain&lt;span style=""&gt;  &lt;/span&gt;if SORT Parameter CH has the value BI or X or PD or ZD or AC or &lt;st1:country-region st="on"&gt;&lt;st1:place st="on"&gt;CH.&lt;/st1:place&gt;&lt;/st1:country-region&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-6604411070173239062?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/6604411070173239062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=6604411070173239062' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6604411070173239062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6604411070173239062'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/jcl-questions_21.html' title='jcl questions'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-1270329496985304625</id><published>2009-08-21T20:28:00.000-07:00</published><updated>2009-08-21T20:31:29.049-07:00</updated><title type='text'>JCL QUESTIONS</title><content type='html'>&lt;span style="font-family: times new roman;"&gt;1. What is JCL?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;2. Difference between JCL and COBOL-II&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;3. What is JOB?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;4. What is PROC?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;5. What are the difference between JOB and PROC?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;6. List all JCL statements&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;7. What is  EXEC statement?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;8. What is  DD statement?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;9. What is meant by //   and  /*  and  //*&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;10. What is PROC and PEND statement?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;11. What is OUTPUT statement?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;12. How many EXEC statement allowed in a single JCL? (255)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;13. How many DD statement allowed in a single JCL? (3273)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;14. Explain JCL coding format&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;15. What is Parameter? Tell its 2 types.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;16. What is POSITIONAL PARAMETER?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;17. What is KEYWORD PARAMETER?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;18. What is JOBNAMEs? Explain its rules.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;19. What is 2 parts of POSITIONAL PARAMETER?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;20. Explain Accounting Information in POSITIONAL PARAMETER&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;21. Explain Programmer Information in POSITIONAL PARAMETER&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;22. What is KEYWORD PARAMETER? How do u find it ?  (By = sign)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;23. What is CLASS Parameter?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;24. What is PRTY Parameter?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;25. What is MSGCLASS Parameter?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;26. What is MSGLEVEL Parameter?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;27. Explain MSGLEVEL(0,1), MSGLEVEL(0,2), MSGLEVEL(1,1), &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;      MSGLEVEL(1,2), MSGLEVEL(2,1),MSGLEVEL(2,2).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;28. What is COND Parameter?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;29. What is meant by Return code?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;30. RC=0, RC=8 , RC&gt;8 , RC=3000 explain it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;31. What is the range of the RC (0-4095)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;32. Explain TIME Parameter&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;33. How do terminate a job? (3 methods COND, // , TIME)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;34. Explain RESTART Parameter&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;35. Explain TYPERUN Parameter&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;36. What is HOLD and SCAN ?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;37. Explain ADDRSPC Parameter&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;38. What is REAL and VIRT? (Default is VIRT)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;39. Explain REGION Parameter&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;40. Explain NOTIFY Parameter&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;41. List all JOB Parameters.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;42. What is EXEC Statement? How many EXEC statement allowed in a JCL?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;43. What is PGM, PROC, PARM, COND and TIME Parameters?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;44. Explain ONLY / EVEN in COND Parameter.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;45. What is the difference between JOB COND and EXEC COND parameters?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;46. What us PARM Parameter? Can u explain it with a  COBOL Program?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;47. What is DD Stands for?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;48. Explain the DD statement rules&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;49. What is the difference between DD Statement and PARM statement (3 points)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;50. What is the difference  between DD *  , DD Data and DUMMY statement.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-1270329496985304625?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/1270329496985304625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=1270329496985304625' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1270329496985304625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1270329496985304625'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/jcl-questions.html' title='JCL QUESTIONS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-655403341560081084</id><published>2009-08-21T20:27:00.000-07:00</published><updated>2009-08-21T20:28:41.564-07:00</updated><title type='text'>MVS QUESTIONS</title><content type='html'>MVS QUESTIONS&lt;br /&gt;&lt;br /&gt;1. What is Mainframe ?&lt;br /&gt;2. What is System SW and Application SW?&lt;br /&gt;3. Clasify IBM’s  Operating Systems&lt;br /&gt;4. What is Virtual Machine?&lt;br /&gt;5. What are the classification of MVS&lt;br /&gt;6. What is MVS/ESA ?&lt;br /&gt;7. What are the specialities of MVS/370 System?&lt;br /&gt;8. What are the 3 type of Memory available?&lt;br /&gt;9. What are the two type of Secondary Storage device?&lt;br /&gt;10. What is Channel?&lt;br /&gt;11. What are main characteristics of mainframe computers?&lt;br /&gt;12. What is Virtual Storage?&lt;br /&gt;13. What is Multiprogramming?&lt;br /&gt;14. What is Spooling?&lt;br /&gt;15. What is Batch Processing?&lt;br /&gt;16. What is Time Sharing?&lt;br /&gt;17. What is Logical Transfer and Physical  Transfer of data?&lt;br /&gt;18. What is Direct and Indirect method of data transfer?&lt;br /&gt;19. What is Paging System?&lt;br /&gt;20. What is Swapping System?&lt;br /&gt;21. What is Fore-ground processing and Back-ground processing?&lt;br /&gt;22. What is meant Volume?&lt;br /&gt;23. What is meant by Unit?&lt;br /&gt;24. What is meant by Disk?&lt;br /&gt;25. What is meant by Tracks?&lt;br /&gt;26. What is meant by Cylinder?&lt;br /&gt;27. What is meant by DASD?&lt;br /&gt;28. What is DATASET?&lt;br /&gt;29. What is Label? What are the 2 types of labels?&lt;br /&gt;30. What is DASD Lable and what are the 2 types of DASD Lable.&lt;br /&gt;31. What is Tape Label?&lt;br /&gt;32. What is Volume Label?&lt;br /&gt;33. What is File Label?&lt;br /&gt;&lt;br /&gt;34. What is meant by VTOC and DSCB?&lt;br /&gt;35. What is CATALOG?&lt;br /&gt;36. What are the  2 types of  CATALOGS?&lt;br /&gt;37. What is Master Catalog?&lt;br /&gt;38. What is User Catalog?&lt;br /&gt;39. Are 2 Master Catalogs available in one system?&lt;br /&gt;40. What is OS Catalog?&lt;br /&gt;41. What is VSAM Catalog?&lt;br /&gt;42. What is ICF?&lt;br /&gt;43. What is VDDS / SDDS?&lt;br /&gt;44. What is SYSADM?&lt;br /&gt;45. what are the DATA SET Organisation types available?&lt;br /&gt;46. What is Non-VSAM?&lt;br /&gt;47. What is VSAM ?&lt;br /&gt;48. What is PS,IS,DA and PDS?&lt;br /&gt;49. What are types dataset available in VSAM?&lt;br /&gt;50. What is EDS,KSDS,RRDS and LDS?&lt;br /&gt;51. What is AMS (Access Method Service)? Explain its 3 steps.      &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;J&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-655403341560081084?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/655403341560081084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=655403341560081084' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/655403341560081084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/655403341560081084'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/mvs-questions.html' title='MVS QUESTIONS'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-2287901227906637161</id><published>2009-08-21T20:23:00.000-07:00</published><updated>2009-08-21T20:27:00.173-07:00</updated><title type='text'>vsam interview questions</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="Edit-Time-Data" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_editdata.mso"&gt;&lt;!--[if !mso]&gt; &lt;style&gt; v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} &lt;/style&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" latentstylecount="156"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} p.Preformatted, li.Preformatted, div.Preformatted 	{mso-style-name:Preformatted; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	tab-stops:0in 47.95pt 95.9pt 143.85pt 191.8pt 239.75pt 287.7pt 335.65pt 383.6pt 431.55pt 479.5pt; 	font-size:10.0pt; 	font-family:"Courier New"; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman"; 	layout-grid-mode:line;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 49.5pt 1.0in; 	mso-header-margin:1.0in; 	mso-footer-margin:1.0in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;table class="MsoNormalTable" style="margin-left: 3.75pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr style=""&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 439.25pt;" width="586"&gt;   &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;State   whether the following statement is true or false?&lt;br /&gt; &lt;br /&gt;  SHAREOPTS is a parameter in the DEFINE and specifies how an object can be   shared among users. &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: medium none ; padding: 0in;" width="38"&gt;&lt;p class="MsoNormal"&gt; &lt;/p&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 199.05pt;" width="265"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 240.2pt;" valign="top" width="320"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ00" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 28.7pt;" valign="top" width="38"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;True &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 199.05pt;" width="265"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 240.2pt;" valign="top" width="320"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ01" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 28.7pt;" valign="top" width="38"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;False &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;2   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="Preformatted" style=""&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;How are different   versions of GDG named ?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 154.2pt;" valign="top" width="206"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ10" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 299.75pt;" valign="top" width="400"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;base-file-name.GnnnnnV00 &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 154.2pt;" valign="top" width="206"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ11" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 299.75pt;" valign="top" width="400"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;GnnnnnV00.ase-file-name &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 154.2pt;" valign="top" width="206"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ12" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 299.75pt;" valign="top" width="400"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;base-file-name(nnn) &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 154.2pt;" valign="top" width="206"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ13" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 299.75pt;" valign="top" width="400"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;None of the options listed for this question&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;3   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="Preformatted" style=""&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;During processing of a   VSAM file, some system error occurs and it is subsequently unusable.&lt;br /&gt;  &lt;span style=""&gt; &lt;/span&gt;What do you do?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 245.65pt;" valign="top" width="328"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ20" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 208.3pt;" valign="top" width="278"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Run VERIFY &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 245.65pt;" valign="top" width="328"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ21" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 208.3pt;" valign="top" width="278"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Restart &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 245.65pt;" valign="top" width="328"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ22" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 208.3pt;" valign="top" width="278"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Run REPAIR &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 245.65pt;" valign="top" width="328"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ23" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 208.3pt;" valign="top" width="278"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;None of the options listed for this question&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;4   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;Choose   the correct one.&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; color: black;"&gt; &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 94.8pt;" valign="top" width="126"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ30" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 359.15pt;" valign="top" width="479"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Record in a KSDS file cant be deleted. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 94.8pt;" valign="top" width="126"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ31" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 359.15pt;" valign="top" width="479"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Record in a ESDS file can’t be deleted. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 94.8pt;" valign="top" width="126"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ32" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 359.15pt;" valign="top" width="479"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Record in a ESDS file can’t be rewritten. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 94.8pt;" valign="top" width="126"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ33" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 359.15pt;" valign="top" width="479"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;None of the other options listed for this question. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;5   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;Recordsize   (80,100) denotes&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; color: black;"&gt; &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 105.55pt;" valign="top" width="141"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ40" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 348.4pt;" valign="top" width="465"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Record of Fixed Record length &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 105.55pt;" valign="top" width="141"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ41" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 348.4pt;" valign="top" width="465"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Record Variable Record length &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 105.55pt;" valign="top" width="141"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ42" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 348.4pt;" valign="top" width="465"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Depends on the type of VSAM dataset viz. KSDS, RRDS, ESDS. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 105.55pt;" valign="top" width="141"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ43" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 348.4pt;" valign="top" width="465"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;None of the other options listed for this question. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;6   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 454pt;" width="605"&gt;   &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;State   whether the following statement is TRUE or FALSE&lt;br /&gt; &lt;br /&gt;  VSAM datasets can be stored on TAPE devices. &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 227pt;" valign="top" width="303"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ50" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 227pt;" valign="top" width="303"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;True &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 227pt;" valign="top" width="303"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ51" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 227pt;" valign="top" width="303"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;False &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;7   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 454pt;" width="605"&gt;   &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;VSAM   file-status 23 is&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Arial; color: black;"&gt; &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 149pt;" valign="top" width="199"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ60" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 305pt;" valign="top" width="407"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Duplicate record condition &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 149pt;" valign="top" width="199"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ61" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 305pt;" valign="top" width="407"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;End of file condition reached &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 149pt;" valign="top" width="199"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ62" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 305pt;" valign="top" width="407"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Record Not found condition &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 149pt;" valign="top" width="199"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ63" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 305pt;" valign="top" width="407"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Out of Space condition reached &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;8   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="Preformatted" style=""&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;How does the current   generation be referred ?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 164.65pt;" valign="top" width="220"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ70" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 289.3pt;" valign="top" width="386"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Filename(1) &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 164.65pt;" valign="top" width="220"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ71" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 289.3pt;" valign="top" width="386"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Filename(-) &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 164.65pt;" valign="top" width="220"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ72" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 289.3pt;" valign="top" width="386"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Filename(0) &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 164.65pt;" valign="top" width="220"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ73" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 289.3pt;" valign="top" width="386"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;None of the options listed for this question&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;9   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="Preformatted" style=""&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;How do you load a VSAM   data set with records ?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 167.15pt;" valign="top" width="223"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ80" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 286.8pt;" valign="top" width="382"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Using the REUSE command. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 167.15pt;" valign="top" width="223"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ81" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 286.8pt;" valign="top" width="382"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Using the LOAD command. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 167.15pt;" valign="top" width="223"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ82" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 286.8pt;" valign="top" width="382"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Using the REPRO command. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 167.15pt;" valign="top" width="223"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ83" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 286.8pt;" valign="top" width="382"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;None of the options listed for this question&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;10   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="Preformatted" style=""&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;Identify the point that   is NOT true w.r.t. CI and CA splits in a VSAM file?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 130.75pt;" valign="top" width="174"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ90" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 323.2pt;" valign="top" width="431"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;A Control Interval (CI) split occurs if there is insufficient   free space available in the CI for a new record (or to extend an existing   record). A Control Area (CA) split occurs if there are no free CI's within a   CA. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 130.75pt;" valign="top" width="174"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ91" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 323.2pt;" valign="top" width="431"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;When a CI split occurs,one of the free CI's within the same CA   will be used.&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 130.75pt;" valign="top" width="174"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ92" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 323.2pt;" valign="top" width="431"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;When a CA split occurs,the new CA is allocated at the end of the   existing allocated space, otherwise secondary allocation takes place and the   split CA is placed in the secondary extent. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 130.75pt;" valign="top" width="174"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ93" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 323.2pt;" valign="top" width="431"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;None of the above &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;11   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="Preformatted" style=""&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;Identify the point that   is NOT true w.r.t. FileMaxx VSAM Transparency Facility (VTF)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 138pt;" valign="top" width="184"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ100" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 315.95pt;" valign="top" width="421"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Most reads and updates are performed randomly (as is typically   the case in e-commerce and online transaction processing systems). &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 138pt;" valign="top" width="184"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ101" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 315.95pt;" valign="top" width="421"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Batch programs that must read entire VSAM files sequentially are   already, or can easily become, insensitive to the order in which records are   returned. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 138pt;" valign="top" width="184"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ102" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 315.95pt;" valign="top" width="421"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Each VSAM file may consist of many different kinds (or types) of   records, each having a different record length. However, all records of the   same type have the same, or nearly the same, length. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 138pt;" valign="top" width="184"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ103" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 315.95pt;" valign="top" width="421"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;None of the above &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;12   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="Preformatted" style=""&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;The following point(s)   is/are true w.r.t. Record Level Sharing(RLS) in VSAM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 130.55pt;" valign="top" width="174"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ110" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 323.4pt;" valign="top" width="431"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;RLS addresses physical data integrity issues, such as read   consistency, record locking and system logging. But it does not address   logical issues, such as enforcement and protection of "business" or   "integrity" rules. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 130.55pt;" valign="top" width="174"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ111" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 323.4pt;" valign="top" width="431"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Under RLS, VSAM retains most of its functional limitations. VSAM   does not support multiple-field composite keys, multiple-valued keys,   NULL-suppressed keys, and/or non-unique alternate indexes with unlimited occurrences   of the same key value. Each VSAM index remains confined to a single base   cluster, and cannot extend across cluster boundaries. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 130.55pt;" valign="top" width="174"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ112" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 323.4pt;" valign="top" width="431"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Under RLS, VSAM retains an underlying architecture that is not   appropriate for relational/SQL processing. Although third party products   allow SQL queries of VSAM files, VSAM itself is not well suited to such   queries. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 130.55pt;" valign="top" width="174"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ113" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 323.4pt;" valign="top" width="431"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;All the above &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;13   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="Preformatted" style=""&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;The following procedure   can be used for renaming a VSAM file in z/OS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 230.55pt;" valign="top" width="307"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ120" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 223.4pt;" valign="top" width="298"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;RENAME - SYSED.MYNAME.DATA.CLUSTER -&lt;br /&gt;  NEWNAME(SYSED.YOURNAME.DATA) -&lt;br /&gt;  CATALOG(CATALOG.zOS.MASTER)&lt;br /&gt;   &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;   &lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 230.55pt;" valign="top" width="307"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ121" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 223.4pt;" valign="top" width="298"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;ALTER - SYSED.MYNAME.DATA.CLUSTER -&lt;br /&gt;  NEWNAME(SYSED.YOURNAME.DATA) -&lt;br /&gt;   &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;   &lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 230.55pt;" valign="top" width="307"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ122" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 223.4pt;" valign="top" width="298"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;ALTER - SYSED.MYNAME.DATA.CLUSTER -&lt;br /&gt;  NEWNAME(SYSED.YOURNAME.DATA) -&lt;br /&gt;  CATALOG(CATALOG.zOS.MASTER)&lt;br /&gt;   &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;   &lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 230.55pt;" valign="top" width="307"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ123" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 223.4pt;" valign="top" width="298"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;ALTER - SYSED.MYNAME.DATA.CLUSTER -&lt;br /&gt;  NEWNAME(YOURNAME) -&lt;br /&gt;  CATALOG(CATALOG.zOS.MASTER)&lt;br /&gt;   &lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;   &lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;14   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;The   command that is used to keep the HURBA in sync between the catalog entry for   the VSAM dataset and the VSAM cluster is:- &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 252.95pt;" valign="top" width="337"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ130" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 201pt;" valign="top" width="268"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;VERIFY &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 252.95pt;" valign="top" width="337"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ131" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 201pt;" valign="top" width="268"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;CHECK DATA &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 252.95pt;" valign="top" width="337"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ132" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 201pt;" valign="top" width="268"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;Done automatically by the system &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 252.95pt;" valign="top" width="337"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ133" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 201pt;" valign="top" width="268"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;None of the other options listed for this question. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div align="center"&gt;  &lt;table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" valign="top" width="19"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-family: Arial; color: black;"&gt;15   &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td colspan="2" style="padding: 0in 3.75pt; width: 453.95pt;" width="605"&gt;   &lt;p class="Preformatted" style=""&gt;&lt;b style=""&gt;&lt;span style="font-family: Arial; color: black;"&gt;In which of the following   scenarios "result-level" locking can be applied?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 154.2pt;" valign="top" width="206"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 1 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ140" value="A" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 299.75pt;" valign="top" width="400"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;A bank typically does not accept transactions that withdraw   money from non-existent accounts. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 154.2pt;" valign="top" width="206"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 2 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ141" value="B" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 299.75pt;" valign="top" width="400"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;A vendor typically does not honor orders placed by fictitious   customers for merchandise the vendor does not provide. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 154.2pt;" valign="top" width="206"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 3 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ142" value="C" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 299.75pt;" valign="top" width="400"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;A company may delete a customer only if it has no outstanding   unpaid invoices. &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td style="padding: 0in 3.75pt; width: 14pt;" width="19"&gt;   &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 154.2pt;" valign="top" width="206"&gt;   &lt;p class="MsoNormal" style="text-align: right;" align="right"&gt;&lt;span style="font-size: 9pt; font-family: Arial; color: black;"&gt;Choice 4 &lt;/span&gt;&lt;span style="font-family: Arial; color: black;"&gt;&lt;input name="chkQ143" value="D" type="checkbox"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="padding: 0in 3.75pt; width: 299.75pt;" valign="top" width="400"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family: Arial; color: black;"&gt;All the above &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-2287901227906637161?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/2287901227906637161/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=2287901227906637161' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2287901227906637161'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2287901227906637161'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/08/vsam-interview-questions.html' title='vsam interview questions'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-226596382609086348</id><published>2009-04-16T10:24:00.000-07:00</published><updated>2009-04-16T10:26:29.719-07:00</updated><title type='text'>Noida Bhopal  Chennai  Bangalore  New Delhi Chandigarh  Coimbatore Vadodara  Mumbai mainframe companies</title><content type='html'>All e Technologies&lt;br /&gt;Specialization: Enterprise Business Solution (ERP) Customer Relationship Management&lt;br /&gt;(CRM) Business Intelligence Solutions Internet Business Solution&lt;br /&gt;Website: www.alletec.com&lt;br /&gt;Email: amian@alletec.com&lt;br /&gt;Location: Noida&lt;br /&gt;&lt;br /&gt;All India Society For Electronics &amp; Computer Technology (AISECT)&lt;br /&gt;Specialization: IT Education &amp; Training IT Consulting e-governance Hardware Support&lt;br /&gt;&amp; Installation Insurance &amp; Financial Services&lt;br /&gt;Website: www.aisect.org&lt;br /&gt;Email: aisect_bpl@sancharnet.in&lt;br /&gt;Location: Bhopal&lt;br /&gt;&lt;br /&gt;Allsec Technologies Ltd&lt;br /&gt;Specialization: Inbound Customer Service Accounting Help Desks Tele Services -&lt;br /&gt;Inbound &amp; Outbound Quality Management &amp; Satisfaction Surveys Tech Support Help&lt;br /&gt;Desks.&lt;br /&gt;Website: www.allsectech.com&lt;br /&gt;Email: svan@allsectech.com&lt;br /&gt;Location: Chennai&lt;br /&gt;&lt;br /&gt;ALSTOM Projects India Limited&lt;br /&gt;Specialization: Supervisory Control and Data Acquisition System (SCADA) for Power&lt;br /&gt;and Industrial Processes, Terminal Automation System for Oil / Gas sector, Product&lt;br /&gt;development for Real Time application&lt;br /&gt;Website: www.alstom.com&lt;br /&gt;Email: anil.chaudhry@tde.alstom.com&lt;br /&gt;Location: Noida&lt;br /&gt;&lt;br /&gt;Amadeus India Pvt Ltd&lt;br /&gt;Specialization: - IT Consulting &amp; BPO, Process Services, Hardware Support &amp;&lt;br /&gt;Installation, IT Training &amp; Education&lt;br /&gt;Email: rbansal@amadeus.co.in&lt;br /&gt;Location: New Delhi&lt;br /&gt;America Online Member Services India Pvt. Ltd.&lt;br /&gt;Specialization: IT Enabled Services&lt;br /&gt;Website: www.aol.com&lt;br /&gt;Email: ptrsnae@aol.com&lt;br /&gt;Location: Bangalore&lt;br /&gt;&lt;br /&gt;American Express (India) Pvt. Ltd.&lt;br /&gt;Specialization: Data Management and Information Analysis &amp; Control&lt;br /&gt;Website: www.americanexpress.com&lt;br /&gt;Email: minnie.m.mehta@aexp.com&lt;br /&gt;Location: New Delhi&lt;br /&gt;&lt;br /&gt;American Megatrends (India) Pvt. Ltd.&lt;br /&gt;Specialization: BIOS Customisation Device Driver &amp; Firmware Development Embedded&lt;br /&gt;Solutions Storage Solutions E-Commerce and Web related projects&lt;br /&gt;Website: www.amiindia.co.in&lt;br /&gt;Email: CEO@amiindia.co.in&lt;br /&gt;Location: Chennai&lt;br /&gt;&lt;br /&gt;American Software &amp; Global Technology (P) Ltd&lt;br /&gt;Specialization: ASgT serves government agencies and commercial companies of all sizes&lt;br /&gt;in sectors such as: Health Care, Financial Services, Manufacturing, Distribution &amp; Retail,&lt;br /&gt;Utilities and Telecommunications. Also offering BPO services like trascription, Data&lt;br /&gt;entry, Ebooks services and Call center services&lt;br /&gt;Email: mangatrandhir@hotmail.com&lt;br /&gt;Location: Chandigarh&lt;br /&gt;&lt;br /&gt;Amoeba Telecom&lt;br /&gt;Specialization: Telecom Billing Retail and Whole Sale Billing Intelligent Routing&lt;br /&gt;Website: www.isoftel.com&lt;br /&gt;Email: siva@isoftel.com&lt;br /&gt;Location:  &lt;br /&gt;&lt;br /&gt;Amsoft Systems India Inc.&lt;br /&gt;Specialization: Enterprise Solutions Service Provider Solutions Business Network&lt;br /&gt;Solutions&lt;br /&gt;Website: www.amsoftindia.com&lt;br /&gt;Email: raghu.nayyar@amsoft.net&lt;br /&gt;Location: New Delhi&lt;br /&gt;&lt;br /&gt;Anjaleem Enterprises Pvt. Ltd.&lt;br /&gt;Specialization: Call Metering Subscriber end Telecom Product Real Time Software&lt;br /&gt;Email: mailbox@anjaleem.com&lt;br /&gt;Location:  &lt;br /&gt;&lt;br /&gt;Annet Communications Pvt Ltd&lt;br /&gt;Specialization: eBusiness Solutions Multimedia Applications Development Client Server&lt;br /&gt;Application Technology Consulting Wireless Applications&lt;br /&gt;Website: www.annetsite.com&lt;br /&gt;Email: rohanbul@annetsite.com&lt;br /&gt;Location: Mumbai&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-226596382609086348?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/226596382609086348/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=226596382609086348' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/226596382609086348'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/226596382609086348'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/04/noida-bhopal-chennai-bangalore-new.html' title='Noida Bhopal  Chennai  Bangalore  New Delhi Chandigarh  Coimbatore Vadodara  Mumbai mainframe companies'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-1269808929850136119</id><published>2009-04-16T10:22:00.000-07:00</published><updated>2009-04-16T10:24:36.635-07:00</updated><title type='text'>mainframes companies in Bangalore  Gurgaon Mumbai Chennai</title><content type='html'>Ajax.com Private Limited&lt;br /&gt;Specialization: - Medical Transcription&lt;br /&gt;Email: mundra@ajaxdotcom.net&lt;br /&gt;Location: Bangalore&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ajuba Solutions (India) Pvt. Ltd.&lt;br /&gt;Specialization: - Healthcare - Collections and Accounts Receivables Management -&lt;br /&gt;Insurance - Call center services - Transaction Processing (Data Entry/ Conversion,&lt;br /&gt;Database Creation, Claim Processing) - Customer Interaction (Telemarketing) - Analytics&lt;br /&gt;(Market Research, Coding) - Call Center Services&lt;br /&gt;Website: www.ajubanet.net&lt;br /&gt;Email: shankar.n@ajubanet.net&lt;br /&gt;Location: Chennai&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Akshar Infotech (A Division of NOM Enterprise Pvt Ltd.)&lt;br /&gt;Email: mail@aksharinfo.com&lt;br /&gt;Location: Vadodara&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Alcatel Development Centre Chennai (P) Ltd&lt;br /&gt;Specialization: Software Development&lt;br /&gt;Website: www.alcatel.be&lt;br /&gt;Email: kv.lakshminarayanan@adcc.alcatel.be&lt;br /&gt;Location: Chennai&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Alcatel India Limited&lt;br /&gt;Specialization: Intelligent Networks Solutions Messaging Systems Networking&lt;br /&gt;Management Systems&lt;br /&gt;Website: www.alcatel.com&lt;br /&gt;Email: Subhash.Bana@alcatel.fr&lt;br /&gt;Location: Gurgaon&lt;br /&gt;&lt;br /&gt;Alden Prepress Services Pvt Ltd&lt;br /&gt;Specialization: The initial focus is on developing APPS into a world class production&lt;br /&gt;base for electronic publishing especially scientific and academic books and journals.&lt;br /&gt;Capacities will be continuously enhanced to meet the growing business from US clients,&lt;br /&gt;the logical movements forward will be Editorial base, Typesetting base, Template and&lt;br /&gt;Software Enhancement base, Customer Relationship Management base and possibly&lt;br /&gt;Printing base over a 5-7 year period. Developing and sustaining a quality management&lt;br /&gt;system under ISO 9000 will be crucial ingredient in the corporate growth.&lt;br /&gt;Website: www.alden.co.in&lt;br /&gt;Email: ranjana@alden.co.in&lt;br /&gt;&lt;br /&gt;Location: Chennai&lt;br /&gt;Algorithms Software Pvt. Ltd.&lt;br /&gt;Specialization: Software Development &amp; Consultancy&lt;br /&gt;Website: www.algosoftware.com&lt;br /&gt;Email: info@algosoftware.com&lt;br /&gt;Location: Mumbai&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-1269808929850136119?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/1269808929850136119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=1269808929850136119' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1269808929850136119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/1269808929850136119'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/04/mainframes-companies-in-bangalore.html' title='mainframes companies in Bangalore  Gurgaon Mumbai Chennai'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-8179836120655134577</id><published>2009-04-16T10:21:00.000-07:00</published><updated>2009-04-16T10:22:28.257-07:00</updated><title type='text'>Mumbai Ahmedabad Bangalore Gurgaon mainframe company contact details</title><content type='html'>Aftek Infosys Ltd&lt;br /&gt;Specialization: Aftek’s core competence lies in the areas of Embedded (real-time&lt;br /&gt;operating systems &amp; kernels, networking &amp; communication protocol stacks), Systems&lt;br /&gt;(graphics engines and networking systems, encryption, compression &amp; search&lt;br /&gt;techniques), Mobile &amp; Wireless (web-enabled, mobile applications, internet protocol&lt;br /&gt;suites, GSM, GPRS &amp;3G) and Web (component-based, 3-tier applications, online&lt;br /&gt;collaborative e-business portals). With core competence in these areas, Aftek is focusing&lt;br /&gt;on three of the most critical components of Enterprise Business Management – processes,&lt;br /&gt;infrastructure and information management.&lt;br /&gt;Website: www.aftek.com&lt;br /&gt;Email: ranjitd@aftek.com&lt;br /&gt;Location: Mumbai&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Agarwal Management Consultants Pvt. Ltd.&lt;br /&gt;Website: www.agarwalmanagement.com&lt;br /&gt;Email: alpana@agarwalmanagement.com&lt;br /&gt;Location: Ahmedabad&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Agere Systems India Pvt Ltd&lt;br /&gt;Specialization: Telecom Software and Design Research &amp; Development&lt;br /&gt;Website: www.agere.com&lt;br /&gt;Email: ramki@agere.com&lt;br /&gt;Location: Bangalore&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Airline Financial Support Services (I) Pvt. Ltd.&lt;br /&gt;Specialization: IT Enabled Services&lt;br /&gt;Website: www.airlinefinancial.com&lt;br /&gt;Email: kmistry@afs-ites.com&lt;br /&gt;Location: Mumbai&lt;br /&gt;&lt;br /&gt;Aithent Technologies Pvt Ltd.&lt;br /&gt;Specialization: Services — Outsourcing And Managed Services, Software Development&lt;br /&gt;And Support Services, Re-Engineering And Documentation Services. Products — Fraud&lt;br /&gt;Prevention And Investigation Tool, Regulatory And Compliance Solution, E-Governance&lt;br /&gt;Tools, Knowledge And Project Management System, ERP , Collaborative Tools&lt;br /&gt;&lt;br /&gt;Embedded — Hardware Design (PCB, FPGA/CPLD And ASIC), Device Drivers For&lt;br /&gt;Varied OS And Target Platforms, Real Time Software Applications, Systems Integration,&lt;br /&gt;Risk Analysis And Management Of Real Time Systems, Quality Assurance, Testing And&lt;br /&gt;Benchmarking. IT Education —Software Development Life Cycle Management, OOAD&lt;br /&gt;And UML , CMM Testing , Project Management Soft Skills, R &amp; D And Consultancy.&lt;br /&gt;Website: www.aithent.com&lt;br /&gt;Email: sesha@ggn.aithent.com&lt;br /&gt;Location: Gurgaon&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-8179836120655134577?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/8179836120655134577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=8179836120655134577' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8179836120655134577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/8179836120655134577'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/04/mumbai-ahmedabad-bangalore-gurgaon.html' title='Mumbai Ahmedabad Bangalore Gurgaon mainframe company contact details'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-330018843065428425</id><published>2009-04-16T10:19:00.000-07:00</published><updated>2009-04-16T10:21:09.268-07:00</updated><title type='text'>Noida Secunderabad Hyderabad Pune  Chennai Bangalore mainframes company details</title><content type='html'>Adobe Systems India Pvt Ltd&lt;br /&gt;Specialization: Web and Desktop Publishing Software&lt;br /&gt;Website: www.adobeindia.com&lt;br /&gt;Email: ngupta@adobe.com&lt;br /&gt;Location: Noida&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ADP India Dealer Services Pvt Ltd&lt;br /&gt;Email: ayush_maheshwari@adp.com&lt;br /&gt;Location: Secunderabad&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ADP Wilco (India) Private Limited&lt;br /&gt;Specialization: - Software Development for Wilco Products - Software Development for&lt;br /&gt;Wilco Clients - I.T.Enabled Services - Business Consultancy&lt;br /&gt;Website: www.wilco-int.com&lt;br /&gt;Email: bbalaji@wilco-int.com&lt;br /&gt;Location: Hyderabad&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Advent Software Limited&lt;br /&gt;Specialization: - Distributed process integration in B2B systems - Healthcare verticals -&lt;br /&gt;Smartcard technology based turnkey solutions - Payment gateways&lt;br /&gt;Website: www.adventsoftware.net&lt;br /&gt;Email: sanjeev@adventsoftware.net&lt;br /&gt;Location: Pune&lt;br /&gt;&lt;br /&gt;AdventNet Development Centre (India ) Pvt Ltd&lt;br /&gt;Specialization: Network Management Solutions for OEM Network Management&lt;br /&gt;Solutions for Enterprises&lt;br /&gt;Website: www.adventnet.com&lt;br /&gt;Email: sunil@adventnet.com&lt;br /&gt;Location: Chennai&lt;br /&gt;&lt;br /&gt;Affinity Software&lt;br /&gt;Specialization: Web Technologies: Internet Agents, ASP, JavaScript, VBScript, XML&lt;br /&gt;Application Development and Maintenance Oracle, SQL Server, MySQL JBuilder,&lt;br /&gt;VC++ Domains SCM and ERP&lt;br /&gt;Website: www.affinity-soft.com&lt;br /&gt;Email: affinity-soft@affinity-soft.com&lt;br /&gt;Location: Bangalore&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-330018843065428425?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/330018843065428425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=330018843065428425' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/330018843065428425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/330018843065428425'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/04/noida-secunderabad-hyderabad-pune.html' title='Noida Secunderabad Hyderabad Pune  Chennai Bangalore mainframes company details'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-6861254245068111511</id><published>2009-04-16T10:17:00.000-07:00</published><updated>2009-04-16T10:19:31.607-07:00</updated><title type='text'>kolkata chennai hyderabad nagpur bangalore mainframes company details</title><content type='html'>ACES Infotech Pvt Limited&lt;br /&gt;Specialization: School Computer Education (including Turnkey Projects) Corporate IT&lt;br /&gt;Training Software Development - IT Courseware Planning &amp; Development Hardware&lt;br /&gt;Service / Maintenance &amp; Sales&lt;br /&gt;Website: www.acesinfotech.com&lt;br /&gt;Email: aces@cal.vsnl.net.in&lt;br /&gt;Location: Kolkata&lt;br /&gt;&lt;br /&gt;Acsys Software (India) Pvt Ltd&lt;br /&gt;Specialization: Mutual Fund Unit Registry, Shareholder Record Keeping and Transaction&lt;br /&gt;Processing Software for the Global Fund Industry. Mutual Fund Distributor’s Software&lt;br /&gt;package for the front office activities and back office commission computing/reconciling&lt;br /&gt;activities. Portfolio Management, Insurance and Pension Funds Management Software&lt;br /&gt;packages. IT enabled Transaction Processing BPO activities for the Global Financial&lt;br /&gt;Industry.&lt;br /&gt;Website: www.acsysindia.com&lt;br /&gt;Email: rvetrivel@acsysindia.com&lt;br /&gt;Location: Chennai&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Acumen Software Technologies Ltd&lt;br /&gt;Specialization: - Web based sales and distribution software platform - Integration with&lt;br /&gt;ERPs like SAP, BaaN, Oracle etc.&lt;br /&gt;Website: www.acumensoftware.net&lt;br /&gt;Email: info@acumensoftwarelimited.com&lt;br /&gt;Location: Hyderabad&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ADCC Research &amp; Computing Centre Ltd&lt;br /&gt;Specialization: Geographical Information System (GIS) based applications Integrated&lt;br /&gt;GIS,GPS,GSM,VHF Tracking solutions Multi tier Business applications including CTI&lt;br /&gt;and Mobile applications E-Commerce solutions (B2B, B2C,G2C)&lt;br /&gt;Website: www.adccindia.com&lt;br /&gt;Location: Nagpur&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Aditi Technologies Pvt Ltd&lt;br /&gt;Specialization: - Custom application development - Software Testing Services -&lt;br /&gt;Outsourced Product Development for software companies - Software Integration Services&lt;br /&gt;Website: www.aditi.com&lt;br /&gt;Email: ravi@aditi.com&lt;br /&gt;Location: Bangalore&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-6861254245068111511?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/6861254245068111511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=6861254245068111511' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6861254245068111511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/6861254245068111511'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/04/kolkata-chennai-hyderabad-nagpur.html' title='kolkata chennai hyderabad nagpur bangalore mainframes company details'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-2373144165639791379</id><published>2009-04-16T10:16:00.000-07:00</published><updated>2009-04-16T10:17:52.355-07:00</updated><title type='text'>mainframes companies in chennai pune mumbai bangalore</title><content type='html'>Accel Software and Technologies Limited&lt;br /&gt;Specialization: Accel STL is a group company of Accel, which is one of India’s fastest&lt;br /&gt;growing Infotech groups with a turnover of US $ 50 million. Accel STL offers end-toend&lt;br /&gt;solutions for various software applications, VLSI &amp; Embedded Systems using cutting&lt;br /&gt;edge technologies.&lt;br /&gt;Website: www.accelstl.com&lt;br /&gt;Email: badri@accel-india.com&lt;br /&gt;Location: Chennai&lt;br /&gt;&lt;br /&gt;AccelTree Software Pvt Ltd&lt;br /&gt;Specialization: Outsourced software development services, Packaged Software Products,&lt;br /&gt;Development tools, Product integration&lt;br /&gt;Website: www.acceltree.com&lt;br /&gt;Email: sunil.kumar@acceltree.com&lt;br /&gt;Location: Pune&lt;br /&gt;&lt;br /&gt;Accenture Services Pvt. Ltd.&lt;br /&gt;Specialization: Project deliver, Custom application development, Application&lt;br /&gt;management &amp; conversion, Creation of client-specific facilities, Consulting , outsourcing&lt;br /&gt;Website: www.accenture.com&lt;br /&gt;Email: sandeep.sekhar@accenture.com&lt;br /&gt;Location: Mumbai&lt;br /&gt;&lt;br /&gt;ACCPAC India Private Limited&lt;br /&gt;Specialization: - Enterprise Resource Planning, Small, Medium &amp; Large Corporates -&lt;br /&gt;eCRM&lt;br /&gt;Website: www.accpac.com&lt;br /&gt;Email: siv.m@accpacindia.com&lt;br /&gt;Location: Bangalore&lt;br /&gt;&lt;br /&gt;Ace Software Exports Ltd&lt;br /&gt;Specialization: AM/FM CAD Conversion &amp; GIS Solutions. Creation of Electronic&lt;br /&gt;Database &amp; eBook. Internet Solutions, Client / Server Solutions on Microsoft® Platform.&lt;br /&gt;Web Development and Web Promotions.&lt;br /&gt;Website: www.acesoftex.com&lt;br /&gt;Location: Rajkot&lt;br /&gt;&lt;br /&gt;Aces Global Systems Pvt. Ltd&lt;br /&gt;Specialization: Offshore development, Staff Augmentation, Project Consulting, Systems&lt;br /&gt;Integration&lt;br /&gt;Website: www.acesintl.com&lt;br /&gt;Email: salil@acesintl.com&lt;br /&gt;Location: Mumbai&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-2373144165639791379?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/2373144165639791379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=2373144165639791379' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2373144165639791379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2373144165639791379'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/04/mainframes-companies-in-chennai-pune.html' title='mainframes companies in chennai pune mumbai bangalore'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-4286796688216027845</id><published>2009-04-16T10:14:00.000-07:00</published><updated>2009-04-16T10:16:21.098-07:00</updated><title type='text'>mainframes companies in mumbai bangalore newdelhi</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 10"&gt;&lt;meta name="Originator" content="Microsoft Word 10"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Ckkswamy%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PlaceType"&gt;&lt;/o:smarttagtype&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PlaceName"&gt;&lt;/o:smarttagtype&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City"&gt;&lt;/o:smarttagtype&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"&gt;&lt;/o:smarttagtype&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if !mso]&gt;&lt;object classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id="ieooui"&gt;&lt;/object&gt; &lt;style&gt; st1\:*{behavior:url(#ieooui) } &lt;/style&gt; &lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Times-Bold; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:auto; 	mso-font-signature:3 0 0 0 1 0;} @font-face 	{font-family:Times-Roman; 	panose-1:0 0 0 0 0 0 0 0 0 0; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:auto; 	mso-font-signature:3 0 0 0 1 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman";} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;24/7 Customer.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Specialization: BPO services, Voice Based Phone Support (Inbound &amp;amp; Outbound),&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Telemarketing/Telesales (Inbound &amp;amp; Outbound), Email Based Support, Live Chat&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Website: www.247customer.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Email: nags@247customer.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Location: &lt;/span&gt;&lt;st1:city&gt;&lt;st1:place&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Bangalore&lt;/span&gt;&lt;/st1:place&gt;&lt;/st1:city&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;3D PLM Software Solutions Ltd.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Specialization: Software Development, PLM/CAD/CAM, Customization Services&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Website: www.3dplmsoftware.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Email: manup@geometricsoftware.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Location: Mumbai&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;A G Technologies Pvt Ltd&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Specialization: SAP Implementation and Post Implementation Services Client / Server&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;and Internet Application, Development Multimedia Solutions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Website: www.ag-technologies.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Email: anish.goenka@ag-technologies.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Location: Mumbai&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;Aalayance Ecom Services Pvt Ltd&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Specialization: EAI Business Integration Business Process Modelling ERP CRM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;PKI/Security Wireless Portal Solutions eLearning Directory Services&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Website: www.aalayance.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Email: msuresh@aalayance.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Location: &lt;/span&gt;&lt;st1:city&gt;&lt;st1:place&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Bangalore&lt;/span&gt;&lt;/st1:place&gt;&lt;/st1:city&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;ABM Knowledgeware Ltd&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Specialization: Software &amp;amp; Services Group Apex Administrative &amp;amp; Policy making&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Offices of State Government Treasury Operations Municipal Corporation (Utilities,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Consumer Services, Accounts, Revenue) &lt;/span&gt;&lt;st1:place&gt;&lt;st1:placename&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Revenue&lt;/span&gt;&lt;/st1:placename&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;  &lt;/span&gt;&lt;st1:placename&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Administration&lt;/span&gt;&lt;/st1:placename&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;  &lt;/span&gt;&lt;st1:placename&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;up-to&lt;/span&gt;&lt;/st1:placename&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;  &lt;/span&gt;&lt;st1:placetype&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Village&lt;/span&gt;&lt;/st1:placetype&gt;&lt;/st1:place&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt; level in&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;District Banks Financial Institutions System Integration Group Banks Corporate Defence&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Education &amp;amp; Research Government Hospitals Small &amp;amp; Medium Enterprises&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Website: www.abmindia.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Email: prane@abmindia.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Location: Mumbai&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;b&gt;&lt;span style="font-family: Times-Bold; color: rgb(0, 0, 127);"&gt;ABO Software Private Limited&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Website: www.abosoftware.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Email: ajayksanghi@abosoftware.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style=""&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;Location: &lt;/span&gt;&lt;st1:city&gt;&lt;st1:place&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;New Delhi&lt;/span&gt;&lt;/st1:place&gt;&lt;/st1:city&gt;&lt;span style="font-family: Times-Roman; color: rgb(0, 0, 127);"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-4286796688216027845?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/4286796688216027845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=4286796688216027845' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4286796688216027845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4286796688216027845'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2009/04/mainframes-companies-in-mumbai.html' title='mainframes companies in mumbai bangalore newdelhi'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-4762149539949904506</id><published>2008-12-26T03:21:00.000-08:00</published><updated>2008-12-26T03:26:30.859-08:00</updated><title type='text'>mainframe cobol programes for reversing the test and display,testing multiple conditions</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 10"&gt;&lt;meta name="Originator" content="Microsoft Word 10"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Ckk%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="Edit-Time-Data" href="file:///C:%5CDOCUME%7E1%5Ckk%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_editdata.mso"&gt;&lt;!--[if !mso]&gt; &lt;style&gt; v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} &lt;/style&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} p.H2, li.H2, div.H2 	{mso-style-name:H2; 	mso-style-next:Normal; 	margin-top:5.0pt; 	margin-right:0in; 	margin-bottom:5.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	page-break-after:avoid; 	mso-outline-level:3; 	font-size:18.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:EN-GB; 	layout-grid-mode:line; 	font-weight:bold; 	mso-bidi-font-weight:normal;} span.Typewriter 	{mso-style-name:Typewriter; 	mso-style-parent:""; 	mso-ansi-font-size:10.0pt; 	font-family:"Courier New"; 	mso-ascii-font-family:"Courier New"; 	mso-hansi-font-family:"Courier New";} p.H4, li.H4, div.H4 	{mso-style-name:H4; 	mso-style-next:Normal; 	margin-top:5.0pt; 	margin-right:0in; 	margin-bottom:5.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	page-break-after:avoid; 	mso-outline-level:5; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:EN-GB; 	layout-grid-mode:line; 	font-weight:bold; 	mso-bidi-font-weight:normal;} p.Blockquote, li.Blockquote, div.Blockquote 	{mso-style-name:Blockquote; 	margin-top:5.0pt; 	margin-right:.25in; 	margin-bottom:5.0pt; 	margin-left:.25in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:EN-GB; 	layout-grid-mode:line;} p.Preformatted, li.Preformatted, div.Preformatted 	{mso-style-name:Preformatted; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	tab-stops:0in 47.95pt 95.9pt 143.85pt 191.8pt 239.75pt 287.7pt 335.65pt 383.6pt 431.55pt 479.5pt; 	font-size:10.0pt; 	font-family:"Courier New"; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman"; 	mso-ansi-language:EN-GB; 	layout-grid-mode:line;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman";} &lt;/style&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:shapedefaults ext="edit" spidmax="1028"&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:shapelayout ext="edit"&gt;   &lt;o:idmap ext="edit" data="1"&gt;  &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;  &lt;p class="H4"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;Reversing the test and display.&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004100 DISPLAY-THE-WORDS.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004300 &lt;span style=""&gt;    &lt;/span&gt;DISPLAY "The words sorted in ASCII order are:".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004400&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 &lt;&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004500&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-1&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004600&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-2.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004700&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 NOT &lt;&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004800&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-2&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004900&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-1.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;You should also try a version of &lt;span class="Typewriter"&gt;&lt;span style=""&gt;wrdsrt01.cbl&lt;/span&gt;&lt;/span&gt; that tests incorrectly in &lt;span class="Typewriter"&gt;&lt;span style=""&gt;DISPLAY-THE-WORDS&lt;/span&gt;&lt;/span&gt;,  This version tests for &lt;span class="Typewriter"&gt;&lt;span style=""&gt;LESS THAN&lt;/span&gt;&lt;/span&gt; and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;GREATER THAN&lt;/span&gt;&lt;/span&gt;. Try coding this one as &lt;span class="Typewriter"&gt;&lt;span style=""&gt;badsrt.cbl&lt;/span&gt;&lt;/span&gt; and satisfy yourself that the results are identical unless you enter the exact string for &lt;span class="Typewriter"&gt;&lt;span style=""&gt;WORD-1&lt;/span&gt;&lt;/span&gt; and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;WORD-2,&lt;/span&gt;&lt;/span&gt; such as &lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABC&lt;/span&gt;&lt;/span&gt; and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABC&lt;/span&gt;&lt;/span&gt;. Note that the test fails to display anything for this condition. &lt;/p&gt;  &lt;p class="H4"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;An incorrect version of the test.&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004100 DISPLAY-THE-WORDS.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004300&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "The words sorted in ASCII order are:".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004400&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 &lt;&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004500&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-1&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004600&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-2.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004700&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 &gt; WORD-2&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004800&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-2&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004900&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-1.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;The indentation chosen for the &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF&lt;/span&gt;&lt;/span&gt; is completely arbitrary. As long as the &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF&lt;/span&gt;&lt;/span&gt; starts in and stays within Area B, the arrangement is up to you. Listing 4.8 and Listing 4.9 are equally valid, but in Listing 4.9 it is difficult to tell what is going on, and Listing 4.8 looks a bit sloppy. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:line id="_x0000_s1026" style="'position:absolute;" from="0,12pt" to="468pt,12.05pt" allowincell="f" strokecolor="#d4d4d4" strokeweight="1.75pt"&gt;  &lt;v:shadow on="t" origin=",32385f" offset="0,-1pt"&gt; &lt;/v:line&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: relative; z-index: 1; left: -2px; top: 13px; width: 628px; height: 18px;"&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;br /&gt; &lt;p class="Blockquote"&gt;&lt;b style=""&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;DO/DON'T:&lt;/span&gt;&lt;span lang="EN-GB"&gt;&lt;br /&gt;DO&lt;/span&gt;&lt;/b&gt;&lt;span lang="EN-GB"&gt; indent &lt;/span&gt;&lt;span class="Typewriter"&gt;&lt;span lang="EN-GB"  style="font-size:10pt;"&gt;IF&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-GB"&gt; conditions carefully. An &lt;/span&gt;&lt;span class="Typewriter"&gt;&lt;span lang="EN-GB"  style="font-size:10pt;"&gt;IF&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-GB"&gt; controls all statements up to the period at the end of the sentence.&lt;/span&gt;&lt;/p&gt;  &lt;p class="Blockquote"&gt;&lt;b style=""&gt;&lt;span lang="EN-GB"&gt;DON'T&lt;/span&gt;&lt;/b&gt;&lt;span lang="EN-GB"&gt; use sloppy indenting on an &lt;/span&gt;&lt;span class="Typewriter"&gt;&lt;span lang="EN-GB"  style="font-size:10pt;"&gt;IF&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-GB"&gt;. Correct indentation gives a good visual clue of which parts of the program are controlled by the &lt;/span&gt;&lt;span class="Typewriter"&gt;&lt;span lang="EN-GB"  style="font-size:10pt;"&gt;IF&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-GB"&gt;. &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:line id="_x0000_s1027" style="'position:absolute;" from="0,12pt" to="468pt,12.05pt" allowincell="f" strokecolor="#d4d4d4" strokeweight="1.75pt"&gt;  &lt;v:shadow on="t" origin=",32385f" offset="0,-1pt"&gt; &lt;/v:line&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;span style="position: relative; z-index: 2; left: -2px; top: 13px; width: 628px; height: 18px;"&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;br /&gt; &lt;p class="H4"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;Sloppy indenting of an &lt;/span&gt;&lt;span class="Typewriter"&gt;&lt;span style=";font-size:10pt;color:navy;"  lang="EN-GB" &gt;IF&lt;/span&gt;&lt;/span&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;.&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004100 DISPLAY-THE-WORDS.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004300&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "The words sorted in ASCII order are:".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004400&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 &lt;&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004500&lt;span style=""&gt;      &lt;/span&gt;DISPLAY WORD-1&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004600&lt;span style=""&gt;            &lt;/span&gt;DISPLAY WORD-2.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004700&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 NOT &lt;&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004800&lt;span style=""&gt;             &lt;/span&gt;DISPLAY WORD-2&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004900&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-1.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="H4"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;Failing to indent an &lt;/span&gt;&lt;span class="Typewriter"&gt;&lt;span style=";font-size:10pt;color:navy;"  lang="EN-GB" &gt;IF&lt;/span&gt;&lt;/span&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;.&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004100 DISPLAY-THE-WORDS.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004300&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "The words sorted in ASCII order are:".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004400&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 &lt;&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004500&lt;span style=""&gt;     &lt;/span&gt;DISPLAY WORD-1&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004600&lt;span style=""&gt;     &lt;/span&gt;DISPLAY WORD-2.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004700&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 NOT &lt;&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004800&lt;span style=""&gt;     &lt;/span&gt;DISPLAY WORD-2&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004900&lt;span style=""&gt;     &lt;/span&gt;DISPLAY WORD-1.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="H2"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;Testing Multiple Conditions&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;An &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF&lt;/span&gt;&lt;/span&gt; test also can be used to test more than one condition. Conditions can be combined by using &lt;span class="Typewriter"&gt;&lt;span style=""&gt;AND&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;OR&lt;/span&gt;&lt;/span&gt;, or combinations of both. Listing 4.10 is a short menu program. A menu program is designed to display a series of options on the screen and let the user pick one option to execute. In this menu program, the user has a choice of displaying one of three possible messages. &lt;/p&gt;  &lt;p class="H4"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;Combining tests using &lt;/span&gt;&lt;span class="Typewriter"&gt;&lt;span style=";font-size:10pt;color:navy;"  lang="EN-GB" &gt;OR&lt;/span&gt;&lt;/span&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;.&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000100 IDENTIFICATION DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000200 PROGRAM-ID. MENU01.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000300*------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000400* THIS PROGRAM DISPLAYS A THREE CHOICE MENU OF&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000500* MESSAGES THAT CAN BE DISPLAYED.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000600* THE USER ENTERS THE CHOICE, 1, 2 OR 3, AND&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000700* THE APPROPRIATE MESSAGE IS DISPLAYED.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000800* AN ERROR MESSAGE IS DISPLAYED IF AN INVALID&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000900* CHOICE IS MADE.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001000*------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001100 ENVIRONMENT DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001200 DATA DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001300 WORKING-STORAGE SECTION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001400&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001500 01&lt;span style=""&gt;  &lt;/span&gt;MENU-PICK&lt;span style=""&gt;       &lt;/span&gt;PIC 9.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001600&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001700 PROCEDURE DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001800 PROGRAM-BEGIN.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001900&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002000&lt;span style=""&gt;     &lt;/span&gt;PERFORM GET-THE-MENU-PICK.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002100&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002200&lt;span style=""&gt;     &lt;/span&gt;PERFORM DO-THE-MENU-PICK.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002300&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002400 PROGRAM-DONE.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002500&lt;span style=""&gt;     &lt;/span&gt;STOP RUN.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002600&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002700* LEVEL 2 ROUTINES&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002800 GET-THE-MENU-PICK.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002900&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003000&lt;span style=""&gt;     &lt;/span&gt;PERFORM DISPLAY-THE-MENU.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003100&lt;span style=""&gt;     &lt;/span&gt;PERFORM GET-THE-PICK.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003300 DO-THE-MENU-PICK.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003400&lt;span style=""&gt;     &lt;/span&gt;IF MENU-PICK &lt;&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003500&lt;span style=""&gt;        &lt;/span&gt;MENU-PICK &gt; 3&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003600&lt;span style=""&gt;     &lt;/span&gt;&lt;span style=""&gt;    &lt;/span&gt;DISPLAY "Invalid selection".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003700&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003800&lt;span style=""&gt;     &lt;/span&gt;IF MENU-PICK = 1&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003900&lt;span style=""&gt;         &lt;/span&gt;DISPLAY "One for the money.".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004000&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004100&lt;span style=""&gt;     &lt;/span&gt;IF MENU-PICK = 2&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004200&lt;span style=""&gt;         &lt;/span&gt;DISPLAY "Two for the show.".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004300&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004400&lt;span style=""&gt;     &lt;/span&gt;IF MENU-PICK = 3&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004500&lt;span style=""&gt;         &lt;/span&gt;DISPLAY "Three to get ready.".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004600&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004700* LEVEL 3 ROUTINES&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004800 DISPLAY-THE-MENU.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004900&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "Please enter the number of the message".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005000&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "that you wish to display.".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005100* Display a blank line&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005200&lt;span style=""&gt;     &lt;/span&gt;DISPLAY " ".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005300&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "1.&lt;span style=""&gt;  &lt;/span&gt;First Message".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005400&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "2.&lt;span style=""&gt;  &lt;/span&gt;Second Message".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005500&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "3.&lt;span style=""&gt;  &lt;/span&gt;Third Message".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005600* Display a blank line&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005700&lt;span style=""&gt;     &lt;/span&gt;DISPLAY " ".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005800&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "Your selection (1-3)?".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005900&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;006000 GET-THE-PICK.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;006100&lt;span style=""&gt;     &lt;/span&gt;ACCEPT MENU-PICK.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;006200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Here are sample output results from &lt;span class="Typewriter"&gt;&lt;span style=""&gt;menu01.cbl&lt;/span&gt;&lt;/span&gt; for a valid and an invalid response:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="color:navy;"&gt;OUTPUT:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;Please enter the number of the message&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;that you wish to display.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;1.&lt;span style=""&gt;  &lt;/span&gt;First Message&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;2.&lt;span style=""&gt;  &lt;/span&gt;Second Message&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;3.&lt;span style=""&gt;  &lt;/span&gt;Third Message&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;Your selection (1-3)?&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;b style=""&gt;&lt;span style="" lang="EN-GB"&gt;2&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;Two for the show.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;C&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;C&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;Please enter the number of the message&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;that you wish to display.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;1.&lt;span style=""&gt;  &lt;/span&gt;First Message&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;2.&lt;span style=""&gt;  &lt;/span&gt;Second Message&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;3.&lt;span style=""&gt;  &lt;/span&gt;Third Message&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;Your selection (1-3)?&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;b style=""&gt;&lt;span style="" lang="EN-GB"&gt;5&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;Invalid selection&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;C&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;C&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="color:navy;"&gt;ANALYSIS:&lt;/span&gt; &lt;/b&gt;The valid menu selections are &lt;span class="Typewriter"&gt;&lt;span style=""&gt;1&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;2&lt;/span&gt;&lt;/span&gt;, and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;3&lt;/span&gt;&lt;/span&gt;. The test that the value entered is in a range at lines &lt;span class="Typewriter"&gt;&lt;span style=""&gt;003400&lt;/span&gt;&lt;/span&gt; through &lt;span class="Typewriter"&gt;&lt;span style=""&gt;003500&lt;/span&gt;&lt;/span&gt;, ending with a display of an invalid entry message at line &lt;span class="Typewriter"&gt;&lt;span style=""&gt;003600&lt;/span&gt;&lt;/span&gt;. If the entered &lt;span class="Typewriter"&gt;&lt;span style=""&gt;MENU-PICK&lt;/span&gt;&lt;/span&gt; is less than 1 or greater than 3, it is invalid. Note that the &lt;span class="Typewriter"&gt;&lt;span style=""&gt;OR&lt;/span&gt;&lt;/span&gt; on line &lt;span class="Typewriter"&gt;&lt;span style=""&gt;003400&lt;/span&gt;&lt;/span&gt; combines the two tests within one &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF&lt;/span&gt;&lt;/span&gt;. An &lt;span class="Typewriter"&gt;&lt;span style=""&gt;OR&lt;/span&gt;&lt;/span&gt; test is true if either of the tests is true.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Read the comments in the program, because they explain some of the options used to improve the look of the displayed menu. The levels in the comments relate to the level of &lt;span class="Typewriter"&gt;&lt;span style=""&gt;PERFORM&lt;/span&gt;&lt;/span&gt;. Routines in level 2 are being performed from the top level of the program, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;PROGRAM-BEGIN&lt;/span&gt;&lt;/span&gt;. Routines in level 3 are performed from within routines at level 2.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;An &lt;span class="Typewriter"&gt;&lt;span style=""&gt;AND&lt;/span&gt;&lt;/span&gt; test is true only if both conditions being tested are true. Listing 4.11 asks the user to enter a number between 10 and 100, excluding 10 and 100. Therefore, the valid range of entries for this program is &lt;span class="Typewriter"&gt;&lt;span style=""&gt;011&lt;/span&gt;&lt;/span&gt; through &lt;span class="Typewriter"&gt;&lt;span style=""&gt;099&lt;/span&gt;&lt;/span&gt;. Remember that ACUCOBOL will require that you enter the leading zero. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-4762149539949904506?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/4762149539949904506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=4762149539949904506' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4762149539949904506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/4762149539949904506'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2008/12/mainframe-cobol-programes-for-reversing.html' title='mainframe cobol programes for reversing the test and display,testing multiple conditions'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-2705013004403404531</id><published>2008-12-26T02:52:00.000-08:00</published><updated>2008-12-26T03:07:40.470-08:00</updated><title type='text'>cobol program to diplay two words in ascii order and analysing that </title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 10"&gt;&lt;meta name="Originator" content="Microsoft Word 10"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Ckk%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} span.Typewriter 	{mso-style-name:Typewriter; 	mso-style-parent:""; 	mso-ansi-font-size:10.0pt; 	font-family:"Courier New"; 	mso-ascii-font-family:"Courier New"; 	mso-hansi-font-family:"Courier New";} p.H4, li.H4, div.H4 	{mso-style-name:H4; 	mso-style-next:Normal; 	margin-top:5.0pt; 	margin-right:0in; 	margin-bottom:5.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	page-break-after:avoid; 	mso-outline-level:5; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:EN-GB; 	layout-grid-mode:line; 	font-weight:bold; 	mso-bidi-font-weight:normal;} p.Preformatted, li.Preformatted, div.Preformatted 	{mso-style-name:Preformatted; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	tab-stops:0in 47.95pt 95.9pt 143.85pt 191.8pt 239.75pt 287.7pt 335.65pt 383.6pt 431.55pt 479.5pt; 	font-size:10.0pt; 	font-family:"Courier New"; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman"; 	mso-ansi-language:EN-GB; 	layout-grid-mode:line;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman";} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="H4"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;Displaying two words in ASCII order.&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000100 IDENTIFICATION DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000200 PROGRAM-ID. WRDSRT01.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000300*----------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000400* Accepts 2 words from the user and then displays&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000500* them in ASCII order.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000600*----------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000700 ENVIRONMENT DIVISION.&lt;span style=""&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000800 DATA DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000900 WORKING-STORAGE SECTION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001000&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001100 01&lt;span style=""&gt;  &lt;/span&gt;WORD-1&lt;span style=""&gt;                 &lt;/span&gt;PIC X(50).&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001200 01&lt;span style=""&gt;  &lt;/span&gt;WORD-2&lt;span style=""&gt;                 &lt;/span&gt;PIC X(50).&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001300&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001400 PROCEDURE DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001500 PROGRAM-BEGIN.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001600&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001700&lt;span style=""&gt;     &lt;/span&gt;PERFORM INITIALIZE-PROGRAM.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001800&lt;span style=""&gt;     &lt;/span&gt;PERFORM ENTER-THE-WORDS.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001900&lt;span style=""&gt;     &lt;/span&gt;PERFORM DISPLAY-THE-WORDS.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002000&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002100 PROGRAM-DONE.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002200&lt;span style=""&gt;     &lt;/span&gt;STOP RUN.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002300&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002400* Level 2 Routines&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002500&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002600 INITIALIZE-PROGRAM.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002700&lt;span style=""&gt;     &lt;/span&gt;MOVE " " TO WORD-1.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002800&lt;span style=""&gt;     &lt;/span&gt;MOVE " " TO WORD-2.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002900&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003000 ENTER-THE-WORDS.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003100&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "This program will accept 2 words,".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003200&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "and then display them".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003300&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "in ASCII order.".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003400&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003500&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "Please enter the first word.".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003600&lt;span style=""&gt;     &lt;/span&gt;ACCEPT WORD-1.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003700&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003800&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "Please enter the second word.".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003900&lt;span style=""&gt;    &lt;/span&gt;&lt;span style=""&gt; &lt;/span&gt;ACCEPT WORD-2.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004000&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004100 DISPLAY-THE-WORDS.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004300&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "The words in ASCII order are:".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004400&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004500&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 &gt; WORD-2&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004600&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-2&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004700&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-1.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004800&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004900&lt;span style=""&gt;     &lt;/span&gt;IF WORD-1 NOT &gt; WORD-2&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005000&lt;span style=""&gt;   &lt;/span&gt;&lt;span style=""&gt;      &lt;/span&gt;DISPLAY WORD-1&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005100&lt;span style=""&gt;         &lt;/span&gt;DISPLAY WORD-2.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Here is the sample output of &lt;span class="Typewriter"&gt;&lt;span style=""&gt;wrdsrt01.cbl&lt;/span&gt;&lt;/span&gt; when the words entered are &lt;span class="Typewriter"&gt;&lt;span style=""&gt;beta&lt;/span&gt;&lt;/span&gt; and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;alpha&lt;/span&gt;&lt;/span&gt;:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="color:navy;"&gt;OUTPUT:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;This program will accept 2 words,&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;and then display them&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;in ASCII order.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;Please enter the first word.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;b style=""&gt;&lt;span style="" lang="EN-GB"&gt;beta&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;Please enter the second word.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;b style=""&gt;&lt;span style="" lang="EN-GB"&gt;alpha&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;The words in ASCII order are:&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;alpha&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;beta&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p class="Preformatted" style=""&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;C&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="color:navy;"&gt;ANALYSIS:&lt;/span&gt; &lt;/b&gt;Multiple statements are executed within the &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF&lt;/span&gt;&lt;/span&gt; tests at lines &lt;span class="Typewriter"&gt;&lt;span style=""&gt;004500&lt;/span&gt;&lt;/span&gt; and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;004900&lt;/span&gt;&lt;/span&gt;. There are two &lt;span class="Typewriter"&gt;&lt;span style=""&gt;DISPLAY&lt;/span&gt;&lt;/span&gt; statements under each of the &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF&lt;/span&gt;&lt;/span&gt; tests. If &lt;span class="Typewriter"&gt;&lt;span style=""&gt;WORD-1&lt;/span&gt;&lt;/span&gt; is greater than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;WORD-2&lt;/span&gt;&lt;/span&gt;, or if &lt;span class="Typewriter"&gt;&lt;span style=""&gt;WORD-1&lt;/span&gt;&lt;/span&gt; occurs after &lt;span class="Typewriter"&gt;&lt;span style=""&gt;WORD-2&lt;/span&gt;&lt;/span&gt; in the ASCII sorting sequence, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;WORD-2&lt;/span&gt;&lt;/span&gt; is displayed first.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;You should edit, compile, and run &lt;span class="Typewriter"&gt;&lt;span style=""&gt;wrdsrt01.cbl&lt;/span&gt;&lt;/span&gt;; then try it with various pairs of "words," such as &lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABC&lt;/span&gt;&lt;/span&gt; and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;abc&lt;/span&gt;&lt;/span&gt;, (space)&lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABC&lt;/span&gt;&lt;/span&gt; and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABC&lt;/span&gt;&lt;/span&gt;, or &lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABCD&lt;/span&gt;&lt;/span&gt; and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABC&lt;/span&gt;&lt;/span&gt;, to see how these are arranged in ASCII order.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Please note that many people, including experienced programmers, assume that the opposite of &lt;span class="Typewriter"&gt;&lt;span style=""&gt;GREATER THAN&lt;/span&gt;&lt;/span&gt; is &lt;span class="Typewriter"&gt;&lt;span style=""&gt;LESS THAN&lt;/span&gt;&lt;/span&gt;. However, testing for only these two conditions misses the case where the two entered words are identical. The complement of &lt;span class="Typewriter"&gt;&lt;span style=""&gt;GREATER THAN&lt;/span&gt;&lt;/span&gt; is &lt;span class="Typewriter"&gt;&lt;span style=""&gt;LESS THAN OR EQUAL&lt;/span&gt;&lt;/span&gt; which is correctly stated as &lt;span class="Typewriter"&gt;&lt;span style=""&gt;NOT GREATER THAN&lt;/span&gt;&lt;/span&gt;.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;You also can try a version of &lt;span class="Typewriter"&gt;&lt;span style=""&gt;wrdsrt01.cbl&lt;/span&gt;&lt;/span&gt; that reverses the test in &lt;span class="Typewriter"&gt;&lt;span style=""&gt;DISPLAY-THE-WORDS&lt;/span&gt;&lt;/span&gt;, as in Listing 4.6, which is just a listing of the &lt;span class="Typewriter"&gt;&lt;span style=""&gt;DISPLAY-THE-WORDS&lt;/span&gt;&lt;/span&gt; paragraph. Try coding this one as &lt;span class="Typewriter"&gt;&lt;span style=""&gt;wrdsrt02.cbl&lt;/span&gt;&lt;/span&gt; and satisfy yourself that the results are identical. Note that the test and display order are reversed. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-2705013004403404531?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/2705013004403404531/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=2705013004403404531' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2705013004403404531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/2705013004403404531'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2008/12/cobol-program-to-diplay-two-words-in.html' title='cobol program to diplay two words in ascii order and analysing that '/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-3720848634482799680</id><published>2008-12-26T02:45:00.000-08:00</published><updated>2008-12-26T02:52:23.025-08:00</updated><title type='text'>testing an if statement in cobol,writing the rest of the if,COBOL comparison operators.</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 10"&gt;&lt;meta name="Originator" content="Microsoft Word 10"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Ckk%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="City"&gt;&lt;/o:smarttagtype&gt;&lt;o:smarttagtype namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="place"&gt;&lt;/o:smarttagtype&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if !mso]&gt;&lt;object classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id="ieooui"&gt;&lt;/object&gt; &lt;style&gt; st1\:*{behavior:url(#ieooui) } &lt;/style&gt; &lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} p.H2, li.H2, div.H2 	{mso-style-name:H2; 	mso-style-next:Normal; 	margin-top:5.0pt; 	margin-right:0in; 	margin-bottom:5.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	page-break-after:avoid; 	mso-outline-level:3; 	font-size:18.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:EN-GB; 	layout-grid-mode:line; 	font-weight:bold; 	mso-bidi-font-weight:normal;} span.Typewriter 	{mso-style-name:Typewriter; 	mso-style-parent:""; 	mso-ansi-font-size:10.0pt; 	font-family:"Courier New"; 	mso-ascii-font-family:"Courier New"; 	mso-hansi-font-family:"Courier New";} p.H4, li.H4, div.H4 	{mso-style-name:H4; 	mso-style-next:Normal; 	margin-top:5.0pt; 	margin-right:0in; 	margin-bottom:5.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	page-break-after:avoid; 	mso-outline-level:5; 	font-size:12.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman"; 	mso-ansi-language:EN-GB; 	layout-grid-mode:line; 	font-weight:bold; 	mso-bidi-font-weight:normal;} p.Preformatted, li.Preformatted, div.Preformatted 	{mso-style-name:Preformatted; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	tab-stops:0in 47.95pt 95.9pt 143.85pt 191.8pt 239.75pt 287.7pt 335.65pt 383.6pt 431.55pt 479.5pt; 	font-size:10.0pt; 	font-family:"Courier New"; 	mso-fareast-font-family:"Times New Roman"; 	mso-bidi-font-family:"Times New Roman"; 	mso-ansi-language:EN-GB; 	layout-grid-mode:line;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman";} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="H2"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;What Can You Test with &lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;IF&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;The condition in an &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF&lt;/span&gt;&lt;/span&gt; verb is a test of one value against another for equality or inequality.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="color:navy;"&gt;New Term:&lt;/span&gt; &lt;/b&gt;The symbols used to compare two values are called &lt;i style=""&gt;comparison operators&lt;/i&gt;. The short and long versions of these comparisons are all comparison operators. &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IS NOT EQUAL&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;NOT =&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;=&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IS EQUAL&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;NOT &lt;&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;&gt;&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;GREATER THAN&lt;/span&gt;&lt;/span&gt;, and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;NOT GREATER THAN&lt;/span&gt;&lt;/span&gt; are all examples of comparison operators. Tables 4.1 and 4.2 list all of the comparison operators.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Table 4.1 lists the comparisons that can be made and describes their effects. &lt;/p&gt;  &lt;p class="H4"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;COBOL comparison operators.&lt;/span&gt;&lt;/p&gt;  &lt;table class="MsoNormalTable" style="margin-left: 1.15pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="border: 2.25pt ridge windowtext; padding: 0in; width: 124.55pt;" width="166" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;!--[if supportFields]&gt;&lt;span style="'mso-element:field-begin'"&gt;&lt;/span&gt;PRIVATE&lt;![endif]--&gt;&lt;!--[if supportFields]&gt;&lt;span style="'mso-element:field-end'"&gt;&lt;/span&gt;&lt;![endif]--&gt;&lt;b style=""&gt;Comparison Operator&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: ridge ridge ridge none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-width: 2.25pt 2.25pt 2.25pt medium; padding: 0in; width: 343.4pt;" width="458" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;Description&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 124.55pt;color:-moz-use-text-color windowtext windowtext;" width="166" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x IS EQUAL y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 343.4pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="458" valign="top"&gt;   &lt;p class="MsoNormal"&gt;True if &lt;span class="Typewriter"&gt;&lt;span style=""&gt;x&lt;/span&gt;&lt;/span&gt; equals &lt;span class="Typewriter"&gt;&lt;span style=""&gt;y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 124.55pt;color:-moz-use-text-color windowtext windowtext;" width="166" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x IS LESS THAN y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 343.4pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="458" valign="top"&gt;   &lt;p class="MsoNormal"&gt;True if &lt;span class="Typewriter"&gt;&lt;span style=""&gt;x&lt;/span&gt;&lt;/span&gt; is less than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 124.55pt;color:-moz-use-text-color windowtext windowtext;" width="166" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x IS GREATER THAN y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 343.4pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="458" valign="top"&gt;   &lt;p class="MsoNormal"&gt;True if &lt;span class="Typewriter"&gt;&lt;span style=""&gt;x&lt;/span&gt;&lt;/span&gt; is greater than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 124.55pt;color:-moz-use-text-color windowtext windowtext;" width="166" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x IS NOT EQUAL y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 343.4pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="458" valign="top"&gt;   &lt;p class="MsoNormal"&gt;True if &lt;span class="Typewriter"&gt;&lt;span style=""&gt;x&lt;/span&gt;&lt;/span&gt; does not equal &lt;span class="Typewriter"&gt;&lt;span style=""&gt;y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 124.55pt;color:-moz-use-text-color windowtext windowtext;" width="166" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x IS NOT LESS THAN y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 343.4pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="458" valign="top"&gt;   &lt;p class="MsoNormal"&gt;True if &lt;span class="Typewriter"&gt;&lt;span style=""&gt;x&lt;/span&gt;&lt;/span&gt; is not less than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;y&lt;/span&gt;&lt;/span&gt; (or is equal   to or greater than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;y&lt;/span&gt;&lt;/span&gt;) &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 124.55pt;color:-moz-use-text-color windowtext windowtext;" width="166" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x IS NOT GREATER THAN y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 343.4pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="458" valign="top"&gt;   &lt;p class="MsoNormal"&gt;True if &lt;span class="Typewriter"&gt;&lt;span style=""&gt;x&lt;/span&gt;&lt;/span&gt; is not greater than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;y&lt;/span&gt;&lt;/span&gt;   (or is equal to or less than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;y&lt;/span&gt;&lt;/span&gt;) &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal"&gt;The word &lt;span class="Typewriter"&gt;&lt;span style=""&gt;IS&lt;/span&gt;&lt;/span&gt; in a comparison is optional, and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;EQUAL&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;GREATER THAN&lt;/span&gt;&lt;/span&gt;, and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;LESS THAN&lt;/span&gt;&lt;/span&gt; can be shortened to &lt;span class="Typewriter"&gt;&lt;span style=""&gt;=&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;&gt;&lt;/span&gt;&lt;/span&gt;, and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;&lt;&lt;/span&gt;&lt;/span&gt;, respectively. Table 4.2 compares the possible versions of comparisons. &lt;/p&gt;  &lt;p class="H4"&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt;More COBOL comparison operators.&lt;/span&gt;&lt;/p&gt;  &lt;table class="MsoNormalTable" style="margin-left: 1.15pt; border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="border: 2.25pt ridge windowtext; padding: 0in; width: 193.6pt;" width="258" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;!--[if supportFields]&gt;&lt;span style="'mso-element:field-begin'"&gt;&lt;/span&gt;PRIVATE&lt;![endif]--&gt;&lt;!--[if supportFields]&gt;&lt;span style="'mso-element:field-end'"&gt;&lt;/span&gt;&lt;![endif]--&gt;&lt;b style=""&gt;Optional Operator&lt;/b&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="border-style: ridge ridge ridge none; border-color: windowtext windowtext windowtext -moz-use-text-color; border-width: 2.25pt 2.25pt 2.25pt medium; padding: 0in; width: 163.2pt;" width="218" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;Shortest Version&lt;/b&gt;   &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 193.6pt;color:-moz-use-text-color windowtext windowtext;" width="258" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x EQUAL y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 163.2pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="218" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x = y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 193.6pt;color:-moz-use-text-color windowtext windowtext;" width="258" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x LESS THAN y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 163.2pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="218" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x &lt;&gt;&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 193.6pt;color:-moz-use-text-color windowtext windowtext;" width="258" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x GREATER THAN y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 163.2pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="218" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x &gt; y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 193.6pt;color:-moz-use-text-color windowtext windowtext;" width="258" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x NOT EQUAL y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 163.2pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="218" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x NOT = y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 193.6pt;color:-moz-use-text-color windowtext windowtext;" width="258" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x NOT LESS THAN y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 163.2pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="218" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x NOT &lt;&gt;&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style=""&gt;   &lt;td  style="border-style: none ridge ridge; padding: 0in; width: 193.6pt;color:-moz-use-text-color windowtext windowtext;" width="258" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x NOT GREATER THAN y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td  style="border-style: none ridge ridge none; padding: 0in; width: 163.2pt;color:-moz-use-text-color windowtext windowtext -moz-use-text-color;" width="218" valign="top"&gt;   &lt;p class="MsoNormal"&gt;&lt;span class="Typewriter"&gt;&lt;span style=""&gt;IF x NOT &gt; y&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal"&gt;Listing 4.4 repeats &lt;span class="Typewriter"&gt;&lt;span style=""&gt;yesno03.cbl&lt;/span&gt;&lt;/span&gt;, using the shortened comparisons. &lt;/p&gt;  &lt;p class="H4"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;yesno03.cbl&lt;/span&gt;&lt;span  lang="EN-GB" style="color:navy;"&gt; with shorter comparisons.&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000100 IDENTIFICATION DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000200 PROGRAM-ID. YESNO04.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000300*--------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000400* This program asks for a Y or N answer, and then&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000500* displays whether the user chose yes or no.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000600* The edit logic allows for entry of Y, y, N, or n.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000700*--------------------------------------------------&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000800 ENVIRONMENT DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;000900 DATA DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001000 WORKING-STORAGE SECTION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001100&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001200 01&lt;span style=""&gt;  &lt;/span&gt;YES-OR-NO&lt;span style=""&gt;      &lt;/span&gt;PIC X.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001300&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001400 PROCEDURE DIVISION.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001500 PROGRAM-BEGIN.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001600&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001700&lt;span style=""&gt;     &lt;/span&gt;PERFORM GET-THE-ANSWER.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001800&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;001900&lt;span style=""&gt;     &lt;/span&gt;PERFORM EDIT-THE-ANSWER.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002000&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002100&lt;span style=""&gt;     &lt;/span&gt;PERFORM DISPLAY-THE-ANSWER.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002300 PROGRAM-DONE.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002400&lt;span style=""&gt;     &lt;/span&gt;STOP RUN.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002500&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002600 GET-THE-ANSWER.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002700&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002800&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "Is the answer Yes or No? (Y/N)".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;002900&lt;span style=""&gt;     &lt;/span&gt;ACCEPT YES-OR-NO.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003000&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003100 EDIT-THE-ANSWER.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003200&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003300&lt;span style=""&gt;     &lt;/span&gt;IF YES-OR-NO = "y"&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003400&lt;span style=""&gt;         &lt;/span&gt;MOVE "Y" TO YES-OR-NO.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003500&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003600&lt;span style=""&gt;     &lt;/span&gt;IF YES-OR-NO = "n"&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003700&lt;span style=""&gt;         &lt;/span&gt;MOVE "N" TO YES-OR-NO.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003800&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;003900 DISPLAY-THE-ANSWER.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004000&lt;span style=""&gt;     &lt;/span&gt;IF YES-OR-NO = "Y"&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004100&lt;span style=""&gt;         &lt;/span&gt;PERFORM IT-IS-VALID&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004200&lt;span style=""&gt;         &lt;/span&gt;DISPLAY "You answered Yes.".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004300&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004400&lt;span style=""&gt;     &lt;/span&gt;IF YES-OR-NO = "N"&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004500&lt;span style=""&gt;         &lt;/span&gt;PERFORM IT-IS-VALID&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004600&lt;span style=""&gt;         &lt;/span&gt;DISPLAY "You answered No.".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004700&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004800 IT-IS-VALID.&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;004900&lt;span style=""&gt;     &lt;/span&gt;DISPLAY "Your answer is valid and".&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="Preformatted" style=""&gt;&lt;span class="Typewriter"&gt;&lt;span style="" lang="EN-GB"&gt;005000&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:&amp;quot;;color:blue;"   lang="EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;For numeric values, all these tests make sense. Less than and greater than are both conditions that easily can be established when you are testing two numbers. But what are you testing when you compare two alphanumeric variables?&lt;/p&gt;  &lt;p class="MsoNormal"&gt;When a condition test is performed on alphanumeric variables, the tests usually compare the characters in the two alphanumeric values on the left and right sides of the comparison operator, in ASCII order. (See Appendix B, "ASCII.")&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;span style="color:navy;"&gt;New Term:&lt;/span&gt; &lt;/b&gt;The sequence in which the characters appear in the ASCII chart is known as the &lt;i style=""&gt;ASCII collating sequence&lt;/i&gt;. &lt;i style=""&gt;Collate&lt;/i&gt; means to assemble in some sort of order--in this case, ASCII order.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;ASCII is not the only collating sequence. IBM mainframes use a collating sequence called EBCDIC. In the ASCII collating sequence, numbers appear before uppercase letters, and uppercase letters appear before lowercase letters. In the EBCDIC collating sequence, lowercase letters appear before uppercase letters and numbers appear last. Punctuation characters vary quite a bit in the EBCDIC and ASCII collating sequences. Collating sequences also vary for different spoken languages. Castillian Spanish treats the letter combinations ch and ll as single letters so that llanero sorts after luna and &lt;st1:city&gt;&lt;st1:place&gt;chico&lt;/st1:place&gt;&lt;/st1:city&gt; sorts after corazon. The examples in this book are based on the English ASCII collating sequence.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;In ASCII order, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;A&lt;/span&gt;&lt;/span&gt; is less than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;B&lt;/span&gt;&lt;/span&gt;, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;AB&lt;/span&gt;&lt;/span&gt; is less than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABC&lt;/span&gt;&lt;/span&gt;, and the uppercase letters are less than the lowercase letters; so, &lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABC&lt;/span&gt;&lt;/span&gt; is less than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;abc&lt;/span&gt;&lt;/span&gt;. When an alphanumeric variable contains the digits &lt;span class="Typewriter"&gt;&lt;span style=""&gt;0&lt;/span&gt;&lt;/span&gt; through &lt;span class="Typewriter"&gt;&lt;span style=""&gt;9&lt;/span&gt;&lt;/span&gt;, the digits are less than the characters, so &lt;span class="Typewriter"&gt;&lt;span style=""&gt;1BC&lt;/span&gt;&lt;/span&gt; is less than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;ABC&lt;/span&gt;&lt;/span&gt;. Spaces are the lowest of all, so three spaces are less than &lt;span class="Typewriter"&gt;&lt;span style=""&gt;00A&lt;/span&gt;&lt;/span&gt;. Refer to Appendix B for the complete set and sequence of ASCII characters.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Listing 4.5 will accept two words from a user and then display them in ASCII order. You can use this program any time you want to find out the actual ASCII order for two values. The testing is done in the paragraph &lt;span class="Typewriter"&gt;&lt;span style=""&gt;DISPLAY-THE-WORDS&lt;/span&gt;&lt;/span&gt;, which starts at line &lt;span class="Typewriter"&gt;&lt;span style=""&gt;004100&lt;/span&gt;&lt;/span&gt;. The actual tests, at lines &lt;span class="Typewriter"&gt;&lt;span style=""&gt;004500&lt;/span&gt;&lt;/span&gt; and &lt;span class="Typewriter"&gt;&lt;span style=""&gt;004900&lt;/span&gt;&lt;/span&gt;, use a greater than (&lt;span class="Typewriter"&gt;&lt;span style=""&gt;&gt;&lt;/span&gt;&lt;/span&gt;) and a not greater than (&lt;span class="Typewriter"&gt;&lt;span style=""&gt;NOT &gt;&lt;/span&gt;&lt;/span&gt;) comparison to decide which word to display first. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2548748946124924531-3720848634482799680?l=mainframesinfo4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mainframesinfo4u.blogspot.com/feeds/3720848634482799680/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2548748946124924531&amp;postID=3720848634482799680' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/3720848634482799680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2548748946124924531/posts/default/3720848634482799680'/><link rel='alternate' type='text/html' href='http://mainframesinfo4u.blogspot.com/2008/12/testing-if-statement-in-cobolwriting.html' title='testing an if statement in cobol,writing the rest of the if,COBOL comparison operators.'/><author><name>kks</name><uri>http://www.blogger.com/profile/17170486532217493359</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2548748946124924531.post-8429033632508850007</id><published>2008-12-26T02:42:00.000-08:00</published><updated>2008-12-26T02:45:26.477-08:00</updated><title type='text'>using if to control multiple statements. what can you test with an if ... When COBOL sees an IF, it makes a decision about the condition, and then ei</title><content type='html'>Using IF to Control Multiple Statements&lt;br /&gt; executes multiple statements under the control of the IF tests at lines 004000 and 004400. In each sequence, a PERFORM is requested to display an additional message before the main message is displayed. More than one statement can be executed when an IF tests true:&lt;br /&gt;IF condition&lt;br /&gt;   PERFORM DO-SOMETHING&lt;br /&gt;   PERFORM DO-SOMETHING-ELSE.&lt;br /&gt;An IF controls all statements under it until the sentence ends. When an IF tests true, all 
