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?
No Answer is Posted For this Question
Be the First to Post Answer
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
When should DISP=MOD is used?
can we copy a file from fixed block to variable block and vice versa ....asap
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
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
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)???
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
In sms datasets, what is the function of the dd mgmtclas keyword?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
which utility is used a dummy utility?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?