IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SYNCSORT copy file only if it's not empty


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Tue Aug 19, 2008 7:14 pm
Reply with quote

This step copies the data from sysut1 to sysut2. But I want such a step which should copy from sysut1 to sysut2 only when sysut1 is not empty.

STEP130 EXEC PGM=MULTIGEN,REGION=0M,COND=((194,NE,STEP090),(0,NE,STEP030))
SYSUT1 DD DSN=TA.TOD010.S.G2639V00,DISP=OLD
SYSUT2 DD DSN=TA.GID300.AR.S.G2639V00,DISP=NEW
SYSIN DD DUMMY

Note : I know that before this step I can code one more step which will check the data in the input file whether it is empty or not so based on the return code we will execute the next step. If I do the changes in this way I need to do so many changes inside the jcl. to avoid this i need above resolution.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Aug 19, 2008 7:17 pm
Reply with quote

Quote:
Note : I know that before this step i can code one more step which will check the data in the input file whether it is empty or not so based on the return code we will execute the next step. if i do the changes in this way i need to do so many changes inside the jcl. to avoid this i need above resolution.


Get your JCL coding hat on - it seems that you have a lot of code changes to do icon_lol.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top