How can an in-stream dataset be terminated?
No Answer is Posted For this Question
Be the First to Post Answer
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
What statement marks the end of an in-stream or catalogued procedure?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
In job processing, what happens in execution stage?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
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)?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
Explain the function of dd disp parameter?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?