IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
1 3737how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
3 9736In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
TCS,
2 20314i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
2 7246HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
1 9358I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
UST,
7 12495In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
IBM,
9 15483
RETRIVING DELETED RECORDS :- I'm frequently asked how to retrieve deleted records from an unjournaled physical file when the deleted records have not yet been removed from the file. Utility UNDEL lets you undelete records in a physical file. This public domain program is available in CISC and RISC versions, and the complete source code is available for download at: UNDEL for AS/400 Save File (RISC): http://www.as400network.com/sharewarefiles/undelris.zip UNDEL for AS/400 Save File (CISC): http://www.as400network.com/sharewarefiles/undel.zip UNDEL for AS/400 Save File (Source code): http://www.as400network.com/sharewarefiles/undelsrc.zip The utility takes advantage of the fact that deleted records in physical files are only flagged as deleted, and the record data still exists until it is overwritten or the file is reorganized with a utility such as RGZPFM. UNDEL simply reads the deleted record, then reuses the record by writing over it with the new record (thus eliminating the flag for the deleted record). Some homegrown and commercial utilities copy the file containing undeleted records to a save file, then use a program to read the save file, which contains live and undeleted records, to a file to undelete the records. The UNDEL utility is superior to the SAVF technique because there's no need to copy the file to a save file, which is especially important for really large files. When run, UNDEL displays the physical file records in their unformatted, raw text form. You can either position the display to a given relative record number or use F19 or F20 to find the previous and next deleted record, respectively. The utility also includes online help, which is almost unheard of for free utilities. Other utilities include the ability to undelete records. You can use the RTVDLTRCD command in the old QUSRTOOL (no longer supported by IBM). QUSRTOOL is now a commercial product called TAA Productivity Tools ( http://www.taatool.com ). The free file editor WRKDBF has a built-in undelete capability ( http://www.wrkdbf.com ), and several commercial file editors can undelete records. For a complete list of file editors, go to http://www.sourcebook400.com, select "Programmer Tools" under "Product Category," then select "File Editors."
Is the order of the when clause significant in an evaluate statement?
how do you reference the variable unblock file formats from cobol programs
in conjunction with what other keyword must ovrdta and ovrata be used?
What is meant by an isolation level?
How to Clear a Query Using the RESET Command ?
explain the purpose of keep and assume keywords?
Can you explain referential integrity?
what do we can do with the embedded sql statements?
Tandem COBOL Interview questions (on TACL,SCOBOL,ENSCRIBE,PATHWAY0
What are the types of the dfhmdf present in the cics?
What are the cobol coding sheets?
What is the use of db2 optimizer?
what is the most common way of building queue-id of a tsq?
what is the meaning of ssrange and nossrange?