Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use ISPSTART running under IKJEFT01 to initiate the ISPF environment

Status
Not open for further replies.

loblesa

Technical User
Mar 2, 2005
1
0
0
ES
Hello,

We would like to run IPSTART under IKJEFT01 to initiate the ISPF environment due to we need delete SYS1.DAESHR in batch mode.

At job
//SYSTSIN DD *
ISPSTART CMD(INITIAL) BDISPMAX(10000)
END

that invokes INITIAL rexx:

/* REXX */
address ISPEXEC "EDIT DATASET('SYS1.DAESHR') MACRO(CHR) " END
that invokes CHR macro.

It executes correctly but the rc is 990. Could you help us?

ISPP330 BDISPMAX exceeded -/-10000 displays exceeded in batch mode on panel

Thanks
 
You need to post what CHR is doing - it looks like it's looping and displaying an error panel.

If you want to delete the dataset, why not use IDCAMS or even IEFBR14? Are you deleting records from it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top