What is Uncatalog dataset? How can we access/use them?
Answer / nag ganesh
If data set is not permanently storaged then it is called as
a uncatalog dataset.we can access by using volume serial num
and access it.
| Is This Answer Correct ? | 44 Yes | 8 No |
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the use of symbol // in jcl?
What is DISP= (NEW,PASS,DELETE)?
mainframe questions like basic&depth
Can you code instream data in a PROC ?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
in production region 100 steps are running,but i need to run only step5 without changing code how can i do 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 is the difference between sb37,se37,sd37 each?
What are SD37, SB37, SE37 abends?
How many types we can give input to JCL
how to skip the steps in JCl