Sponsored Content
Full Discussion: Copy n paste n times
Top Forums Shell Programming and Scripting Copy n paste n times Post 302827843 by srivalli on Monday 1st of July 2013 02:27:07 AM
Old 07-01-2013
Copy n paste n times

I have one mainframe copy book where I want to copy n times depend on occurs which mention below.
Example:
Below highlighted row mention “occurs 2 times” so I need to copy 2 times till next label 10.
Code:
 
C14992     10   FILLER                           PIC X(2835).                   
       01   EDW-EXTR-DETAIL-RECORD.                                             
           10     EDW-EXTR-BANK                  PIC X(10).                     
           10     EDW-EXTR-APPL                  PIC 9(03).                     
           10     EDW-EXTR-OUT-OF-STATE-REASON   PIC X(100).    
           10     FILLER                         PIC X(178).                    
       10     EDW-EXTR-ARRAY   OCCURS 2 TIMES.                             
             11     EDW-EXTR-TYPE                PIC X(30).                     
             11     EDW-EXTR-VOLUME              PIC X(30).                     
             11     EDW-EXTR-RANGE               PIC X(30).                     
             C14992       11     EDW-EXTR-CNTRY-CD            PIC X(40).
           10     FILLER                         PIC X(178).                    
Output should be:
C14992     10   FILLER                           PIC X(2835).                   
       01   EDW-EXTR-DETAIL-RECORD.                                             
           10     EDW-EXTR-BANK                  PIC X(10).                     
           10     EDW-EXTR-APPL                  PIC 9(03).                     
           10     EDW-EXTR-OUT-OF-STATE-REASON   PIC X(100).                    
           10     FILLER                         PIC X(178).                    
           10     EDW-EXTR-ARRAY   .                             
            11     EDW-EXTR-TYPE                PIC X(30).                     
            11     EDW-EXTR-VOLUME              PIC X(30).                     
            11     EDW-EXTR-RANGE               PIC X(30).                     
            C14992       11     EDW-EXTR-CNTRY-CD            PIC X(40).
           10     EDW-EXTR-ARRAY   .                             
            11     EDW-EXTR-TYPE                PIC X(30).                     
            11     EDW-EXTR-VOLUME              PIC X(30).                     
            11     EDW-EXTR-RANGE               PIC X(30).                     
            C14992       11     EDW-EXTR-CNTRY-CD            PIC X(40).

10 FILLER PIC X(178).
Is there any unix command achieve above task.

Last edited by vbe; 07-01-2013 at 05:41 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Cut, Copy and Paste with X

One of the things that I have learned to take for granted in the Win32 world is the cut, copy and paste hotkeys of ^X, ^C and ^V. I use these keys all the time under Win32 to copy and paste information from one GUI into another GUI. My question is, does X have a similiar standard? ... (4 Replies)
Discussion started by: auswipe
4 Replies

2. UNIX for Dummies Questions & Answers

cut, copy + paste

Hi all! How do I cut, copy and paste under unix??? (2 Replies)
Discussion started by: aitor314
2 Replies

3. Shell Programming and Scripting

Search, copy and paste

Can i search in a file for more than one string at a time? And copy the next string after that and paste it in column style? Is it possible? Thanks! (4 Replies)
Discussion started by: kingpeejay
4 Replies

4. Shell Programming and Scripting

copy/paste with awk

Hi everybody, I have two XML files. I am working on a script that could copy and paste the contents of the first xml file to the desired location in the second xml file. Here is my first XML file. This is the second XML file. Finaly, I wnat to obtain something like that : ... (2 Replies)
Discussion started by: lsaas
2 Replies

5. Shell Programming and Scripting

sed copy paste

Hello, I have this path and file: /dir/dir/dir/dir/dir/dir/dir/dir/dir/THIS_SPOT/fle.txt I want to end up with: /dir/dir/dir/dir/dir/dir/dir/dir/dir/THIS_SPOT/fle.txtTHIS_SPOT Take the dir after the 10th slash, add a tab at the end and paste the dir it copied. Thanks (4 Replies)
Discussion started by: crowman
4 Replies

6. UNIX for Dummies Questions & Answers

vi copy/paste problem

I'm having a problem copy/pasting from a txt file in windows to vi. What happens is I copy a chunk of text, go to the putty terminal, go into insert mode, and right click, and it will stop pasting at a random point and freeze up. Nothing I do gets out of it. This only happens on my account... (1 Reply)
Discussion started by: solidarity
1 Replies

7. UNIX for Dummies Questions & Answers

Copy/Paste in Vi editor

Dear All, I have a file containing 12 lines. First 3 lines have 9 values and the remaining 9 lines with no values. I was trying to copy and paste these 9 values of the first 3 lines into last 9 lines simultaneously as A=1.491331, B=1.539000 ..... but I don't know how to cope with this... (9 Replies)
Discussion started by: sullah
9 Replies

8. Shell Programming and Scripting

Copy and Paste to a new document

Hello, I am quite new to shell scripting so don't know all the tools available. What I'm trying to do is open a file optimal.txt search for objectiveValue and copy the number in quotes next to it. e.g. ... solutionName="incumbent" solutionIndex="-1" objectiveValue="13246" ... (6 Replies)
Discussion started by: StephanR
6 Replies

9. Shell Programming and Scripting

Copy and paste data

I need to copy from specified lines and paste the data into several other lines. XX123450008 xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x XX123451895 xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x xx.x ...... XX123452012 xx.x xx.x xx.x xx.x xx.x xx.x xx.x... (13 Replies)
Discussion started by: ncwxpanther
13 Replies

10. UNIX for Dummies Questions & Answers

Copy/paste in vi editor

Hello guys, I am trying to copy a line in vi editor and paste it with below commands but paste command is not working and instead of paste action prints the p character!! I should also mention that the server is Solaris... 1) crontab -e 2) j to move down 3) yy to copy the line 4) o to... (4 Replies)
Discussion started by: Newman
4 Replies
set_color(1)							       fish							      set_color(1)

NAME
set_color - set_color - set the terminal color set_color - set the terminal color Synopsis set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR] Description Change the foreground and/or background color of the terminal. COLOR is one of black, red, green, brown, yellow, blue, magenta, purple, cyan, white and normal. o -b, --background Set the background color o -c, --print-colors Prints a list of all valid color names o -h, --help Display help message and exit o -o, --bold Set bold or extra bright mode o -u, --underline Set underlined mode o -v, --version Display version and exit Calling set_color normal will set the terminal color to whatever is the default color of the terminal. Some terminals use the --bold escape sequence to switch to a brighter color set. On such terminals, set_color white will result in a grey font color, while set_color --bold white will result in a white font color. Not all terminal emulators support all these features. This is not a bug in set_color but a missing feature in the terminal emulator. set_color uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and may lack color information for terminals that support it. Download and install the latest version of ncurses and recompile fish against it in order to fix this issue. Version 1.23.1 Sun Jan 8 2012 set_color(1)
All times are GMT -4. The time now is 11:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy