what does mvs stand for?
what is use of disp parameter in dd statement?
Min no of member?s (PDS) in one directory block?
what is the job entry system used in your project?
suppose i have 10 job steps and i want to execute only step 6.How to write?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what are the various stages of job processing?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
i want to avoid the positional parameter how to code it ?
what is the purpose of SYSOUT parameter in the DD statement?
how can you check if a file is empty using jcl?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed