//step#3 exec pgm = hkbc762
what is wrong with the syntax?

Answers were Sorted based on User's Feedback



//step#3 exec pgm = hkbc762 what is wrong with the syntax?..

Answer / nidhi sharma

THERE SHOULD BE NO SPACE BETWEEN PGM AND =
IT SHOULD BE
//STEP#3 EXEC PGM=HKBC762

Is This Answer Correct ?    5 Yes 0 No

//step#3 exec pgm = hkbc762 what is wrong with the syntax?..

Answer / ashwiny

There is space between pgm and hkbc762.

Is This Answer Correct ?    0 Yes 0 No

//step#3 exec pgm = hkbc762 what is wrong with the syntax?..

Answer / raghu

//STEP#3 EC PGEM=HKBC762

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

What is the purpose of the dd keylen parameter?

0 Answers  


01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B

2 Answers   Perot Systems,


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

0 Answers  


Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it

1 Answers   L&T,






Can I share my data with other jobs? How?

0 Answers  


how do u see jobs submitted before ur job ?

1 Answers  


How dummy is used in jcl?

0 Answers  


In how ways you can pass the data from Jcl to cobol ?

3 Answers   Cap Gemini, IBM,


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  


how can u understand ps and pds from their names ?

1 Answers   TCS,


If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.

4 Answers   IBM,


Categories