Name the system library from which modules are retrieved at
execution
Answers were Sorted based on User's Feedback
How can a job send a status message to a tso user at the completion of a job?
how you will the direct the data to spool using sysout option?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
how do you resolve for soc7 error
how to resolve the soc4 error?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
What are s0c1, s0c4, s0c5, s0c7 and socb?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
wht happens if blksize = 0 and lrec = 0 ?