fix the syntax for the delete program
This commit is contained in:
parent
0b76e0be9a
commit
e499ee2b98
@ -26,7 +26,7 @@ def create_delete_jcl(dataset_name, member_name):
|
|||||||
//SYSPRINT DD SYSOUT=*
|
//SYSPRINT DD SYSOUT=*
|
||||||
//DD1 DD DSN={dataset_name},DISP=SHR
|
//DD1 DD DSN={dataset_name},DISP=SHR
|
||||||
//SYSIN DD *
|
//SYSIN DD *
|
||||||
DELETE DSNAME={dataset_name},MEMBER={member_name}
|
SCRATCH DSNAME={dataset_name},MEMBER={member_name}
|
||||||
/*
|
/*
|
||||||
"""
|
"""
|
||||||
return jcl
|
return jcl
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user