Can we use DISP=SHR in output file in JCL
No Answer is Posted For this Question
Be the First to Post Answer
What are the common jcl syntax errors you get? This is not abends?
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
how to convert fb to vb in jcl ?
which parameter is use to declare the name of dataset in dd statement?
What are the default system and catalog libraries in JCL?
Hi, can any one tell about " How do u eliminate the duplicates "
What are the jcl procedures?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How many steps we can overide in the proc's?
Give the syntax of job specifying jcl statement.
How do you submit a JCL under CICS environment ?
difference between internal sort and external sort