The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about Specifying compiler options in the PROCESS (CBL) statement
what is DSN parameter and DISP parameter is used for?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How dummy is used in jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How do you designate a comment in JCL?
what is fixed length and variable length and difference between them
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain about LMGET�read a logical record from a data set