In which table PLAN is registered in ?
Answers were Sorted based on User's Feedback
What is the use of symbol // in jcl?
How to execute step2,step1,step3 when step1,2&3 are in order
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
wht r s722,s822,s122 and s222 abends pls reply fast
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How many days does a job remain in spool
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
What does a disposition of (new,catlg,keep) for a dsn mean?
why do we use file-aid wht r the adv of using file-aid thn in ispf
What are the jcl procedures?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.