Re: Sv: ./ ADD - which utility?

2024-04-14 Thread
Thanks, I found the JCL and run the jobs successfully. 

(I had several large files with ./ ADD and the data stacked after, it was one 
file per PDS. Had I thought I really would need them I had made smaller files 
and the JCL separate.)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Sv: ./ ADD - which utility?

2024-04-13 Thread Lars Höglund
Something like this

//K39828ÖD JOB (T820),'CREATE MBR',   
//  CLASS=A,MSGCLASS=T,   
//  NOTIFY=
//*   
//*-- 
//* STEPNAME: S010
//* STEPINFO: CREATEMEMBERS IN PDS
//*-- 
//S010 EXEC PGM=IEBUPDTE,PARM='NEW'   
//SYSUT2   DD DISP=SHR,DSN=K39828.DCOLLECT.ISPEXEC
//SYSPRINT DD SYSOUT=*
//SYSINDD *   
./ ADD NAME=TESTMBR1,LIST=ALL 
./ REPL NEM=*,NEW=PO  
./ ENDUP  
//*   
//* END OF JOB


-Ursprungligt meddelande-
Från: IBM Mainframe Discussion List  För  

Skickat: den 13 april 2024 16:30
Till: IBM-MAIN@LISTSERV.UA.EDU
Ämne: ./ ADD - which utility?

[Du får inte e-post ofta från 0619bfe39560-dmarc-requ...@listserv.ua.edu. 
Läs om varför det här är viktigt på 
https://aka.ms/LearnAboutSenderIdentification ]

Which utility do you use for control statement/input:
./ ADD

A jcl for that would be nice too.

...Embarassed by my lack of memory after 8 years out of this envirinment...

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN