Hi Team,
I am glad to be part of this Forum. Can you please help me in the below issue ?
I have requirement to provide an exact copy of Insync file mapping to File aid.
Details are as below :
//STEP1 EXEC PGM = INSYNC , PARM =MVS
//#INDD DD DSN = input file (length = 6140 , type= VB),DISP=SHR
//#OUTDD1 DD DSN = output file ,
// DISP= (NEW,PASS),
// UNIT=SYSDA ,SPACE =(CYL,(20,20),RLSE)
//#LOG DD SYSOUT= *
//#PARM DD *
FUNCTION =EXTRACT
MULTICASE =YES
INDD= #INDD
RDW = OFF
WORKAREA= 7000
MOVE= (W+100,6140,C,1,6140,C)
WRITE = (#OUTDD1,W+100,6140)
/*
can you please help me what are the similar conditions in File aid. Here can you explain me in detail what is the significance of W+100 and how to symbolize the same in File aid.
Thank you ,
Deepu
Insync to File aid conversion
-
- Similar Topics
- Replies
- Views
- Last post
-
-
.TXT file conversion to .CSV/.XLSX
by dangtran10 » Thu May 20, 2021 7:09 am » in DFSORT/ICETOOL/ICEGENER - 3
- 1934
-
by steve-myers
View the latest post
Fri May 21, 2021 10:57 pm
-
-
- 3
- 1508
-
by sergeyken
View the latest post
Sun Nov 29, 2020 6:47 am
-
- 7
- 2007
-
by sergeyken
View the latest post
Wed Dec 23, 2020 6:39 pm
-
- 3
- 5897
-
by sergeyken
View the latest post
Sat Dec 10, 2022 2:30 am
-
-
Code conversion issue while reading JCL using REXX
by vsgurunath » Fri Jun 19, 2020 10:19 pm » in CLIST & REXX - 11
- 4310
-
by vsgurunath
View the latest post
Thu Jun 25, 2020 4:08 pm
-