Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

JCL & VSAM :: PS file data should be passed as symbolic paramter to PROC

$
0
0
Author: d_sarlie
Subject: PS file data should be passed as symbolic paramter to PROC
Posted: Tue Oct 03, 2017 5:18 am (GMT 5.5)

Hi,

Input file-1 : R040
Input file-2 : R050
Input file-3 : R060

In the sort step the input file could be one of it which is mentioned below. I need to replace the sort in file with the qualifiers R040,R050 OR R060 from the above mentioned input file.

M.S760DP.&STEP..SORTOUT

I want to read the input file and replace it with appropriate values mentioned below. Can you please highlight the concept with which I could do.

M.S760DP.R040.SORTOUT
M.S760DP.R050.SORTOUT
M.S760DP.R060.SORTOUT

I checked for post I didn't see anything which match my requirement.
Can somebody help me with this.


Viewing all articles
Browse latest Browse all 8500

Trending Articles