Search found 4 matches
- 21 Jun 2012 03:49
- Forum: DOS Batch Forum
- Topic: Converting JCL to Windows Batch Script (DOS).
- Replies: 3
- Views: 3820
Converting JCL to Windows Batch Script (DOS).
Hi Team, I am converting Mainframe JCL to Windows Batch Script (DOS prompt). Can you please let me know how to proceed for it. Also, I would like to know the Windows Batch Script (DOS) equivalent command or its work around for the following: 1. SORT 2. IEBCOPY 3. IEBGENER 4. IDCAMS 5. IEFBR14 6. IKJ...
- 04 May 2012 06:11
- Forum: DOS Batch Forum
- Topic: Find & Replace in a file using DOS.
- Replies: 6
- Views: 6115
Re: Find & Replace in a file using DOS.
Tha path is same for me as well...I have checked.
I am using Windows7 Enterprise Edition 32 bit OS.
I am using Windows7 Enterprise Edition 32 bit OS.
- 02 May 2012 23:14
- Forum: DOS Batch Forum
- Topic: Find & Replace in a file using DOS.
- Replies: 6
- Views: 6115
Re: Find & Replace in a file using DOS.
Untested: @echo off call sar.bat "run.bat" "new.bat" "ASCD" "XYZ" :: sar.bat @echo off if "%~3"=="" ( echo.Search and replace echo Syntax: echo %0 "filein.txt" "fileout.ext" "regex" "replace_text" [f...
- 02 May 2012 04:44
- Forum: DOS Batch Forum
- Topic: Find & Replace in a file using DOS.
- Replies: 6
- Views: 6115
Find & Replace in a file using DOS.
Hi Team, I need the script/code by which I can do the find & replace in the file & save it with different name using command prompt. For example : I have the source file "RUN.bat" with the contents :: *** ACSD - :: del "%A%"\ACSD_error :: del "%Ap%"\ACSD_audit H...