What does a disposition of (MOD,DELETE,DELETE) mean ?
No Answer is Posted For this Question
Be the First to Post Answer
What u mean by include statement in 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?
How to read records in reverse order in flat file?
At what stage, operator can change the class and priority of a submitted job?
mainframe questions like basic&depth
in jcl you are having JCLLIB and STEPLIB what happens
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
using cursor how can you fetch more than one record into a variable
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.
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?