Re: dequeue program

2022-04-14 Thread Dave Jousma
On Thu, 14 Apr 2022 16:30:49 +, Steely.Mark wrote: >There was a program that when executed would prevent the ENQ on a dataset. >This was used for jobs which would FTP a file and then use that file in steps >after the FTP. > >This was the JCL used: > >//JS010 EXEC PGM=FTPDEQ, >//

Re: dequeue program

2022-04-14 Thread Seymour J Metz
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Steely.Mark [steely.m...@aaa-texas.com] Sent: Thursday, April 14, 2022 12:30 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: dequeue program There was a program that when executed would prevent

dequeue program

2022-04-14 Thread Steely.Mark
There was a program that when executed would prevent the ENQ on a dataset. This was used for jobs which would FTP a file and then use that file in steps after the FTP. This was the JCL used: //JS010 EXEC PGM=FTPDEQ, //PARM='data.set.name.here' //SYSUDUMP DD SYSOUT=* This would be