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
Post New Answer View All Answers
Explain the function of //jcllib statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
how to do automated restart when a job abends?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
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
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain dfsort utility?
What are steplib and joblib?
how you will the direct the data to spool using sysout option?
What are the parameters that are used in creating a gdg?
how can you check if a file is empty using jcl?
Explain dd statement in jcl?
what is the difference between JES3 and JES2?