List the different components of jcl statement?
No Answer is Posted For this Question
Be the First to Post Answer
Explain in DD statement what is the use of DCB parameter?
why do we use file-aid wht r the adv of using file-aid thn in ispf
What is the DD statement for a output file?
How to do automated restart when a job abend?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
Explain the purpose of dd * statement in jcl?
What statement can be used to send data to another mvs jes3 node?
What does the keyword DCB mean and what are some of the keywords associated with it?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
What are three major types of JCL statements? What are their functions?
Can we browse or edit the GDG dataset if it is a tape entry?
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?