On the DD statement, what is the main difference between
creating a new sequential flat file and a partitioned dataset?
Answers were Sorted based on User's Feedback
Answer / guest
SPACE=(n,m) for a sequential file, SPACE=(n,m,p) for a PDS
where n, m, and p are numbers. The p designates how many
directory blocks to allocate.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
also in dcb parameter u can give ps for seq. files and po
for pds.
Is This Answer Correct ? | 2 Yes | 1 No |
What is jcl in mainframe?
Why block size is multiple of lrecl in jcl?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
What is order of searching of the libraries in a JCL?
What is the difference between a symbolic and an override in executing a PROC?
Is it possible to code instream data in a PROC?
The maximum number of steps in a job?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
How to compare 2 files using File-Aid?