A dd statement consists of 4 fields. Name them?
No Answer is Posted For this Question
Be the First to Post Answer
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)???
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
A job has 150 steps i want to execute only 57th step
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
if we give TIME=0 how many sec that job/step
Is condition checking possible in jcl? If yes, how?
What are the parameter we cannot use in procedure?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
can a job be submitted through jcl only? is there another way to submit a job?
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
Explain about LMCLOSE�close a data set
what sort card you will use to copy the data from one dataset to another dataset?