Hi,
Here my rexx statement:
/* REXX */
ADDRESS TSO
Parse Upper Arg Params
Parse Var Params pFile pMacro
say pFile
say pMacro
"ISPEXEC EDIT DATASET('"pFile"') MACRO("pMacro")"
Say RC
EXIT RC
Here my pMacro:
ISREDIT "MACRO"
ISREDIT "RES"
ISREDIT "C 48 249 '"' '' ALL"
ISREDIT "C 48 249 ''' '' ALL"
ISREDIT "C 48 249 '*' 'IMPORTANT' ALL"
ISREDIT "C 48 249 ',' '' ALL""
ISREDIT "END"
EXIT
I found that pMacro not work & RC=4. I suspected that the pFile is too large, over 10000 tracks with more than 2 million records (recl = 249).
Please advise!
Thx & Rgds,
dumdum
Here my rexx statement:
/* REXX */
ADDRESS TSO
Parse Upper Arg Params
Parse Var Params pFile pMacro
say pFile
say pMacro
"ISPEXEC EDIT DATASET('"pFile"') MACRO("pMacro")"
Say RC
EXIT RC
Here my pMacro:
ISREDIT "MACRO"
ISREDIT "RES"
ISREDIT "C 48 249 '"' '' ALL"
ISREDIT "C 48 249 ''' '' ALL"
ISREDIT "C 48 249 '*' 'IMPORTANT' ALL"
ISREDIT "C 48 249 ',' '' ALL""
ISREDIT "END"
EXIT
I found that pMacro not work & RC=4. I suspected that the pFile is too large, over 10000 tracks with more than 2 million records (recl = 249).
Please advise!
Thx & Rgds,
dumdum