What are the common jcl syntax errors you get?
This is not abends?



What are the common jcl syntax errors you get? This is not abends?..

Answer / srinivasarao kancheti

sb37 for space not need to allocate yhe data set.
sd37 secondary space is not coded.
se37 increase end-of volume.(generally it occure in pds only )

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More JCL Interview Questions

. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


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)

2 Answers  


Is it possible to left uncode disp?

0 Answers  


i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap

2 Answers   IBM, TetraSoft,


ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?

4 Answers   IBM,






How to execute step2,step1,step3 when step1,2&3 are in order

6 Answers   TCS,


How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation

1 Answers  


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)???

8 Answers  


what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?

1 Answers  


Max generations in GDG??

15 Answers   Xansa,


Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.

4 Answers   TCS,


What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


Categories