which statement is used to end the in-stream procedure in a jcl?
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
Explain about RECORDING MODE Clause
Explain about LMPUT-
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
When should DISP=MOD is used?
How to send notification to multiple users through jcl???
What is a Dummy Utility and what it does ?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it