Name the parameters which can be used to limit the number of records written to a sysout dataset?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
what is use of space parameter in dd statement?
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 are instream data terminated?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
What is timing concept in mainframe?
Which storage devices are grouped under DASD and SYSDA ?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
why do we use file-aid wht r the adv of using file-aid thn in ispf
What does SYSIN * indicate?
What statement can be used to send data to another mvs jes3 node?