which are the parameters mandatory in job card ?
Answers were Sorted based on User's Feedback
How to send notification to multiple users through jcl???
What does a disposition of (NEW,CATLG,KEEP) mean?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
Is it possible to left uncode disp?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
how to create a member or sequential dataset through tso command??